Tagged: advanced-layout-editor
Hi Guys,
When using the advance layout editor in blog, I loose the side navigation to previous and next pages. Why is this and is there a way around this.
Regards,
MediaX
Hey mediax2014!
What happens when you change line 414 in the /enfold/functions-enfold.php file from this.
if(!empty($settings['is_bbpress']) || !empty($settings['is_hierarchical']) || !empty($settings['is_fullwidth'])) return;
To this.
if(!empty($settings['is_bbpress']) || !empty($settings['is_fullwidth'])) return;
Cheers!
Elliott
Hi Elliot,
Thanks for quick response. It brings up the navigation, BUT also on the rest of the site pages, which I do not want.
Regards,
MediaX
Hi!
Try changing it to this then.
if (!is_single()) { if(!empty($settings['is_bbpress']) || !empty($settings['is_hierarchical']) || !empty($settings['is_fullwidth'])) return; }
Regards,
Elliott
Hi Elliot,
Thanks for the assistance, that solution did not work either for me. We can leave that for now, I have added breadcrumbs on those pages and my client is happy with that. It may be that the blog posts element navigation only works with posts, and we decided to move away from that to pages.
Best regards,
MediaX