Rank Math breaks Elementor with latest update

#67492
Viewing 3 replies - 1 through 3 (of 3 total)
  • Side note I cannot even click on those tabs inside product pages. https://imgur.com/a/xYfpELx

    FYI for everyone: this is what broke everything.

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

    Hello,

    It seems you were able to resolve your issue.

    Please do not hesitate to let us know if you need our assistance with anything else.

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this ticket.