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

jdflorez’s picture

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:hover to .flex-nav-container:hover. Hope that can help you if thats your case.

minorOffense’s picture

Which method are you using to display the slides? Fields, Views or Views Slideshow?

minorOffense’s picture

Version: 7.x-1.0-rc3 » 7.x-2.x-dev
minorOffense’s picture

Status: Active » Postponed (maintainer needs more info)
minorOffense’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)
jdflorez’s picture

I was using Views Slideshow, if that helps anyway.