Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #814856

    Hi,

    Avia-post-nav / avia-post-prev are not displayed in full-screen slider, how can I make the avia-post-nav / avia-post-prev visible again in portfolio?

    see here: https://goo.gl/jxTEVL

    Thanks for HELP!!

    #815300

    TOP!!

    #815507

    top top!

    #815876

    Hi,

    Please add following code to Functions.php file in Appearance > Editor

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

    Post nav is disabled on portfolio items that has fullwidth elements by default.

    Best regards,
    Yigit

    #815910

    THANK YOU VERY MUCH Yigit!

    #815912

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘avia-post-nav / avia-post-prev are not displayed in full-screen slider’ is closed to new replies.