I am unable to get rid of this following error. The error shows up after I activate the plugin.
Slider Revolution error: could not unzip into the revslider/public/assets/ folder, please make sure that this folder is writable.
I did chmod 777 to revslider/public/assets/ but with no use.
I also got this error in browser..
Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include.
This includes make eliminates the revolution slider libraries, and make it not work.
To fix it you can:
1. In the Slider Settings -> Troubleshooting set option: Put JS Includes To Body option to true.
2. Find the double jquery.js include and remove it.
I cannot go to Troubleshooting set option after going to slider settings as none of the links (including ‘Problem Handlings’) work on the right hand side (attached the screenshot)
I have the same problem. I am not sure what cause this problem but I can share my workaround:
Old code
New code
I found this happening today after updating the Autoptimize plugin. Turning off Javascript optimisation in the Autoptimize settings fixed the problem (though likely at the cost of some performance).
There is the best solution :
That’s it
You may need to update your theme and/or the Rev Slider plugin.
Got the same issue! And its not the “update everthing” problem. I loaded everything fresh in the latest version. WordPress (4.5.2) and a theme appbox. And the slider is also directly loaded in the last version. The bad thing is, that the menu options of the rev slider in wordpress not working correctly… Thus, the solution prompted is not executable as the dropdown menu hiding the option for query, can’t be accessed. Another side effect: the delete slider is not working.
Thanks Batgor. Your method worked for me. Allow me to cosign to help others who encountered something slightly different.
My assets.zip file in the ./revslider/public/assets folder was NOT unzipped. So i had to go in via SSH and unzip it first. Then once it blew up, I went into the ./revslider/includes/framework/base.class.php file.
For those who have old man eyes like me – you have to remove the 3rd equals sign in
if($unzipfile === true){
so that you end up with
if($unzipfile == true){
Ran into this today. Deactivating the plugin “Async Javascript” and turning off Javascript optimisation in the Autoptimize plugin settings fixed my issue.
For me it was the combo of
In the
Slider Settings
->Troubleshooting
set option:Put JS Includes To Body option
to true.Find the double
jquery.js
include and remove it. This was caused by auto optimize plugin. after I unchecked optimize JavaScript code that fixed it.