Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #24008

    I upgraded to Enfold 1.5 this afternoon. After the upgrade, every single post (or page, or custom post type) is showing the default sidebar.

    I made a couple of new widget areas, When I select one of those in the layout options, the page is still showing one of the built-in sidebars. Any ideas?

    #121982

    Same with our site: After upgrading 1.5, standard sidebar with the collection of all pages is showing on each and every page. Nice feature for me, since i cannot open the pages overview in the backend, but annoying for the visitors. any idea on how to get rid of pages sidebar?

    Thanks & have a nice evening,

    Sebastian.

    #121983

    We have the same problem – had to revert to 1.4.

    #121984

    Hi RSL,

    had the same idea and thouhgt i can solve the issue by uploading sidebar.php of the 1.4 enfold, but now all child items are visible:

    e.g. http://www.musikzentrale.net/ueber-uns/leitbild/

    Did you solve this somehow, do i need to upload another file?

    Thanks for any tipp on that,

    Sebastian

    #121985

    Just saw in Devin`s Video (http://vimeo.com/channels/aviathemes/67209750) on how to update enfolg properly that there is a version 1.5.1 around, having a sidebar fix. any idea when it is going to be available? Sorry for being the pest, but we are having a holiday tomorrow and that is the time when we got our most visitors. by this time we want everything to be nice ;-)

    Cheers, Sebastian

    #121986

    I’m not sure if Kriesi will release the 1.5.1 update or if he wants to wait some time to release a major update. To fix the default sidebar issue open up sidebar.php and replace

    avia_sidebar_menu();

    with

    $av_sidebar_menu = avia_sidebar_menu(false);
    if($av_sidebar_menu)
    {
    echo $av_sidebar_menu;
    $default_sidebar = false;
    }

    $the_id = @get_the_ID();

    #121987

    Thanks, Dude, that worked perfectly.

    Have a nice evening,

    Sebastian

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Custom widget areas not working after upgrade to 1.5’ is closed to new replies.