Viewing 1 replies (of 1 total)
  • Plugin Author Jason

    (@themeblvd)

    Hello,

    Unfortunately, I don’t think this plugin is going to work quite right with your theme. The way your theme handles the homepage slider is clean and simple, but will unfortunately cause conflicts with other implementations of flexslider within the page (or anywhere else the class “flexslider” is used, which is sort of common when using FlexSlider).

    See here: http://btcondo.com/wp-content/themes/exclusy/script/flexslider/home-slider.js

    Your theme targets the selector “.flexslider” in general to apply all of its settings for the main slider. And then the plugin contains this class within it’s markup, as well. So, your theme is going to inevitably effect this. I think this is where the odd, unpredictable results you’re seeing come from.

    If you’re up for modifying your theme, you could try making the selector in your home-slider.js file more specific. Currently at the top you can see this:

    jQuery('.flexslider').flexslider({

    Try changing to this:

    jQuery('#main-slider .flexslider').flexslider({

Viewing 1 replies (of 1 total)
  • The topic ‘Feed occasionally blank’ is closed to new replies.