标签: revolution-slider

Wordpress插件滑块革命错误

我无法摆脱以下错误.激活插件后,错误显示出来.

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)

wordpress jquery revolution-slider

9
推荐指数
2
解决办法
2万
查看次数

Revolution Slider在firefox中无法正常工作

我正在开发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/ 关于可能出现什么问题的任何建议?

firefox revolution-slider

7
推荐指数
1
解决办法
3410
查看次数

WordPress革命滑块:取消静音失败,元素暂停,因为用户之前没有与文档交互

当我遇到以下JavaScript错误(在Google Chrome中)时,我试图在ThemePunch Slider Revolution 5.4.2中自动播放视频:

取消静音失败并且元素暂停,因为用户之前没有与文档交互.revolution.extension.video.min.js:7

javascript wordpress slider revolution-slider

7
推荐指数
1
解决办法
4297
查看次数

革命滑块改变移动背景图像

在使用桌面浏览时,我有一个与rev滑块完美配合的网站.但是,当从移动设备浏览时,滑块图像无法正确显示或被切断.有没有办法在移动浏览器到达网站时切换滑块内的图像,或者我可以为移动设备做些什么?我尝试用css切换但是没有用.不知道还能做些什么.任何帮助将非常感谢.

wordpress revolution-slider

6
推荐指数
2
解决办法
3万
查看次数

Revolution Slider - 如何为不同的物品制作不同的时间?

情况:

我用我的幻灯片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)

html javascript jquery slideshow revolution-slider

5
推荐指数
1
解决办法
4万
查看次数

革命滑块 - “无效的左补间值:NaN”

我在一个项目上使用了 wrapbootstrap 的主题,但我在滑块上得到了一个 Not a number 值,这会导致网站速度出现一些小的性能问题。

这是主题的链接:http : //themes.iamabdus.com/bigbag/1.0/index.html

请查看 chrome 控制台错误:

无效的左补间值:NaN

有谁知道如何解决这个问题?即使快速修复/解决方法也将不胜感激。

javascript jquery revolution-slider

5
推荐指数
1
解决办法
5629
查看次数

滑块未显示:未定义setREVStartSize

升级Wordpress(4.8)的Revolution滑块插件(5.4.5.1)后,我开始收到此错误:setREVStartSize未定义

我正在尝试不同的方法来解决此问题,但没有成功。这是要修复的特定js文件吗?如果我的主题正在加载所有资产,则不会。

谢谢!

php wordpress revolution-slider

5
推荐指数
2
解决办法
4536
查看次数

在 Angular 组件中配置旋转滑块

我正在使用从 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)

typescript revolution-slider angular

5
推荐指数
1
解决办法
3055
查看次数

Revslider滑块图像数据转换用于左右导航

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

html javascript jquery revolution-slider

4
推荐指数
1
解决办法
4328
查看次数

允许店铺经理使用革命滑块


我应该将哪个属性插入此功能以允许车间经理使用旋转滑块插件?
我试过这个代码,但它不起作用!

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)

先感谢您.

php wordpress plugins woocommerce revolution-slider

3
推荐指数
1
解决办法
2706
查看次数