• Resolved jojimori

    (@jojimori)


    Hi,

    This plugin is wonderful, great work!

    On thing I have run into is a problems showing captions using the image functionality.

    If you go to https://www.myswan.org.au/?page_id=2

    and then you click on “What do black swans eat”, you can see that the formatting text of the image gets shown rather than a nice caption as per the image on the top right of the following page https://www.myswan.org.au/?page_id=7

    Any thoughts on why this might be happening and is there a known way to fix it?

    Regards

    Joji

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dalton Rooney

    (@daltonrooney)

    Hi Joji,
    I think this should fix it… on line 105 of the main PHP file, just before the
    return $qa_shortcode;

    Try adding in

    $qa_shortcode = apply_filters('the_content', $qa_shortcode);

    Regards,
    Dalton

    Thread Starter jojimori

    (@jojimori)

    Absolutely wonderful, thanks so much for this Dalton, worked a charm

    Joji

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Q and A – FAQ Plugin] captions with images’ is closed to new replies.