0
votes
0answers
23 views

Multiple Flexsliders on a single page

I am trying to display to Flexsliders on a single page. The first slider should rotate through some static images with a slide animation while the second slider should rotate through some images ...
0
votes
0answers
55 views

multiple videos in flex slider not working

I have used flex slider in my web page. In that i have used you tube and vimeo videos. I have used the following script too. <script type="text/javascript"> $(window).load(function(){ ...
0
votes
0answers
20 views

Flexslider exapnding page size?

I am currently developing a website and have incorporated a Flexslider to show some images on the home page. The code I have on my Index.html is below: <div class="span8"> ...
2
votes
1answer
411 views

Show a div when Flexslider slide has class “flex-active-slide”

I am using Flexslider and everything is working fine. I have a div that will contain additional information within certain slides, but not necessarily all the slides. What I'm trying to accomplish is ...
3
votes
0answers
646 views

But seriously: How to destroy/remove/unbind a Flexslider

There are a few discussions on the github page regarding the destroy method, and a couple questions on stack, but there hasn't been a straightforward answer or solution yet, that I was able to find ...
0
votes
2answers
1k views

Flexslider - Possible to have margin between slides?

I have an (unusual) request from a client for there to be at least 40 pixels padding/margin between each slide during the "slide" animation. The default for Flexslider, is for the items to be flushed ...
0
votes
2answers
240 views

Flexslider in Wordpress: Multiple Counters

I'm trying to figure out how to get multiple counters to work properly. The way flexslider functions, it is possible to have many slideshows and nav for each slideshow, but I can't get the counter to ...
0
votes
3answers
1k views

Flexslider sticks on first frame

http://dev.marramwines.com/ This is the site I'm working on. I've used Jquery Flexslider. When I use animation: "fade", it sticks on the first slide forever before it goes on to the rest, which ...
0
votes
1answer
68 views

Can't get rid of black pixel underneath slideshow

On this website, I got a problem: Black pixel located bottom-left to the homepage flexslider image carousel. I can't seem to get rid of it, however it seems to be associated with the ul.
0
votes
2answers
3k views

Flexslider 2 vertical thumbnail navigation

I am developing a site using the Flexslider 2. I am trying to get the thumbnail nav to work vertically instead of its default horizontal navigation. The problem at the moment is it works but I am ...
2
votes
1answer
553 views

FlexSlider - slideshow from left to right

I am using flexslider and it's work fine. But how can I change slideshow to "left to right"? There's only 2 animation: fade and slide (from right to left). Please, help.
2
votes
2answers
8k views

Flex Slider how to make it responsive

I implemented the newest code from Flex Slider on this homepage: http://www.zingpizzeria.com When I resize the browswer window, the slideshow and images do not resize as I expected. Any suggestions ...