Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1333734

    I have issues with animations on scroll (elements don’t show up on scroll until very late) it seems to be due to the full width slider.
    Thanks for your help

    #1333754

    Hey purchasingpurchasing,

    Could you try updating the theme to the latest version (4.8.8.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1333829

    Hi Rikard,
    Thanks for your response.
    I did try updating, and it did not solve the issue.

    Actually it created 2 other bugs, that’s why i did not keep the new update :
    – the text on the layer slider on the home page does not show up
    – I created a shortcode that does not work anymore with the new enfold update
    function av_breadcrumbs_shortcode( $atts ) {
    if (function_exists(‘avia_breadcrumbs’)) {
    return avia_breadcrumbs(array(‘separator’ => ‘/’, ‘richsnippet’ => true));
    } else return ”;
    }
    add_shortcode( ‘pipgen_breadcrumbs’, ‘av_breadcrumbs_shortcode’ );

    #1333986

    Hi,

    I temporarily de-activated all active plugins and that helped. I re-activated them and it still works correctly. If you experience the issue after a while, please try de-activating all active plugins and activate them one by one to find the culprit.

    Code snippet for displaying breadcrumbs using shortcode was updated. You can find updated code here – https://kriesi.at/documentation/enfold/breadcrumbs/#insert-breadcrumbs-as-shortcodes.

    Our forums are closed during the holidays. We wish you Merry Christmas and Happy New Year! :)

    Edit: I forgot to mention, there was an extra closing curly bracket on 165th line in Style.css file of your child theme. I removed it. Please correct it in your development site as well. You can check your CSS code for errors using this website – http://csslint.net/ :)

    Best regards,
    Yigit

    • This reply was modified 4 years, 2 months ago by Yigit.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.