Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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.
    #787082

    Hey 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,
    Nikko

    #787133

    ok

    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 :-)

    #787488

    Hi,

    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,
    Nikko

    #787645

    See below :)

    #787778

    Hi mlkg,

    Could you tell us where the script you added for that is?

    Best regards,
    Victoria

    #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.
    #787920

    Hi mlkg,

    Well, from what I see in code (Enfold), the captions seem to be gone for “Default” blog style.

    Best regards,
    Victoria

    #787935

    Thanks Victoria,

    so this is bug in enfold? Or a intentionally dismissed feature?

    Regards,
    Rolf

    #788904

    Hi,

    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,
    Basilis

    #789870

    Well 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.
    #790224

    Hi mlkg,

    Kriesi has been notified of your request.

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.