Hi
On the accordian slider, is there a way to show CAPTION TITLE on the front end only, then when you roll over the slide show both CAPTION TITLE and CAPTION TEXT.
Thanks
Hi,
Can you post the link to the page where you have this accordion please?
Regards,
Josue
Sorry I dont its local.
Hi!
I didn’t test this solution but it’s the only easy one (which does not require php/js code customization). Try to insert this code into the quick css field:
#top .aviaccordion-preview .aviaccordion-excerpt{ display: none; }
#top .aviaccordion-preview:hover .aviaccordion-excerpt{ display: block; }
If it doesn’t work you probably need to change the accordion slider code to fade in/out the excerpt content based on the toggle state. I recommend to hire a freelancer (i.e. here: http://studio.envato.com/ ) for this job or you can suggest this feature here: https://kriesi.at/support/enfold-feature-requests/ and we’ll look into it if more users request it.
Regards,
Peter