• I have suddenly lost captions on my images after updates. I’ve had to roll back to version 2.92 to display the captions. I’ve tried all versions after 2.92 and no captions are displayed.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Arno Welzel

    (@awelzel)

    The major change in 2.94 is the removal of jQuery, another change was the renaming of attributes for captions in 2.97 and 2.99. If you use a cache, please make sure that the whole cache gets updated including all enqueued scripts. You may also try to disable the cache temporary just to make sure that this does not cause problems.

    Thread Starter Gcpt

    (@gcpt)

    I tried disabling the cache and also autoptomize and asset clean up plugins but still no captions. I will try disabling my plugins one at a time in case something is causing this. I haven’t installed any new plugins for quite some time though.

    Plugin Author Arno Welzel

    (@awelzel)

    I think I found the problem. The captions on your site are added using a “aria-describedby” attribute in the links to the image and it seems the support for that does not work any more after version 2.92.

    I’ll fix this as soon as possible, sorry for the confusion.

    Plugin Author Arno Welzel

    (@awelzel)

    Release 2.100 should fix this. I verified the correct function with a test case which uses the images in the same way as your website:

    <figure>
      <div>
       <a href="..."><img src="..." aria-describedby="gallery-4-39664" /></a>
      </div>
      <figcaption id="gallery-4-39664">CAPTION HERE</figcaption>
    </figure>
    • This reply was modified 4 years, 10 months ago by Arno Welzel.
    Thread Starter Gcpt

    (@gcpt)

    Thank you so much for the update. Working perfectly now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Captions Missing since version 2.94’ is closed to new replies.