Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #515681

    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

    #515857

    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

    #515896

    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

    #515962

    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

    #516030

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Side navigation in blog layout – advanced layout editor’ is closed to new replies.