Home › Forums › WoodMart support forum › I can't access the Slider Revolution
I can't access the Slider Revolution
- This topic has 6 replies, 2 voices, and was last updated 5 years ago by
Elise Noromit.
-
AuthorPosts
-
November 12, 2020 at 7:59 pm #241142
ourfocnetworkParticipantPlease check the private content for the Video URL, I can’t access the Slider Revolution to make the edit for any slider.
November 12, 2020 at 11:56 pm #241177
Elise NoromitMemberHello,
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
November 13, 2020 at 9:35 am #241254
ourfocnetworkParticipantI 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.
November 13, 2020 at 1:09 pm #241308
ourfocnetworkParticipantWe 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 );November 13, 2020 at 1:32 pm #241319
Elise NoromitMemberHello,
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
November 13, 2020 at 1:44 pm #241321
ourfocnetworkParticipantIssue 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.
November 13, 2020 at 9:00 pm #241394
Elise NoromitMemberHello,
That is fine. If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
Tagged: Slider Revolution
- You must be logged in to create new topics. Login / Register
