Posted by eSentrik on November 1, 2012 at 7:11pm
3 followers
Jump to:
| Project: | Flex Slider |
| Version: | 7.x-2.x-dev |
| Component: | Flex Slider Library |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
Whenever I edit the Option set the next and previous arrows no longer appear in my slideshow. This holds true if I edit the default or even create my own.
Comments
#1
Well, Im using Flexslider v2.0 and the arrows wouldn't appear when I hovered over the slideshow. I don't know if its your case, but mine was caused because the way the slideshow is rendered.
In the demo found athttp://flexslider.woothemes.com/, the navigation controls are rendered inside the container
.flexslider. In my installation the flexslider controls rendered outside the wrapper flexslider.I was in a hurry so I just copied lines 55, 56 and 57 of the flexslider.css into my theme, and changed
.flexslider:hoverto.flex-nav-container:hover. Hope that can help you if thats your case.#2
Which method are you using to display the slides? Fields, Views or Views Slideshow?
#3
#4