Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author cornfeed

    (@cornfeed)

    sorry i did not see this sooner, but for the most part I have stopped offering support for this plugin. most issues (and it seems like yours) can be solved with css…
    maybe in a few months i will do one last update and put a disclaimer…

    again, sorry. I like your site by the way.

    Perhaps try this in your jquery for the meteor slides pligin.

    At the start of the jquery add

    <script src="jquery.js">&lt/script>
    <script>
      jQuery.noConflict();
      jQuery(document).ready(function(){

    Then at the end of your jquery code add

    });
    </script>

    Remember to save a copy of your original code before editing.

    Hope that helps.

    Just found this too if the above does not help

    <script src="jquery.js">&lt/script><script>
      var $jq = jQuery.noConflict();
      $jq(document).ready(function(){
        // your code goes here.
      });</script>
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP-jScrollPane] Wp jScroll conflict with Meteor Slides’ is closed to new replies.