Image Hover Add-on / Using without active link
-
Hello! First of all, thank you for this add-on, @arminunruh. It's awesome.
Right now my page does not have the image hover add-on, I used a custom script for it. As you can see, all of the hyperlinked text have a preview upon hover, and some of the text that aren't hyperlinked have image hover previews as well.
I want to use the image hover add-on for this page, specifically for it to follow the cursor. I noticed it can only be used for linking. Is it possible to use this feature without the text needing to be a link?
Thank you!
-
Dear B @Baptiste
No new News unfortunately - this will have to be custom coded at present.
While Armin works finishing up Woo-commerce integration these possible developments are postponed.Sorry for any inconvenience this may cause to your design Baptiste!
Best
Richard -
@Richard, no no, no problems, I'm just curious about new features.
I'll do it with custom code for the moment.Thanks anyway,
Best.
-
@Baptiste Hi Baptiste
Did you manage to code it yourself? I would like to achieve the same effect but don't know how....Best
Raphael -
Hey @Rama94 ,
! Edit !
For the moment the only solution I found is :- Add a link on the text and add your image
- Remove the href via the source code section
- Add a class to change the cursor like :
cursor: default; -
@Baptiste Thank you for your reply. when I use "pointer-events: none;" the link doesn't appear anymore that's true, but then in my case the image doesn't appear either. Am I wrong?