Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>please do this.... after line that has this <code>&lt;script type='text/javascript' src='http://www.happystay.net/wp-includes/js/jquery/jquery.js?ver=1.3.2'&gt;&lt;/script&gt;</code></p> <p>put <code>&lt;script type="text/javascript"&gt; var $jx = jQuery.noConflict(); &lt;/script&gt;</code></p> <p>it should now look like this... on line 17</p> <pre><code>&lt;script type='text/javascript' src='http://www.happystay.net/wp-includes/js/jquery/jquery.js?ver=1.3.2'&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt; $jx = jQuery.noConflict(); // note i added this line&lt;/script&gt; &lt;script type='text/javascript' src='http://www.happystay.net/wp-content/themes/Florance/js/jquery.easing.1.1.js?ver=2.9.2'&gt;&lt;/script&gt; &lt;script type='text/javascript' src='http://www.happystay.net/wp-content/themes/Florance/js/jcarousel.js?ver=2.9.2'&gt;&lt;/script&gt; &lt;script type='text/javascript' src='http://www.happystay.net/wp-content/themes/Florance/js/jquery.mousewheel.js?ver=2.9.2'&gt;&lt;/script&gt; &lt;script type='text/javascript' src='http://www.happystay.net/wp-content/themes/Florance/js/cufon.js?ver=2.9.2'&gt;&lt;/script&gt; &lt;script type='text/javascript' src='http://www.happystay.net/wp-content/themes/Florance/js/Liberation_Serif_400.font.js?ver=2.9.2'&gt;&lt;/script&gt; </code></pre> <p>then line 246 should now be this...</p> <pre><code>&lt;script type="text/javascript"&gt; $jx(document).ready(function(){ $jx(".mygallery").jCarouselLite({ btnNext: ".nextb", btnPrev: ".prevb", visible: 1, easing: "backout", auto: 800, speed: 1500 }); }); &lt;/script&gt; </code></pre> <p>Hope it fixes it....<br> demo <a href="http://jsbin.com/ilogo3" rel="nofollow noreferrer">here</a><br> explanation <a href="https://stackoverflow.com/questions/833883/weird-chrome-prototype-jquery-conflict">here</a></p> <p><strong>edit:</strong></p> <p>ok, so it's a wordpress... hmmmm how about in the php script add</p> <p><code>echo "&lt;script type='text/javascript'&gt; var $jx = jQuery.noConflict();&lt;/script&gt;";</code></p> <p><strong>after</strong></p> <p><code>wp_enqueue_script('jquery');</code></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload