Him*_*dar 9 wordpress jquery revolution-slider
我无法摆脱以下错误.激活插件后,错误显示出来.
Slider Revolution error: could not unzip into the revslider/public/assets/ folder, please make sure that this folder is writable.
Run Code Online (Sandbox Code Playgroud)
我做了chmod 777到revslider/public/assets /但没有用.
我在浏览器中也遇到了这个错误..
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.
Run Code Online (Sandbox Code Playgroud)
转到滑块设置后我无法进入故障排除设置选项,因为没有任何链接(包括"问题处理")在右侧工作(附截图)
小智 10
我也有同样的问题.我不确定导致此问题的原因,但我可以分享我的解决方法:
旧代码
if($unzipfile === true){
update_option('rs_public_version', RevSliderGlobals::SLIDER_REVISION);
}
else{
add_action('admin_notices', array('RevSliderBase', 'copy_notice'));
}
Run Code Online (Sandbox Code Playgroud)
新代码
if($unzipfile == true){
update_option('rs_public_version', RevSliderGlobals::SLIDER_REVISION);
}
else{
add_action('admin_notices', array('RevSliderBase', 'copy_notice'));
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
20897 次 |
| 最近记录: |