• Resolved ikillbugs

    (@ikillbugs)


    I wanted to know if there is a way to include the caption above or below the image in the gallery. Currently the caption is only visible on hover. I can fiddle with the php files to make it work but not sure if there is something I am missing in the plugin page in WP.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ikillbugs

    (@ikillbugs)

    Thanks for the reply. I will tinker with the files and see what I can do. I would love to just hand it over to you to help but my budget is ZERO so I have to find a solution on my own. Thanks again.

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, in temp/render_shortcode.php file insert following code into line 96

    <h2 style="text-align:center;"><?php echo $data['imagetitle']; ?></h2>

    I hope it will do what you need

    Regards

    Thread Starter ikillbugs

    (@ikillbugs)

    I did a work-around myself by altering fgg.css and utilizing the “zoom-in” class, setting the scale and opacity to “1”, adding an img:hover class for it, removing the transform properties for image-caption-box, and changing .image-caption-box .caption from “absolute” to “relative”. This showed the caption above but it worked. Plus a few tweaks to fine-tune it but figuring it out is half the fun ??

    That said, I just tried your solution, Rameez and it worked like a charm… exactly what I needed. I will scrap my duct tape and bale wire solution for yours and I am very grateful.

    Cheers!

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    That’s good, please don’t forget to leave a review for this plugin

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Visible Captions or Title’ is closed to new replies.