Note that there are some explanatory texts on larger screens.

plurals
  1. POjQuery Flexslider plugin with Reverie wordpress framework
    text
    copied!<p>Hello stack overflow, </p> <p>I am trying to implement the flex slider plugin on a wordpress blog, using the one described int his tutorial <a href="http://wp.tutsplus.com/tutorials/create-a-responsive-slider-plugin-with-flexslider/" rel="nofollow">http://wp.tutsplus.com/tutorials/create-a-responsive-slider-plugin-with-flexslider/</a>, but cant seem to get it to work when using the Reverie wordpress framework, <a href="http://themefortress.com/reverie/" rel="nofollow">http://themefortress.com/reverie/</a> . If I change to another theme the plugin works fine. </p> <p>The page concerned can be seen at <a href="http://www.naused.co.uk/test-slider-page/" rel="nofollow">http://www.naused.co.uk/test-slider-page/</a></p> <p>In the console i get the error Uncaught TypeError: Object [object Object] has no method 'flexslider', but I cant see why it would say that, I think the plugin is being used correctly. Could it be a Javascript conflict with something else on the page?</p> <p>Originally I thought it might be a css issue as you can see the images are being brought in but the list items, do not have any styling applied to them by the javascript. In the example they are </p> <pre><code> &lt;ul class="slides"&gt; &lt;li&gt;&lt;img width="151" height="151" src="http://www.naused.co.uk/wp-content/uploads/2012/03/nausedLogo.png" class="attachment-large wp-post-image" alt="nausedLogo" title="nausedLogo"&gt;&lt;/li&gt; &lt;li&gt;&lt;img width="970" height="406" src="http://www.naused.co.uk/wp-content/uploads/2012/03/bannerHolder1.jpg" class="attachment-large wp-post-image" alt="bannerHolder" title="bannerHolder"&gt;&lt;/li&gt; &lt;/ul&gt; </code></pre> <p>and the list items are meant to have in-line styling applied to them by the flexslider plugin.</p> <p>Any help would be much appreciated. </p> <p>Thanks, </p> <p>Simon </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