Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sergey Panasenko

    (@nitay)

    Hi, @rosetcg

    I look HTML code of your site and I see <p> and </p> tags inserted inside script.
    Other plugin or theme change content of site and broke scripts

    view-source:http://teamten4kids.org/

    <style>
    				#sponsors_carousel_wrapper-1 .sponsors_carousel-control {
    					top:50%;
    					margin-top:-12px;
    				}</p>
    <p>				#sponsors_carousel-1 img {</p>
    <p>				}</p>
    <p>			#sponsors_carousel_wrapper-1 {
    				width: 200px;
    			}</p>
    <p>			$( '.jcarousel' ).jcarouselAutoscroll( {
    				interval: 1000
    			} );</p>
    </style>

    You can disable plugins one by one and test carousel to found how prevent this problem

    Thread Starter rosetcg

    (@rosetcg)

    I have tried disabling each plug-in. Would it help to re=install?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Carousel Does Not Continuously’ is closed to new replies.