-
AuthorPosts
-
August 15, 2014 at 8:51 pm #305075
Have the partner logo element working as a slider. One question: the image caption that appears on hover: how can you move that over the image to the bottom of the image, and can the overlay be full width to the image?
August 16, 2014 at 5:49 am #305180Hey blankonblank!
Thank you for using Enfold.
Unfortunately, there’s no option for that but you can apply a top margin in order to push the tooltip downwards. Use this on Quick CSS or custom.css:
.avia-tooltip { margin-top: 200px; }
Regards,
IsmaelAugust 31, 2016 at 8:43 pm #680316I had wanted to do the same thing, but move the popup tip to the center of the logo.
Successfully did so by setting margin-top to 100px, but there’s a problem: When you mouse over the tooltip itself (vs. the logo) it flashes/resets. Not normally noticeable because the tooltip is in a different place than the logo. But when you’ve got the tooltip appearing over the logo, where your mouse is, it continually resets for as long as your mouse is over the tooltip. Made a quick screen capture: http://screencast.com/t/8oP9aJoQ2V
Is there a way to make it so the tooltip does not flash/reset when you mouse over the tooltip itself?
(access to sandbox page where this is happening is in private content)
Thanks.
– GregSeptember 2, 2016 at 4:01 pm #681346Hi Greg!
Can you please firstly update Enfold to the latest version 3.7.1 – kriesi.at/documentation/enfold/updating-your-theme-files/? If that does not help, please try de-activating all active plugins
Best regards,
YigitSeptember 2, 2016 at 7:50 pm #681448I updated my theme to 3.71, also updated every single plugin, also tried deactivating them. Behavior persisted. I’ve added wordpress admin deets to private info.
September 7, 2016 at 5:34 am #682934Hi,
It tends to happen because the tooltip is set display if the mouse pointer is over the target image and hide or go away once the mouse pointer leave the target. By bringing the tooltip over the image, it creates a sort of confusion because once you hover over the target image and the tooltip animates and move under the mouse pointer, the script reads it as if the mouse pointer leaves the target image so the tooltip has to move or hide away, bringing the mouse pointer again over the target image which then forces the tooltip to show up, creating a loop.
One workaround is to use the Image element and then add the current tooltip content as caption.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.