Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #889992

    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

    #889996

    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 );
    */

    #890117

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold 4.2 and WordPress 4.9.1 Problems’ is closed to new replies.