-
AuthorPosts
-
January 2, 2023 at 9:22 pm #1377400
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/bypassJanuary 3, 2023 at 4:13 am #1377419Hey 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,
IsmaelJanuary 5, 2023 at 8:46 pm #1377755Hi Ismael,
Okay, I’ve followed your instructions, to no avail. Any other suggestions?
January 6, 2023 at 5:03 am #1377788Hi,
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,
IsmaelJanuary 25, 2023 at 3:46 pm #1395171Thank you Ismael, this fixed it! You are awesome, have a great day!!
~e
January 25, 2023 at 6:38 pm #1395224Hi,
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,
RikardJanuary 25, 2023 at 8:40 pm #1395250You can close it. Thanks again!
January 26, 2023 at 6:27 am #1395300Hi Eleina_Shinn,
We’re happy to hear that :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Image Links not working for Images with "Fade to Another Image" under Animation’ is closed to new replies.
