I have a problem on the first slide that shows up. The caption is hidden for the first slide's time slot, then the image stays the same and the caption appears normally during the second time slot. All slides after the first appear normally. I feel like this is a js problem. Can you help?.
http://wordpress.org/extend/plugins/captain-slider/
cmstactics
Member
Posted 1 month ago #
Hi Caleo,
I was able to fix this problem in my case. The first thing that I did was to remove the display: none; css attribute from here:
p.flex-caption {
margin: 0;
margin-bottom: 0;
display: none;
font-weight: bold;
}
This showed the caption on loading the page for the first slide. Also, I had an issue where the image on the first slide expanded outside the container on the bottom so I adjusted all my images to be the same size and now it is working nicely.
cmstactics
Member
Posted 1 month ago #
Forgot to add the reference to the file:
wp-content/plugins/captain-slider/includes/css/flexslider.css
Hope this helps!