- fuzzybear February 9, 2013 at 7:10 pm
Hi Guys,
I’ve noticed that if I only have one slider on my homepage, the Title and Description are not visible in the front end. On inspection, they appear in the source but are hidden. Is this due to the navigation being hidden until you add another slider?
Juanfra Aldasoro February 9, 2013 at 7:24 pmHello There,
Thanks for writing. Please check your slider settings on your Theme’s Options Page. You must set the options for displaying the caption.
Best,
Juan.fuzzybear February 9, 2013 at 7:31 pmHi Juanfra,
This option was set, after reading other related posts it was the first thing i checked. So i decided to add a second slider and the caption then displayed. Is this a ‘bug’ if you only create one slider? My client currently only intends to have one slider of which they would like a description.
Thank you for your quick response!
Juanfra Aldasoro February 9, 2013 at 7:32 pmNo problem 🙂
Can you send me your site URL and access details to support@nicethemes.com so I can look at it?
Best,
Juan.fuzzybear February 9, 2013 at 7:36 pmI’m currently working locally as I only downloaded the theme this evening I’m afraid.
I will setup a subdomain on my client’s domain and send the details over shortly.
Many thanks
fuzzybear February 9, 2013 at 8:01 pmI have sent the details over to you, let me know should you not receive them.
Juanfra Aldasoro February 9, 2013 at 8:38 pmHi Dan,
Thanks for the information. And thanks to your problem we’ve discovered a bug 🙂
To solve this you need to edit the following css on the file style.css
You should replace this content (line #951):
.flex-caption{ position: absolute; bottom: 2%; left: 2%; display: none; padding: 15px 20px 0 0; max-width: 50%; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; text-shadow: 1px 1px 1px black; }
With this one:
.flex-caption{ position: absolute; bottom: 2%; left: 2%; display: block; padding: 15px 20px 0 0; max-width: 50%; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; text-shadow: 1px 1px 1px black; }
Or, if you don’t want to touch that file, put the following code on the file custom.css or the Custom CSS option:
.flex-caption{ display: block !important; }
Many thanks,
Juanfra.fuzzybear February 9, 2013 at 8:43 pmHi Juanfra,
Many thanks for this and glad I was of some service by pointing it out!
Loving the template so far, great work 🙂
This topic is marked as resolved
Only the topic author can re-open this thread.