Enfold Issues after GD 1.2.4 and Enfold 3.0 Updates

This topic contains 8 replies, has 3 voices, and was last updated by  identity 9 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #17137

    identity
    Lifetime Member
    Post count: 445

    I’m seeing my sidebar get bumped below the main content area, which is spanning the entire width after updating GD and Enfold. Seemed like things were fine after the GD updates, so maybe related to changes in Enfold.

    Any other Enfold users having issues like this?

    #17159

    identity
    Lifetime Member
    Post count: 445

    Update:

    Looks like Enfold has had a lot of changes in this update. They have added a little more customization to sizing within the Enfold Admin > General Layout > Dimensions.

    Here you can now set a max-width as well as the distribution across the content/sidebars.

    Found that the previous fix placed in the functions.php file may no longer be needed and was probably conflicting. If you’ve added this code, you might want to try commenting it out and adjusting the settings in Enfold.

    
    
    /* Include the global settings for Enfold Change the default page layout for Enfold theme */
    add_action('init', 'my_layout_change_layout', 900);
    function my_layout_change_layout()
    {
        global $avia_config;
        $avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha',   'sidebar' => 'four alpha', 'meta' => 'two alpha', 'entry' => 'eight alpha');  //GWB
    }
    

    If that doesn’t work, apparently others on the Enfold forum have had issues like this as well and one of the recommendations is to do a full ftp upload to make sure that all of the files get updated, clearing any caching plugins, etc.

    cheers

    #17180

    identity
    Lifetime Member
    Post count: 445

    One thing I have noticed though now is that the sidebar needs to be, or it seems, wider/larger portion, otherwise things like the calendar widget and business hours widget bust out of the right side (disappear actually) as the browser window size gets smaller.

    Haven’t quite figured out why that is yet.

    #17193

    Guust
    Moderator
    Post count: 29970

    We flagged this for John.

    #17246

    John Allsopp
    Expired Member
    Post count: 399

    Hi,
    I can see that this has been a major update…

    We have added hundreds of new elements, options and features…

    Could you please supply us with a copy of the new version of Enfold so that i can make the necessary changes to the plugin.
    Thanks.

    #17266

    identity
    Lifetime Member
    Post count: 445

    Sure, could you give me an email and I’ll put the zip out on Google Drive.

    cheers

    #17281

    John Allsopp
    Expired Member
    Post count: 399
    This reply has been marked as private.
    #17763

    John Allsopp
    Expired Member
    Post count: 399

    Hi Brian,

    Thanks for the file and apologies for the late response.

    I have updated our demo site and had a look through the files. I am not seeing the issues you raised – do you have a site i could view to see these problems?

    Thanks

    #17767

    identity
    Lifetime Member
    Post count: 445

    John, I figured out the CSS to resolve it on mine (mchenrylife.com) and if you aren’t seeing it on the demo, then may have just been something specific to mine from some other code.

    cheers

Viewing 9 posts - 1 through 9 (of 9 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket