Slider

Hello
I hope somebody can help me. I have managed to get the slider working when I am in customiser but when I check the website as a visitor it says ‘slider is not properly configured’
Any ideas why this is happening?
I have created 2 post categories and selected 1 which got it working in the editor but not on the site.
Thank you

UPDATE

I added another category then unselected and reselected the slider category and it now works ?
However… I have an annoying button that displays the image title on the slider. Any ideas how to remove this?
My web address is:

Thank you in advance.

Hi @jjrubbish,

I hope you are well today and thank you for your question.

I added another category then unselected and reselected the slider category and it now works ?

Awesome great to see you got that worked.

However… I have an annoying button that displays the image title on the slider. Any ideas how to remove this?

You can try removing this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

.flexslider .flex-caption {
    display: none;
}

Best Regards,
Movin

Hi @Movin

That worked a treat!
Thank you so very much :slight_smile:

All the best

JJ

You are most welcome here :slight_smile: