I am wondering where do you set the tooltips bubbles seen in the You may also like areas?
I would like to be able to set this for portfolio images or to any image or link anywhere…is there a shortcode?
Hi Monsoon,
You can add captions to images in a gallery shortcode (or in the advanced layout editor the gallery media element) to get that effect. There is a bug with the hover effect and displaying them so if you do, you’ll also need to use this css in your Quick CSS filed in the Theme Options Styling Tab:
.avia-gallery-thumb .image-overlay.overlay-type-image {
display: none !important;
}
Regards,
Devin
What i meant is isnt’t there a way to simply add something to the href that would bring a tooltip…lets say for a normal link for example so that you can have tooltips on any href or img you want
No, there isn’t anything like that at the moment.