Home Forums WoodMart support forum I can't access the Slider Revolution

I can't access the Slider Revolution

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #241142

    ourfocnetwork
    Participant

    Please check the private content for the Video URL, I can’t access the Slider Revolution to make the edit for any slider.

    #241177

    Hello,

    Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.

    if the problem remains, even after the plugins deactivated leave the plugins deactivated for us to check and provide your site admin access to the private area.

    Best Regards

    #241254

    ourfocnetwork
    Participant

    I have already tried to deactivate all plugins but no way to fix this issue, only an empty page for Slider Rev.

    Please check the URL attached privatly.

    #241308

    ourfocnetwork
    Participant

    We already fixed the issue by removing this code below from functions.php

    `

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

    #241319

    Hello,

    Please confirm the permit to deactivate all the plugins not related to the theme and switch to a default theme for checking.

    Best Regard s

    #241321

    ourfocnetwork
    Participant

    Issue already fixed by removing a code from functions.php file.

    Issue didn’t fixed when I deactivated all plugins and keep only the theme required plugin.

    #241394

    Hello,

    That is fine. If you have any questions please feel free to contact us.

    Best Regards

Viewing 7 posts - 1 through 7 (of 7 total)