127 comments found.
Hello … Is this plugin compatible with Avada 7.11.7 running PHP 8.3?
Thank you
Yes..
Hi, i just bought your plugin Image Hover Effects for Avada Builder
Everything work fine, but i wish to add round corner to my images. everywhere on my website i have a border radius of 10px. is it possible to let me know how i can achieve this please?
Also, if i want to speed of a little bit the text on hover, is it possible?
Thanks a lot
Hello,
For border radius.
.jag-hoverimage-card {
border-radius: 10px;
}
And for speed up transition:
.jag-hoverimage-overlay {
transition: all .9s ease-in-out;
}
.jag-hoverimage-title{
animation-delay: .8s!important;
transition-delay: .8s!important;
}
same for .jag-hoverimage-short-desc, .jag-himg-readmore-wrapper class. set animation time.
Please let us know if any queries.
Hi, i have add those CSS and it won’t work. i have start with the border radius, add !important; and still not working. Then, i try with the next CSS for speed up the text hover and it won’t work.
I have tried it with only Avada and your plugin, i have disabled all other plugins and it still not working.
Hi There, nice Plugin you got there, Unfortunatly i get the warning about No alternative text found for these images. Anything i’m doing wrong or is there no alt text possible? regards adrian
Can you please share screenshot or credentials on jag@kreative@gmail.com so we have a quick look
Thank you
I just bought a copy of the image hover effects for Avada builder. I am looking for a way to set two different images: one that is the thumbnail and one that appears in the lightbox similar to standard image element in Avada but also while using the features in the Hover Effects element.
Thanks for your time.
Hello,
Sorry for late response..
Currently thumbnail image will shown in lightbox.
But it you want different image then might need some customisation.
Thank you
Hi,
On development site: scovas.rnwebbouw.nl/ons-team I am trying to disable the modal function of the hover image for mobile screens only. So that if you press the picture on mobile it will show the content box without it jumping straight to the modal. I cant figure out how to fix. I tried a lot of css but without succes. I would greatly appreciate it if you could help me fix this.
Note: I have hid the icon on mobile with css. But that is just a half measure
.
Kind regards, Rody
Hello.
add following css and check
@media (max-width: 767px) {
.jag-hoverimage-card .jag-wrapper-link {
pointer-events: none;
}
}
Well tickle my nose and call me Rudolph…that worked. I did try the pointer events css on several occasions but probably the wrong selector. Thanks for the quick support!
Perfect. Please let us know if you have any query in future on jag.kreative@gmail.com
Solved it in CSS. Can’t delete support note. Thanks.
Unhappy about the time it takes for the text to fade out after rollout of the text box. Please tell me a way to improve the speed of this so that the text disappears at the same time the background color disappears?
Solved it in CSS. Thanks.
Thank you.
That’s Great
I have a pre-sales question if you look at https://www.carloeggermont.be/ you’ll see that on hover property details are shown.
Is it possible to use your plugin to recreate this effect ? Note that the hover text should be different for every listing (blog post).
Yes. It’s possible.
Fyi: you can create different hover effect by adding separate elements in avada builder
Not sure if this was answered before, but is it possible to have the initial title change colors once you do a mouseover? For example, I want the title to be black, but when you do the mouseover, I would like the title to change to white because I’m adding a white overlay as the background. Is that possible? Thank you for an awesome plugin. Everything else works great!
Hello,
You can add following css
.{custom-class} .jag-hoverimage-card:hover .jag-hoverimage-title {
color: #ffffff;
}
{custom-class} : Add custom class in element settings
Thank you 
Hi, I have an image hover that is hidden by default and the title is shown by default. Is it possible to display the icon over the title also by default, while the rest of the hover is still hidden? Regards, Tino
Hello,
You want to show icon by default with title, right?
If so, then need to add custom css.
Hi, yes thats what i would like to do. What css code do i need to add to achieve this? Thanks and regards, Tino
If possible share website url on jag.kreative@gmail.com
Will provide you css
Thanks for the CSS Code, it works really fine! And thank you for your very fast support!
Hi, i can not see anything, that activate that plugin. In wantet this plugin for a container background image (snowfall). I dont know how to get the animation working.
Hello,
In any page, add this Image Hover element. Then upload image and select snowfall from option.
Please let us know if any issue. Email: jag.kreative@gmail.com
Hi there, the plugin is working great, except that it presently only seems to be working on two instances on a single page (I need
. Any suggestsions?
Hello,
Not get your point exactly.
You mean only two image hover is working on single page?
You can add multiple times by adding different image hover element.
If not clear please send your website url and queries on jag.kreative@gmail.com
Thank you
Helo, we use Image Hover Effects for Avada Builder. Now we have added custom icons. These work wonderfully everywhere. Unfortunately not with the Image Hofer Effects extension.
Hello,
Custom icons will added in default Avada elements, right?
If possible can you share your website URL and credentials on jag.kreative@gmail.com
So we can check if we can help to show custom icons.
Please mentioned which custom icons you have added
Thank you
Hi there – We are picking up issue on PHP8.1 – is your plugin good for that version of PHP?
[17-Mar-2022 12:08:44 UTC] PHP Warning: A non-numeric value encountered in /home/stbenedictsco/public_html/wp-content/plugins/jag-image-hover-addon/includes/hoverimage/jag-hoverimage-template.php on line 111 [17-Mar-2022 12:08:44 UTC] PHP Warning: A non-numeric value encountered in /home/stbenedictsco/public_html/wp-content/plugins/jag-image-hover-addon/includes/hoverimage/jag-hoverimage-template.php on line 111
Hello, Yes, Its compatible with PHP8.1. But will check and back to you
As Its a warning, it will not affect or break other website functionality, for you can disable warnings by adding below code in wp-config.php
define( ‘WP_DEBUG’, true );
Thank you.
The image hovers appear fine in when viewing the website, but in the Avada Live Edit, they show as Short Code.
You might have to change view to AVADA builder. I think you are looking into text editor.
Please let us know on jag.kreative@gmail.com
Excellent support – all sorted in less than 20mins. Very pleased. Thanks
Sorry, problem solved. activated in builder settings.
Hello, I have added the plugin to my website but the image hover element is not showing up in my avada fusion builder elements. I have avada theme 7.6.1 installed. I installed the plugin two times and no succes. I also disabled all other plugins to see if that was the problem.
Hello,
Please go to Avada Builder options and enabled the element from list.
wp-admin/admin.php?page=avada-builder-options
Please let us know. Thank you
Sorry, problem solved. activated in builder settings.
Thank you for letting us know
Hello, nice piece of work! Please tell me, is it possible to adjust the delay time for the hover-effect? The content appears a little too late: https://www.natursportakademie.de/ausbildungsstruktur/ Thank you very much for your help
Kind regards, Chr.
Hello,
If you want to do for specific image and not globally, add custom class <custom-class> in settings
<custom-class> .jag-hoverimage-overlay {
transition: all .9s ease-in-out;
}
<custom-class> .jag-hoverimage-title{
animation-delay: .8s!important;
transition-delay: .8s!important;
}
same for .jag-hoverimage-short-desc, .jag-himg-readmore-wrapper class. set animation time.
Please let us know if any queries.
The Image Hover Effects element does not include the dynamic content feature that is included in standard Fusion Elements. Is it possible to have “dynamic content” option in Image Hover Effects element?
Hello,
Currently only option to add content in element. Not dynamic.
For that required customisation. Please contact us on jag.kreative@gmail.com with your requirements
Hi! I just installed your plugin to my WP and the page says ‘server unavailable’. Is that going to change? I’m a bit worried, thank you
Can you please share your website URL and credentials on jag.kreative@gmail.com
Hi! I waited for an hour and now it’s working again. Thanks for your fast reply and sorry for the inconveniences 
Hello, did your issue resolved?
Hello! Haven’t had the chance to check it again. I will let you know later in the day. Thank you so much for your follow up, appreciate it!
How can i set gallery id´s for the lightbox? It only shows all images.
If you enabled Lightbox, then on click of that image, it will show that image in lightbox.
No need to set gallery id’s any where.
I will try to explain in more detail. For example, if I have 5 images on the same page, but I want to display 3 images in one lightbox gallery and 2 images in another lightbox gallery. Is this possible? The Avada Image element has this feature.
Got you point. Not possible.. If you enable lightbox for 5 images, then all 5 images will show in same lightbox gallery.