• Resolved W2014

    (@w2014)


    hallo, i see the slider ok in admin but vertikal raw on site. i have six images, and i see them all in a vertikal line and the width of the slider is also about 200px. where is the bug? i cannot understand, why it does show in the admin and not working at all in the site.

    the code looks like this:

    <div id="home_partner">
    <div style="clear: both;"></div>
    <table class="mainTable"  style="background:#FFFFFF">
      <tr>
            <td class="arrowleft"><!--<img class="prev previmg" src="http://www.xxxxx.com/web/wp-content/plugins/images-thumbnail-sliderv1/images/image_left.png" class="imageleft" />-->
    
          <div class="prev previmg"></div></td>
            <td id="mainscollertd" style="background:#FFFFFF"><div class="mainSliderDiv">
            <ul class="sliderUl">
                        <li class="sliderimgLi">
                            <a target="_blank" href="http://www.xxx.com/casmb/"><img src="http://www.xxxxx.com/web/wp-content/plugins/images-thumbnail-sliderv1/imagestoscroll/logo_casmb1.png" alt="CASMB" title="CASMB" style="width:120px;height:80px"  /></a>
                          </li>
                        <li class="sliderimgLi">
                            <a target="_blank" href="#"><img src="http://www.xxxxx.com/web/wp-content/plugins/images-thumbnail-sliderv1/imagestoscroll/Partner6.png" alt="Partner6" title="Partner6" style="width:120px;height:80px"  /></a>
                          </li>
                        <li class="sliderimgLi">
                            <a target="_blank" href="#"><img src="http://www.xxxxx.com/web/wp-content/plugins/images-thumbnail-sliderv1/imagestoscroll/Partner2.png" alt="Partner2" title="Partner2" style="width:120px;height:80px"  /></a>
                          </li>
                        <li class="sliderimgLi">
                            <a target="_blank" href="#"><img src="http://www.xxxxx.com/web/wp-content/plugins/images-thumbnail-sliderv1/imagestoscroll/Partner3.png" alt="Partner3" title="Partner3" style="width:120px;height:80px"  /></a>
                          </li>
                        <li class="sliderimgLi">
                            <a target="_blank" href="#"><img src="http://www.xxxxx.com/web/wp-content/plugins/images-thumbnail-sliderv1/imagestoscroll/Partner4.png" alt="Partner4" title="Partner4" style="width:120px;height:80px"  /></a>
                          </li>
                        <li class="sliderimgLi">
                            <a target="_blank" href="#"><img src="http://www.xxxxx.com/web/wp-content/plugins/images-thumbnail-sliderv1/imagestoscroll/Partner5.png" alt="Partner5" title="Partner5" style="width:120px;height:80px"  /></a>
                          </li>
                      </ul>
          </div></td>
            <td class="arrowright"><div class="nextimg next"></div></td>
          </tr>
    </table>
    <script type="text/javascript">
    
            var $n = jQuery.noConflict();  
    
            $n(document).ready(function() {
    
                    $n(".mainSliderDiv").jCarouselLite({
    
                            btnNext: ".next",
    
                            btnPrev: ".prev",
    
                            speed: 1000,
    
                            circular: true,
    
                                visible: 6,
    
                            scroll: 1
    
                    });
    
                    $n("#mainscollertd").css("visibility","visible")
    
            });
    
        </script>
    
    </div>

    https://wordpress.org/plugins/images-thumbnail-sliderv1/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Nks

    (@nik00726)

    Hello

    It is due to some javascript error/conflict.Means
    that some JavaScript error occurred.

    Thanks

    Thread Starter W2014

    (@w2014)

    ok, thank you very much for the quick answer, but how can you explain, that it works in the admin, and not in the site? in the admin area, i can see everything working normally.

    Plugin Author Nks

    (@nik00726)

    Actually it is problem of your theme.The theme have conflict/error that cause it to not work.
    admin theme has no conflict so it is working.

    Can you send me demo link where it is not working so that I can let you know exact problem.

    Thanks

    Thread Starter W2014

    (@w2014)

    hallo, do you have an e-mail, so i can send you a private link?

    Thread Starter W2014

    (@w2014)

    i installed now the t-responsive slider:

    in the admin area i have these scripts:

    [ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]

    <script type='text/javascript' src='http://www.xxxx.com/web/wp-admin/load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils&ver=4.0.1'></script>
    <script type='text/javascript' src='http://www.xxxx.com/web/wp-content/plugins/wp-responsive-thumbnail-slider/js/jquery.validate.js?ver=4.0.1'></script>
    <script type='text/javascript' src='http://www.xxxx.com/web/wp-content/plugins/wp-responsive-thumbnail-slider/js/images-responsive-thumbnail-slider-jc.js?ver=4.0.1'></script>

    in the site i have these scripts:

    <script type='text/javascript' src='http://www.xxxx.com/web/wp-includes/js/jquery/jquery.js?ver=1.11.1'></script>
    <script type='text/javascript' src='http://www.xxxx.com/web/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
    <script type='text/javascript' src='http://www.xxxx.com/web/wp-content/themes/xxxx2014/superfish/superfish.js?ver=4.0.1'></script>
    <script type='text/javascript' src='http://www.xxxx.com/web/wp-content/plugins/wp-responsive-thumbnail-slider/js/images-responsive-thumbnail-slider-jc.js?ver=4.0.1'></script>

    Plugin Author Nks

    (@nik00726)

    Hello

    You can contact on our site.View my profile of WP.

    Thanks

    Thread Starter W2014

    (@w2014)

    ok…i sent you a message through the site contact form (->gabriel)

    Thread Starter W2014

    (@w2014)

    hallo, i added just

    jQuery.noConflict();

    to the superfish script…

    and it works now…

    thanks, probably you can consider it in the development…how you can avoid this conflict with superfish menu.

    Plugin Author Nks

    (@nik00726)

    Actually my plugin has already jquery no conflicts. But because of other plugin $ jquery error it stops further execution. After you added jquery no conflicts other plugin errors solved and all works fine.

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘slider ok in admin but vertikal raw and not working on site’ is closed to new replies.