Media description disappearing when clicking on 'more' in lightbox

The media description in my lightbox disappears when ‘more’ is clicked. To replicate the issue, visit http://www.skewen-angling.co.uk/photos/ and click on the 2nd photo in the gallery.

This wasn’t happening before, it started happening recently but I can’t seem to pin down the cause. I have tried disabling all other plugins.

Any ideas?

I have just got it working by making the following changes:

  1. I removed 3 lines of code (rtmedia-media-description more) from line 113 in media-single.php:

  2. I added the following code to my child theme CSS:

a.morelink{display:block;}

This CSS positions the more link on the next line.

Not sure if this fix will cause issues elsewhere but I’ll keep an eye out for consequential issues and report them here.

Hello @Simon_Matthews,

We are looking into the issue. I will update you soon regarding the same.

Thank you for reporting this to us.

OK, thank you very much!

Hi @Simon_Matthews,

This issue has been fixed please update to version 4.0.5

Hello @kiranpotphode,

Thank you!

As the issue has been solved, I am closing this thread now.