Hi Support.
We have problems with many functions:
Side links no function in woocommerce order
No Function button on the top Customize view in woocommerce oder
Mail BAnk > Email Setup in a loop
Errors with
load-scripts.php
post.php
avia-builder.php
Please help us.
Thank you
Andy
Hi Support.
I have the solution for my problem found in function.php – child theme
/* Deferring parsing of JavaScript */
/*
function defer_parsing_of_js ( $url ) {
if ( FALSE === strpos( $url, ‘.js’ ) ) return $url;
if ( strpos( $url, ‘jquery.js’ ) ) return $url;
return “$url’ defer “;
}
add_filter( ‘clean_url’, ‘defer_parsing_of_js’, 11, 1 );
*/
Hi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon