• Resolved dmarin

    (@dmarin)


    Hi there!

    I am developing a new website using DIVI Theme for a client and they would like to display caption as an overlay on a single post page. I installed your plugin, but nothing happens.

    So, I was wondering if your plugin works with DIVI or how would I make it work?
    Thanks, Danijel

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author fesomia

    (@fesomia)

    Hi Danijel

    DIVI is probably using it’s own method to show the featured image or showing the image as a background, so the hooks our plugin use are never fired and thus the caption is not shown. You may have to use the functions get_featured_image_caption() or the_featured_image_caption() in your theme child template in order to make them appear (look at the documentation for more info about that).

    • This reply was modified 3 years, 9 months ago by fesomia.
    Thread Starter dmarin

    (@dmarin)

    Thanks for your reply Fesomia … but where exactly would I use function get_featured_image_caption()? Or where can I find more documentation about this?

    Plugin Author fesomia

    (@fesomia)

    You can use these functons in the template file of your theme that is showing the image (ie. header.php), all they do is return the string so you can use it anywhere inside the html/php code. I’m not familiar with divi, so it could be as easy as adding the php code in the template or having to use some kind of hook that the theme provides.

    Thread Starter dmarin

    (@dmarin)

    Well, I just can’t get it to work in DIVI. ??

    Plugin Author fesomia

    (@fesomia)

    Sorry to hear that. You may need a developer able to modify the divi theme to suit your needs

    Short answer is it does not work at all in Divi theme and Divi is one of the most popular (prominent) themes in the marketplace today. ??

    Plugin Author fesomia

    (@fesomia)

    Hi all. We’ve included a initial support for Divi themes in the latest version. Please check it out; we hope it works!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Does it function in DIVI Theme?’ is closed to new replies.