Show title of the image under it on slider gallery

I am using the slider pro gallery and need to be able to have the title not behind a hover, but readily available at all times. Unfortunately I cannot rely on the users presuming there is information hiding there.
Is there anything I can do to add that?

Thank you

Hi!

Assuming you’re using a dataset to connect your gallery with a database I would suggest the following thing:
Save each item as a field of image + field of description.
Use the method ’ getCurrentItem ’ (gets the current item of the image) and use the data to pull the matching description.
Use a textbox with your desired design to display the description.

$w("#textElement").text = $w("#myDataset").getCurrentItem().description;

Hope it helps!

Doron.

I am using the default gallery, and just wanted to have tittle text underneath the image in the slider. I have no idea how to do this BUT will google the hell out of it and hopefully find out.
Thank you so very much for your time.