【问题标题】:Website Startup slider not working网站启动滑块不起作用
【发布时间】:2013-05-14 22:53:11
【问题描述】:

我正在开发一个客户网站Website

第一个滑块可以正常工作,但不知道为什么它不能正常工作。 带有您的生活措辞的滑块。

请任何机构检查网站并让我知道问题出在哪里 这是html代码

<div id="splash-show">
<div class="show-slide">
    <img src="http://vaionyva.com/wp-content/themes/perfekto/images/splash/yourlife.png">
<!--/show-slide--></div>
<div class="show-slide">
    <img src="http://vaionyva.com/wp-content/themes/perfekto/images/splash/yourlove.png">
<!--/show-slide--></div>
<div class="show-slide">
    <img src="http://vaionyva.com/wp-content/themes/perfekto/images/splash/thismoment.png">
<!--/show-slide--></div>
<div class="show-slide">
    <img src="http://vaionyva.com/wp-content/themes/perfekto/images/splash/logo.png">
<!--/show-slide--></div>

【问题讨论】:

  • 究竟是什么不工作,它应该是什么样子? “带有你的生活措辞的滑块。”不是一个句子,也没有任何实际意义。
  • 请检查上面的代码.. 我刚刚添加。它基本上是一个不工作的滑块。在此滑块之后,整个网站都会加载。不知道是谁开发的。我只是在修复一些像这样的错误
  • 在我看来没有任何问题?
  • 但是有一些原因是滑块不工作的原因。我发现这个错误与火虫有关。 [循环] 终止;选择器找到的零个元素不知道这是什么意思

标签: jquery wordpress slider


【解决方案1】:

您似乎在为 Wordpress 使用 Supersized。

当我加载您的网站时,我看到的第一张图片是“您的生活”幻灯片,但在网页/整个幻灯片加载后它消失了,所以我认为问题是所述图片没有成为幻灯片的一部分自己。

如果我正确理解了您的问题,您可以轻松地在 javascript 中添加您的图片:

    <script type="text/javascript">  
            jQuery(document).ready(function($) {
                $.supersized({
                                    slideshow               : 1,
                    autoplay        : 1,
                                                    start_slide             : 1,
                                                    random          : 1,
                    slide_interval          : 5000,
                    transition              : 1,
                    transition_speed    : 1000,
                    new_window      : 1,
                    pause_hover             : 1,
                                        stop_loop               : 1,
                    keyboard_nav            : 1,
                    performance     : 1,

                                                    image_protect       : 1,
                    image_path      : 'http://vaionyva.com/wp-content/plugins/wp-supersized/img/',
                    min_width       : 1200,
                    min_height      : 0,
                    vertical_center         : 1,
                    horizontal_center       : 1,
                                        fit_always          : 0,
                    fit_portrait            : 0,
                    fit_landscape       : 0,
                                    thumbnail_navigation    : 0,
                                        thumb_links             : 1,
                    slide_counter           : 0,
                    slide_captions          : 0,  
                                                    slides                  :  [
{image : 'http://vaionyva.com/wp-content/themes/perfekto/images/splash/yourlife.png', title : '', thumb : '', url : ''},
{image : 'http://vaionyva.com/wp-content/themes/perfekto/images/splash/yourlove.png', title : '', thumb : '', url : ''},
{image : 'http://vaionyva.com/wp-content/themes/perfekto/images/splash/thismoment.png', title : '', thumb : '', url : ''},
{image : 'http://vaionyva.com/wp-content/themes/perfekto/images/splash/logo.png', title : '', thumb : '', url : ''},
{image : 'http://vaionyva.com/wp-content/sliders/IMG_0125.jpg', title : '', thumb : '', url : ''},
{image : 'http://vaionyva.com/wp-content/sliders/IMG_9668.jpg', title : '', thumb : '', url : ''},
{image : 'http://vaionyva.com/wp-content/sliders/IMG_9669.jpg', title : '', thumb : '', url : ''},
{image : 'http://vaionyva.com/wp-content/sliders/IMG_9950.jpg', title : '', thumb : '', url : ''},
{image : 'http://vaionyva.com/wp-content/sliders/IMG_9958.jpg', title : '', thumb : '', url : ''},
{image : 'http://vaionyva.com/wp-content/sliders/IMG_0122.JPG', title : '', thumb : '', url : ''},
{image : 'http://vaionyva.com/wp-content/sliders/IMG_9552.JPG', title : '', thumb : '', url : ''},
{image : 'http://vaionyva.com/wp-content/sliders/IMG_9610.JPG', title : '', thumb : '', url : ''},
{image : 'http://vaionyva.com/wp-content/sliders/IMG_9794.JPG', title : '', thumb : '', url : ''},
{image : 'http://vaionyva.com/wp-content/sliders/IMG_9937.JPG', title : '', thumb : '', url : ''},
{image : 'http://vaionyva.com/wp-content/sliders/IMG_9995.JPG', title : '', thumb : '', url : ''}],
                                        slide_links             : 'blank',
                                        progress_bar        : 0,                        
                    mouse_scrub     : 1                                             
                }); 
            });
        </script>

【讨论】:

  • 如果这对您有帮助,请勾选复选标记,为我的答案投票:)
猜你喜欢
  • 2017-09-16
  • 2021-08-06
  • 1970-01-01
  • 2017-11-20
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多