-
AuthorPosts
-
January 5, 2021 at 4:40 am #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.
January 6, 2021 at 3:49 am #1270496Hey 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,
RikardJanuary 6, 2021 at 6:30 am #1270530Hi 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.January 7, 2021 at 12:09 pm #1270841Hi,
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,
YigitJanuary 8, 2021 at 3:25 am #1270994This reply has been marked as private.January 8, 2021 at 2:24 pm #1271072Hi,
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,
YigitJanuary 9, 2021 at 6:56 am #1271194Interesting 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.
January 12, 2021 at 5:20 pm #1271957 -
AuthorPosts
- You must be logged in to reply to this topic.