
-
AuthorPosts
-
June 7, 2018 at 4:08 pm #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
IlariaJune 7, 2018 at 6:37 pm #969730Hey 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 ShannonJune 7, 2018 at 7:38 pm #969757Hi Jordan,
yes I need to make these pictures box linkable in a page Our services, How can I do?
Thank a lotJune 7, 2018 at 8:36 pm #969770Hi,
Please provide admin info in the private area so I can log in and look into this issue further for you.
Best regards,
Jordan ShannonJune 7, 2018 at 9:57 pm #969800Hi,
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 ShannonJune 8, 2018 at 7:51 am #969997Hi,
I do not know how to write to you in Private, can you explain it to me?
Thank you
IlariaJune 8, 2018 at 3:45 pm #970109Hi,
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 ShannonJune 8, 2018 at 3:53 pm #970111Hi,
Also, do you want the entire box a link or just the text within?
Best regards,
Jordan ShannonJune 8, 2018 at 3:58 pm #970118Hi Jordan,
I would like the entire box is linkable in each version Italian and english.
Thank you very much.
IlariaJune 10, 2018 at 8:20 pm #970874Hi,
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,
MikeJune 10, 2018 at 9:11 pm #970879Thank you very much Mike !
Best regards
Ilaria-
This reply was modified 6 years, 11 months ago by
Ilaria77.
June 11, 2018 at 1:22 pm #971151Hi,
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 -
This reply was modified 6 years, 11 months ago by
-
AuthorPosts
- The topic ‘How to make a image link’ is closed to new replies.