Tagged: 

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

    Hi,

    as reported by others I also have the problem that LayerSlider is not showing anything.

    What I tried so far (which didn’t work)
    – deactivate loading JQuery in footer
    – install “Enable jQuery Migrate Helper” plugin, set it to older version
    – deactivate lazy loading

    I do not use any CDN.

    Please find details in PC.

    Additionally: when will there be an Enfold update? Last one was apparently in October, is it possible that stuff is getting outdated?

    Thanks in advance

    Patrick

    • This topic was modified 3 years, 1 month ago by BierPlus. Reason: I deleted the layerslider from the main page for performance reasons - and because blank looks shitty, but on the subsite mentioned I left it still visible
    #1282688

    Hey BierPlus,
    Sorry for the very late reply, it looks like the layerslider is loading before jQuery, I tried many settings except for disabling your plugins, did you try this?
    I also note that your theme editor is disabled so I’m unsure if your child theme is causing this, did you try enabling your parent theme?
    I also exported your current slide to my localhost with a new install of v4.7.6.4 and it works correctly.
    What is the “Raidbox” plugin? It has a “purge cache” dropdown but it doesn’t seem to work.

    Best regards,
    Mike

    #1282690

    Hey Mike,
    Thanks for your reply.
    Regarding Raidboxes: This is my hoster. They also block specific files so one cannot mess up their site. However, the hoster was never the problem so far and there were no significant changes in the past few weeks. The “purge cache” should … well … purge the cache :D but you’d need to refresh with the link. Apparently it only sets the addition to the link, nothing else.

    I deactivated all plugins (in staging mode) and nothing changed – so it’s not any plugin.

    Anyway thanks for the hint with the child theme. This was the main problem.
    I added this code to the functions.php – I think for PageSpeed reasons:

    // Defer Javascripts
    // Defer jQuery Parsing using the HTML5 defer property
    if (!(is_admin() )) {
        function defer_parsing_of_js ( $url ) {
            if ( FALSE === strpos( $url, '.js' ) ) return $url;
            if ( strpos( $url, 'jquery.js' ) ) return $url;
            // return "$url' defer ";
            return "$url' defer onload='";
        }
        add_filter( 'clean_url', 'defer_parsing_of_js', 11, 1 );
    }

    Do you have any idea why this problem just occured this week and never before? It doesn’t really make sense to me … 

    Thanks you very much!

    Cheers
    Patrick

    #1282719

    Hi,

    It could have been a plugin or other type of update in the chain which could have lead to this being called out now.

    Best regards,
    Jordan Shannon

    #1282933

    But then again – how would this happen if I turn any plugins off? It seems logical to me that by turning all plugins off there shouldn’t be any problems!?

    #1283648

    Hi,

    Thank you for the update.

    The solution or snippet that we provided in the following thread might help.

    // https://kriesi.at/support/topic/layer-slider-not-works/#post-1283647

    Please add it in the functions.php file, then purge the cache.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.