Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #299179

    Hi!

    is it possible to animate the gray (enfold) “tooltip” at the side of the pic? (where test is written when You hover)
    This would be very handy in some cases.

    Thanks a lot for the amazing support!

    Regards,
    finlando

    #299180

    P.S.: can i deactivate the other tooltip, which is not looking very stylish (where “oktjabr” is written when You hover)?

    #299182

    update:

    i found the same issue here, but unfortunately cant see the private solution :)

    Cheers!
    finlando

    #299183
    #299357

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-tooltip.avia-tt {
    display: none!important;
    }

    Regards,
    Yigit

    #299369

    Hi Yigit!

    i mean the other tooltip, not the dark gray one. (when You hover You will see 2 tooltips) :)

    Thank You, Yigit!

    regards,
    finlando

    #299393

    Hi!

    Please add following code to Functions.php file in Appearance > Editor

    function add_custom_tooltip(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('a').removeAttr('title');
    jQuery('img').removeAttr('title');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_tooltip');

    Regards,
    Yigit

    #299408

    Sorry for bothering You again…

    is it possible to animate/display the .avia-tooltip at the left/right side of the image (not above – like it is right now)?

    regards,
    finlando

    #299416

    Hey Finlando!

    The Avia Tooltip script can only be set to either top or bottom (js/avia-tooltip.js). if you want something more controllable i’d suggest trying an external plugin, this one may do the job.

    Cheers!
    Josue

    #299458

    Thanks a lot, Josue!

    Cheers,
    finlando

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘gallery image’ is closed to new replies.