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

    #396606

    Hey loriel60!

    Thank you for your kind words :)
    Can you please post the link to your website?

    Regards,
    Yigit

    #409622
    This reply has been marked as private.
    #409868

    Hi kamel!

    Glad you found a solution, please let us know if you can’t find an answer for your other problem.

    Best regards,
    Rikard

    #410057

    Hi 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,
    Kamel

    #410321

    Hey!

    I’m sure it can be done, on what page is your gallery?

    Regards,
    Rikard

    #410406

    Hi Rikard,
    I put the caption back in the first thumbnail: http://bit.ly/18e4paG
    You can see how it overlaps the main image.

    Regards,
    Kamel

    #410841

    Hi 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!
    Rikard

    #410964

    Hi 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!
    Kamel

    #410968

    Hey!

    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!
    Yigit

    #410998

    Oh, That is Awesome!! It works great!
    Thanks a lot!

    kamel

    #411003

    Hey 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

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Posting full size images on blog’ is closed to new replies.