Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1270303

    After updating my WordPress version the LayerSlider stopped viewing. When I view in Page Source mode I can see that content within the HTML.

    I have tried to standard solutions: turning off plugins, toggling the permalinks in Settings. And in Performance I compared the settings to other Enfold installations that I use. So, no solution found.

    Perhaps you have an idea of the issue?
    Please see link in Private, along with (temporary) login credentials.

    Thanks in avance.

    #1270496

    Hey laptophobo,

    Thanks for the login details and sorry for the problem. Please try installing this plugin: https://wordpress.org/plugins/enable-jquery-migrate-helper/, then set the jQuery version to 1.12.4 in the plugin options, to see if that helps.

    Best regards,
    Rikard

    #1270530

    Hi Rikard,
    Thanks for the quick response. However, that plugin suggestion didn’t work. I tried it at the Legacy setting you recommended, but no change.

    #1270841

    Hi,

    I tried to upload beta version of upcoming version through WP dashboard however it did not work. Could you please share FTP logins privately as well so we can try updating via FTP? :)

    Best regards,
    Yigit

    #1270994
    This reply has been marked as private.
    #1271072

    Hi,

    LayerSlider WP was missing in WP dashboard so I installed it once again and then commented out following code in functions.php file of your child theme and that helped

    if (!(is_admin() )) {
      function defer_parsing_of_js ( $url ) {
        if ( FALSE === strpos( $url, '.js' ) ) return $url;
        if ( strpos( $url, 'jquery.js' ) || strpos( $url, 'jquery.c.js' ) || strpos( $url, 'wpfront-notification-bar.js' ) ) return $url;
        // return "$url' defer ";
        return "$url' defer onload='";
    }
      add_filter( 'clean_url', 'defer_parsing_of_js', 11, 1 );
    }

    Please review your website :)

    Best regards,
    Yigit

    #1271194

    Interesting fix. Thank you. The site is now up.
    I’m wondering where the problem lies. I had replaced the theme with a fresh version (straight from Code Canyon) and one would think that this would have repaired the problem.

    Did you add that code into the parent’s function.php file or the Child’s?

    Thanks again.

    #1271957

    Hi,

    Sorry for my late reply!

    I did not add the code, I commented it out in functions.php file of your child theme, which stops the code from running. It must have been added by you or someone from your team :)

    Best regards,
    Yigit

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