Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #969684

    Hi,
    in my site http://vdsfashion.it/en/
    I want to transform the image “TECHNICAL LINE DRAWING” in link to section our services, how can I do this?

    Thank you
    Ilaria

    #969730

    Hey Ilaria77,

    You want to make that box a link? Please provide admin info so we can log in and look into this issue further.

    Best regards,
    Jordan Shannon

    #969757

    Hi Jordan,
    yes I need to make these pictures box linkable in a page Our services, How can I do?
    Thank a lot

    #969770

    Hi,

    Please provide admin info in the private area so I can log in and look into this issue further for you.

    Best regards,
    Jordan Shannon

    #969800

    Hi,

    I deleted your last post for security reasons. In the future, please add the log info to the Private so it will only be seen by admins.

    Best regards,
    Jordan Shannon

    #969997

    Hi,

    I do not know how to write to you in Private, can you explain it to me?
    Thank you
    Ilaria

    #970109

    Hi,

    Sure. Under the text area you’re currently writing in, you should see another text area labeled, private content. Enter your login info into that location

    Best regards,
    Jordan Shannon

    #970111

    Hi,

    Also, do you want the entire box a link or just the text within?

    Best regards,
    Jordan Shannon

    #970118

    Hi Jordan,
    I would like the entire box is linkable in each version Italian and english.
    Thank you very much.
    Ilaria

    #970874

    Hi,
    I added a custom class to the columns in each language, “linkservicelt” & “linkserviceen”
    then I added this code to your functions.php:

    function link_service(){
    ?>
    <script>
    $(".linkservicelt").click(function() {
        window.location = "http://vdsfashion.it/classes/";
    });
    $(".linkserviceen").click(function() {
        window.location = "http://vdsfashion.it/our-services/";
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'link_service');

    Then I gave the columns a hover pointer with this css in your Quick CSS:

    .linkserviceen:hover,.linkservicelt:hover {cursor: pointer;}

    Now each links to the correct page in the correct language, please clear your browser cache and check.

    Best regards,
    Mike

    #970879

    Thank you very much Mike !
    Best regards
    Ilaria

    • This reply was modified 6 years, 3 months ago by Ilaria77.
    #971151

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How to make a image link’ is closed to new replies.