-
AuthorPosts
-
February 15, 2015 at 12:36 am #396248
Hi, First of, I have to say the Enfold theme is a great one. Today I have a “silly” problem: I select full-size images to be displayed on my blog! Unfortunately they appear smaller on the website, you have to click on them to see the full size. I do not want that.
Told you it was silly, isn’t?! :-D
Many thanksFebruary 16, 2015 at 11:28 am #396606Hey loriel60!
Thank you for your kind words :)
Can you please post the link to your website?Regards,
YigitMarch 11, 2015 at 1:01 am #409622This reply has been marked as private.March 11, 2015 at 3:17 pm #409868Hi kamel!
Glad you found a solution, please let us know if you can’t find an answer for your other problem.
Best regards,
RikardMarch 11, 2015 at 7:46 pm #410057Hi Rikard,
I have created an image gallery with thumbnails. On hovering the thumbnail, the caption appeared. Can you confirm that there is no way to remove or hide the caption when hovering the thumbnail of an image. My forum research shows you have to remove the caption in the image metadata field.
Regards,
KamelMarch 12, 2015 at 7:02 am #410321March 12, 2015 at 12:16 pm #410406Hi Rikard,
I put the caption back in the first thumbnail: http://bit.ly/18e4paG
You can see how it overlaps the main image.Regards,
KamelMarch 13, 2015 at 5:34 am #410841Hi Kamel!
I can see what your mean, how would you like it to work instead? Displaying it to the right or left of the main image would probably confuse users and the function would lose its meaning, and if you display it right or left of the thumbnail, it’s going to cover one or several of your other thumbnails.
Cheers!
RikardMarch 13, 2015 at 2:40 pm #410964Hi Rikard,
Thanks for having a look into it. In this case, I think it’s better to remove the caption altogether.
Thanks again,
Have a Great week end!
KamelMarch 13, 2015 at 2:49 pm #410968Hey!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_tooltip(){ ?> <script> jQuery(window).load(function(){ jQuery('#top div .avia-gallery img').removeAttr('data-avia-tooltip'); }); </script> <?php } add_action('wp_footer', 'add_custom_tooltip');
Cheers!
YigitMarch 13, 2015 at 3:23 pm #410998Oh, That is Awesome!! It works great!
Thanks a lot!kamel
March 13, 2015 at 3:27 pm #411003Hey Kamel
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Have a great weekend!
Cheers!
Yigit -
AuthorPosts
- The topic ‘Posting full size images on blog’ is closed to new replies.