Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #289674

    Hi there,
    its a little strange. I got portfolio entries but the .avia-post-nav is not displayed.
    I have no css like display:none …
    Is there something i must activate? Just wondering …
    I got the latest endold version running …

    #289685

    Found the solution.

    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;
    }

    https://kriesi.at/support/topic/enfold-portfolio-post-nav-not-showing/

    I think it would be better to add a Button so User can select if activate or not. But not just deactivate it global.
    Bad for sites using it … very bad idea.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Problem with .avia-post-nav’ is closed to new replies.