Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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/bypass

    #1377419

    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

    #1377755

    Hi Ismael,

    Okay, I’ve followed your instructions, to no avail. Any other suggestions?

    #1377788

    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

    #1395171

    Thank you Ismael, this fixed it! You are awesome, have a great day!!

    ~e

    #1395224

    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

    #1395250

    You can close it. Thanks again!

    #1395300

    Hi Eleina_Shinn,

    We’re happy to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Image Links not working for Images with "Fade to Another Image" under Animation’ is closed to new replies.