Tagged: enfold, figcaption, logo element
-
AuthorPosts
-
November 2, 2015 at 10:59 pm #528868November 3, 2015 at 9:41 am #529062
Hey Peter,
I’m not sure I understand what you mean by that, could you try to explain a bit further or post a screenshot highlighting your intentions please?
Thanks,
RikardNovember 3, 2015 at 12:28 pm #529133So I need a caption block below the logo element.
Is it possible?Thank you for your help
Regards,
Peter- This reply was modified 9 years ago by jambrikp.
November 4, 2015 at 1:00 pm #529957Hey!
still not sure what you want to achieve. Can’t find any logo element on your home page. Where st it?
Can you send us a mockup showing the results you want to achieve please?
Regards,
AndyNovember 4, 2015 at 1:17 pm #529972Hi,
Oh, yes, becasue I use logo element like a simle gallery :)
So this is my logo element above the red box:
http://mandrawn.com/wp-content/uploads/logo-element-below-caption.jpgAnd I would like a block with image caption below the image (the red square).
I use Avia logo element beacuse its simle and nice gallery. :)
Despite this, you need a mockup of? Or this is enough?
Thank you for your help :)
- This reply was modified 9 years ago by jambrikp.
November 5, 2015 at 7:05 pm #531099Hi!
sorry, but no idea what you want to do.
I can’t see any logo element above the red box in your picture. I just see the image of the guy hanging on the basket above the red box.Please send us a mockup of the results you want to achieve, to make things clear for us.
Cheers!
AndyNovember 5, 2015 at 10:34 pm #531225Hi Andy,
Here is the mockup.
Thank you for your help :)
Regards,
PeterNovember 7, 2015 at 10:57 am #531826Hey!
Edit the images then add an Alt text to each and every one of them. Add this in the functions.php file:
function add_custom_script(){ ?> <script> (function($){ var img = $('#top .avia-logo-element-container img'); $(img).each(function() { var alt = $(this).attr('alt'); $(this).parent().append('<div class="slidealt"></div>'); $(this).parent().find('.slidealt').text(alt); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');
Use the .slidealt selector to style the caption container.
Best regards,
IsmaelNovember 8, 2015 at 12:33 pm #532028Amazing! Thank you, it’s work! :)
Best regards,
Peter -
AuthorPosts
- The topic ‘Image caption on logo element’ is closed to new replies.