Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #268353

    Hello,
    I can not have a previous or next navigation in the portfolio.
    an option is it active for this function?
    example: http://www.6-sens.fr/agence-communication-globale/portfolio-item/bonduelle/
    Thank you for your help

    #268410

    Hi fherrard!

    Thank you for using the theme!

    You can add this on functions.php to enable the post navigation on pages with full width sliders:

    add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1);
    function avia_remove_fullwidth_slider_check($settings)
    {
    $settings['is_fullwidth'] = false;
    return $settings;
    }

    Cheers!
    Ismael

    #268517

    hello
    thank you
    it s ok
    great

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘No Next or Prev in portfolio’ is closed to new replies.