-
AuthorPosts
-
August 2, 2014 at 7:55 pm #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,
finlandoAugust 2, 2014 at 8:01 pm #299180P.S.: can i deactivate the other tooltip, which is not looking very stylish (where “oktjabr” is written when You hover)?
August 2, 2014 at 8:08 pm #299182update:
i found the same issue here, but unfortunately cant see the private solution :)
Cheers!
finlandoAugust 2, 2014 at 8:09 pm #299183August 3, 2014 at 3:38 pm #299357Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-tooltip.avia-tt { display: none!important; }Regards,
YigitAugust 3, 2014 at 4:10 pm #299369Hi Yigit!
i mean the other tooltip, not the dark gray one. (when You hover You will see 2 tooltips) :)
Thank You, Yigit!
regards,
finlandoAugust 3, 2014 at 7:22 pm #299393Hi!
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,
YigitAugust 3, 2014 at 8:28 pm #299408Sorry 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,
finlandoAugust 3, 2014 at 9:02 pm #299416Hey 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!
JosueAugust 3, 2014 at 11:01 pm #299458Thanks a lot, Josue!
Cheers,
finlando -
AuthorPosts
- The topic ‘gallery image’ is closed to new replies.
