Hi,
I’m just starting a new website, working on the home page and playing around with one of Enfold’s new image options: Image Element > Advanced > Animation > Image Hover Effect – But I do notice that the image link does not work. Am I correct that you cannot link an image elsewhere if you are using this feature? It’s really cool by the way, I love it!
It’s the three images at the bottom of the page under What We Do on the homepage shown here:
https://watermarkredevelopment.com/bypass
Hey Eleina,
Thank you for the inquiry.
Updating to version 5.3.1.1 should fix the issue. Please download the latest version from your Envato account or do an automatic update from the theme options. After the update, make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache.
Let us know if this helps.
Best regards,
Ismael
Hi Ismael,
Okay, I’ve followed your instructions, to no avail. Any other suggestions?
Hi,
Thank you for the update.
Looks like the hover image is covering the element containing the links. To fix the issue temporarily, please add this code in the functions.php file.
// fix animated images links
function ava_custom_script_animated_links() {
?>
<script>
(function($) {
$(".avia_animated_image").on("click", function() {
var link = $(this).find(".avia_image").attr("href");
window.location.href = link;
});
}(jQuery));
</script>
<?php
}
add_action('wp_footer', 'ava_custom_script_animated_links');
We will forward the issue to our channel and hopefully release a fix in the next patch.
Best regards,
Ismael
Thank you Ismael, this fixed it! You are awesome, have a great day!!
~e
Hi,
Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
You can close it. Thanks again!
Hi Eleina_Shinn,
We’re happy to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko