Hi :)
I recently purchased your Enfold-Theme for WordPress.
On one page I use the Accordionslider for several images. When I open one of these images – the lightbox pops up and shows the image and the title of this image. Is it possible to also display a caption-text under the image-title?
Here is the Link to the page:
http://wordpress.sabrinamilazzo.de/?page_id=40
Thank you for your help.
Hi hroderus!
you could try this plugin: https://wordpress.org/plugins/lightbox-plus/
Best regards,
Andy
Hi Andy,
thank you so much for your quick response.
That plugin worked just perfectly. :)
First, it didn’t show my text. But then I changed sth in the following file wp-content/plugins/lightbox-plus/classes/filters.class.php so that the alt-text, instead of the title is shown on my page.
Maybe someone has the same issue. I found it under the following line:
on /** Do Not Display Title is select – yes/no **/,
After that there was a second problem. Instead of only one Lightbox, it showed me 2 Lightboxes. I fixed that issue by just deleting the “z-index” in the following file wp-content -> plugins -> lightbox-plus -> css -> black -> colorbox.css in line
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
Now it looks exactly how I imagined it. :)
Thank you once again.
Have a nice day.