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?
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.
We have the same problem – had to revert to 1.4.
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
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
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();
Thanks, Dude, that worked perfectly.
Have a nice evening,
Sebastian