Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wordpress Plugin Slider Revolution Error

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)

enter image description here

like image 799
Himalay Majumdar Avatar asked Jun 13 '16 19:06

Himalay Majumdar


People also ask

How do I clear the slider revolution cache?

In Admin Panel, go to Settings / W3TC main tab and press the empty all caches button in the top button bar. In Admin Panel, go to Settings / WP Super Cache and press the delete all cache button.

How do I manually update revolution slider?

In your WordPress Admin dashboard, select Revolution Slider from the left sidebar. Click the purple Update Plugin in the bottom right corner of the page. Click Browse in the pop-up window to select the RevSlider zipfile you downloaded in step 1. Then click Update Slider.


2 Answers

There is the best solution :

  1. List item
  2. Go to revolution slider on the dashboard
  3. Select your slider causing the problem
  4. go to param slider
  5. Scroll to problem handlings on the right
  6. Select Troubleshooting
  7. set option: Put JS Includes To Bodyoption to true.

That's it

like image 170
Omar Avatar answered Sep 18 '22 08:09

Omar


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).

like image 35
mhjb Avatar answered Sep 21 '22 08:09

mhjb