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

    Hi,

    we start to use Fullscreen slider on our portfolio page. After that stops working element which switches Portfolio pages between each other. I mean the element located on the left and right side of the portfolio page.
    How can we enable that element? What we need to do?

    Thank you in advance!

    #723022

    Hey VipProduction,

    Do you mean the Portfolio slider on the front page? If so then it’s working on my end. Please try clearing your browser cache and reload a few times to see if that helps or try explaining your problem a bit further.

    Best regards,
    Rikard

    #723129

    Hi,

    I mean next situation. Go to your demo page http://kriesi.at/themes/enfold/portfolio-item/lorem-ipsum/
    You see on the right side element, which help you go to the next page “Single portfolio 2/3 slider”.

    When we use fullscreen slider – it doesn’t work.

    Thanks.

    #723134

    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

    #723176

    Thank you!
    It works!

    #723192

    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 :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Fullscreen slider block element which switches Portfolio pages’ is closed to new replies.