我无法摆脱以下错误.激活插件后,错误显示出来.
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 …Run Code Online (Sandbox Code Playgroud) 我正在开发www.fundacionbiodiversa.org网站,其中包含一个革命滑块版本4.5.6(该主题的最新版本).一切都完美的作品中的每个设备Firefox除外,它提出了很多问题:字体颜色不匹配,幻灯片闪烁和抖动,怪异的位置问题,等等.对该主题的技术支持无法给出答案.他们提出了两个"解决方案"但没有起作用: - http://www.themepunch.com/home/plugins/wordpress-plugins/revolution-slider-wordpress/changes-on-css-documents-has-no-effects-on -frontend / - http://www.themepunch.com/home/plugins/wordpress-plugins/revolution-slider-wordpress/custom-styles-working/ 关于可能出现什么问题的任何建议?
当我遇到以下JavaScript错误(在Google Chrome中)时,我试图在ThemePunch Slider Revolution 5.4.2中自动播放视频:
取消静音失败并且元素暂停,因为用户之前没有与文档交互.revolution.extension.video.min.js:7
在使用桌面浏览时,我有一个与rev滑块完美配合的网站.但是,当从移动设备浏览时,滑块图像无法正确显示或被切断.有没有办法在移动浏览器到达网站时切换滑块内的图像,或者我可以为移动设备做些什么?我尝试用css切换但是没有用.不知道还能做些什么.任何帮助将非常感谢.
情况:
我用我的幻灯片Slider Revolution插件.
我需要为显示的图像设置不同的时间(持续时间).例如,我需要显示第一个图像仅2秒,而第二个图像需要显示7秒.
问题:
如何设置上一个项目的时间?可能吗?
代码:
在初始化插件的js函数中,有以下设置: delay:9000,并且更改它,可以设置持续时间,但会考虑所有项目.
这是js函数:
 initRevolutionSlider: function () {
        var tpj=jQuery;
        tpj(document).ready(function() {
            if (tpj.fn.cssOriginal!=undefined)
                tpj.fn.css = tpj.fn.cssOriginal;
                var api = tpj('.fullwidthbanner').revolution(
                    {
                        delay:9000,
                        startwidth:960,
                        startheight:250,
                        onHoverStop:"off",                      // Stop Banner Timet at Hover on Slide on/off
                        thumbWidth:100,                         // Thumb With and Height and Amount (only if navigation Tyope set to thumb !)
                        thumbHeight:50,
                        thumbAmount:3,
                        hideThumbs:1,
                        navigationType:"bullet",                // bullet, thumb, none
                        navigationArrows:"solo",                // nexttobullets, solo (old name verticalcentered), none
                        navigationStyle:"round-old",            // round,square,navbar,round-old,square-old,navbar-old, or any from …Run Code Online (Sandbox Code Playgroud) 我在一个项目上使用了 wrapbootstrap 的主题,但我在滑块上得到了一个 Not a number 值,这会导致网站速度出现一些小的性能问题。
这是主题的链接:http : //themes.iamabdus.com/bigbag/1.0/index.html
请查看 chrome 控制台错误:
无效的左补间值:NaN
有谁知道如何解决这个问题?即使快速修复/解决方法也将不胜感激。
升级Wordpress(4.8)的Revolution滑块插件(5.4.5.1)后,我开始收到此错误:setREVStartSize未定义
我正在尝试不同的方法来解决此问题,但没有成功。这是要修复的特定js文件吗?如果我的主题正在加载所有资产,则不会。
谢谢!
我正在使用从 Theme Forest 购买的模板作为 angular 应用程序的基础。
我想把这些模板部分做成组件。
努力让革命滑块工作。
在模板 html 中 - 它连接了文档就绪事件上的滑块:
    <script>
  jQuery(document).ready(function() {
    jQuery("#rev_slider_280_1").show().revolution({
      sliderType: "hero",
      jsFileLocation: "revo-slider/js/",
      sliderLayout: "fullscreen",
      dottedOverlay: "none",
      delay: 9000,
      /*navigation: {},*/
      responsiveLevels: [1240, 1024, 778, 480],
      visibilityLevels: [1240, 1024, 778, 480],
      gridwidth: [1240, 1024, 778, 480],
      gridheight: [868, 768, 960, 720],
      lazyType: "none",
      parallax: {
        type: "off",
        origo: "slidercenter",
        speed: 1000,
        levels: [0],
        type: "scroll",
        disable_onmobile: "on"
      },
      shadow: 0,
      spinner: "spinner2",
      autoHeight: "off",
      fullScreenAutoWidth: "off",
      fullScreenAlignForce: "off",
      fullScreenOffsetContainer: "",
      fullScreenOffset: "", …Run Code Online (Sandbox Code Playgroud) 在 Revslider 中,当我单击左侧导航箭头图像应来自左侧,当我单击右侧箭头图像应来自右侧
现在我正在使用下面的数据转换,每个图像
data-transition='parallaxtoright'图像都来自右侧,即使我单击左箭头图像也来自右侧
html代码在这里:
<div class="fullwidthbanner">
<li data-transition="parallaxtoright" data-slotamount="10" data-speed="100"  data-masterspeed="300">
    <!-- THE MAIN IMAGE IN THE FIRST SLIDE -->
    <img src="img/slideshow/1.jpg">
</li>
</div>
Run Code Online (Sandbox Code Playgroud)
jQuery 脚本在这里:
        jQuery('#rev_slider_4').show().revolution({
        dottedOverlay: 'none',
        delay: 1500,
        startwidth: 585,
        startheight: 390,
        hideThumbs: 200,
        thumbWidth: 200,
        thumbHeight: 50,
        thumbAmount: 2,
        navigationType: "bullet",
        navigationArrows: "solo",
        navigationStyle: "round",
        touchenabled: 'on',
        onHoverStop: 'on',
        navigationHAlign: "center",
        navigationVAlign: "bottom",
        navigationHOffset: 0,
        navigationVOffset: 20,
        soloArrowLeftHalign: "left",
        soloArrowLeftValign: "center",
        soloArrowLeftHOffset: 20,
        soloArrowLeftVOffset: 0,
        soloArrowRightHalign: "right",
        soloArrowRightValign: "center",
        soloArrowRightHOffset: 20,
        soloArrowRightVOffset: 0, …Run Code Online (Sandbox Code Playgroud) 
我应该将哪个属性插入此功能以允许车间经理使用旋转滑块插件?
我试过这个代码,但它不起作用!
function add_theme_caps() {
    $role = get_role( 'shop_manager' );
    $role->add_cap( 'edit_rev_slider' ); 
}
add_action( 'admin_init', 'add_theme_caps');
Run Code Online (Sandbox Code Playgroud)
先感谢您.
wordpress ×5
javascript ×4
jquery ×4
html ×2
php ×2
angular ×1
firefox ×1
plugins ×1
slider ×1
slideshow ×1
typescript ×1
woocommerce ×1