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
P.S.: can i deactivate the other tooltip, which is not looking very stylish (where “oktjabr” is written when You hover)?
update:
i found the same issue here, but unfortunately cant see the private solution :)
Cheers!
finlando
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
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
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
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
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
Thanks a lot, Josue!
Cheers,
finlando