-
AuthorPosts
-
May 3, 2017 at 12:19 pm #787053
The captions below the images in single view mode are not displayed anymore. This is the case since at least version 3.8. All fields are filled out in the media library, the alt-Tag of the image is filled, but no caption displayed.
What can I do?
- This topic was modified 7 years, 6 months ago by mlkg.
May 3, 2017 at 12:42 pm #787082Hey Rolf,
Can you give us a screenshot on the issue? if it’s in the Media Library, can you give us temporary admin access? so we can test it. Just place the login details in “Private Content” so it is only visible to the moderators.
Best regards,
NikkoMay 3, 2017 at 1:49 pm #787133ok
The Caption, that you see when visiting the page is an extra javascript, which extracts the ALT-Tag of the image and inserts a caption, until the “real” caption is working again :-)
May 4, 2017 at 12:32 am #787488Hi,
Thanks for providing the screenshot, however can we have temporary admin access? since we could not reproduce the same issue on our end, and will be hard for us to figure out the cause of the problem.
Best regards,
NikkoMay 4, 2017 at 8:46 am #787645See below :)
May 4, 2017 at 1:04 pm #787778Hi mlkg,
Could you tell us where the script you added for that is?
Best regards,
VictoriaMay 4, 2017 at 1:08 pm #787783<script language="javascript"> (function($){ $(window).load(function() { var postImage = $('.single-big .wp-post-image'); var imgAlt = postImage.attr('alt'); if(imgAlt) postImage.after("<div class='img_caption'>"+imgAlt+"</div>"); }); })(jQuery); </script> <style> .big-preview.single-big .img_caption { position:relative; margin-top:-20px; z-index: 1000; background:rgba(255,255,255,0.8); padding:0 5px; font-size: 9px; text-align: right; color:#777 !important; } </style>
But that is only because the actual caption is not displayed…
and actually, the ALT-Field is the wrong field for image caption :-)
- This reply was modified 7 years, 6 months ago by mlkg.
May 4, 2017 at 4:25 pm #787920Hi mlkg,
Well, from what I see in code (Enfold), the captions seem to be gone for “Default” blog style.
Best regards,
VictoriaMay 4, 2017 at 4:40 pm #787935Thanks Victoria,
so this is bug in enfold? Or a intentionally dismissed feature?
Regards,
RolfMay 6, 2017 at 8:33 pm #788904Hi,
That is something that Kriesi has designed.
But as we do changes to the style and options many times, he might reconsider it if more people do have the need.Please feel free to let us know any other requests on the following request thread and Kriesi can take a look!
Best regards,
BasilisMay 8, 2017 at 9:48 pm #789870Well as an Austrian, Krisie should know, hat Austrian and German copyright law requires to display the copyright of the picture directly besides the picture. So he should feel the need for it and reconsider it soon – shouldn’t he? :-)
- This reply was modified 7 years, 6 months ago by mlkg.
May 9, 2017 at 1:01 pm #790224Hi mlkg,
Kriesi has been notified of your request.
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.