Hi,
Thank you for using Master Slider.
Please check out this option:
http://support.averta.net/en/wp-content/uploads/Hide_slide_info.jpg
If you need any further information, please let me know.
Wish you a happy holidays!
Hi there!
Oh geez, I can’t seem to find that option!
I looked in slider settings and slides >slide info…. and in controls…. and in general settings….
Am I missing a panel somewhere? I use the “Simple Slider with Slide Info” template for the slideshow
I just created a brand new one with the same template and do not see that option there either
Really appreciate your help!
[ Please do not bump. ]
Hi again,
Sorry for the ambiguity.
Please go to Master Slider -> Slider Controls tab, then click on Slide Info to see Slide Info Control Options.
Let me know the result.
Hi,
Please check out the below screenshot:
http://support.averta.net/en/img_5421-2/
Click on that button to see the options.
Best,
Oh yes – that makes the captions appear on mobile but then they overlay the image (which is fine) and are not clickable (which is not great)
Is there a way to move the captions under the slide or make them clickable to the URL?
Oh – duh.
Sorry to be such a dunce.
I found the toggle that does that. My issue is now resolved!
Thank you for being so patient with me!
Hi @shetlandshake,
It is ok! I’m glad the problem has been resolved. We are always available to help you, so please do not hesitate to ask any other questions!
If you are satisfied with Master Slider and our services, please take a moment and give us a review. We would greatly appreciate it.
Rate Us
Have a great weekend.
I know this might be a little extra, but is there a way I can make those captions overlay the home page slider on desktop but appear on the slider below the image on mobile? Or be clickable on mobile?
Hi again,
You can use this code on Slider Settings > Slider custom styles :
@media screen and (min-width: 1200px) {
.ms-slide-info {
position: absolute !important;
bottom: 0 !important;
}
}
Best,