Slider Text Issues

This support request was posted in BBQ by fuzzybear

Request ID #611 Resolved
  • 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

    Hello 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.

    Hi 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

    No problem 🙂

    Can you send me your site URL and access details to support@nicethemes.com so I can look at it?

    Best,
    Juan.

    I’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

    Juanfra Aldasoro

    Brilliant, thank you.

    I have sent the details over to you, let me know should you not receive them.

    Juanfra Aldasoro

    Hi 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.

    Hi Juanfra,

    Many thanks for this and glad I was of some service by pointing it out!

    Loving the template so far, great work 🙂

    Juanfra Aldasoro

    Hi Dan,

    Thanks a lot 🙂

    Have a nice day,
    Juanfra.

Viewing 10 posts - 1 through 10 (of 10 total)

This topic is marked as resolved

Only the topic author can re-open this thread.

Login to your Account

Welcome back! Please log in to your account by filling the fields below:

Forgot?

Not a member? Create a free account.

Create a Free Account

You're 27 seconds away from some awesome WordPress free stuff, benefits and more. Create a free account and have access to our free products, benefits and more!

Already have an account? Log in
Secure Server