Ayzhh Posted February 13, 2020 Posted February 13, 2020 Hi There, I'm using the Novo template. Each square image on the main menu links to a page within the site. How can have some of them link to an external web page instead? Thanks...
tuanphan Posted February 14, 2020 Posted February 14, 2020 Can you share link to your site? I can take a look. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Ayzhh Posted February 14, 2020 Author Posted February 14, 2020 Hi Tuanphan, I have it on private but putting on public for you 😉 https://www.abrehawaii.com
tuanphan Posted February 14, 2020 Posted February 14, 2020 30 minutes ago, Ayzhh said: Hi Tuanphan, I have it on private but putting on public for you 😉 https://www.abrehawaii.com You can use JavaScript to change link. Which image you want to change to external link? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Ayzhh Posted February 19, 2020 Author Posted February 19, 2020 Hi Tuanphan Images for external link would be Coldwell banker, Blog, Property Search and testimonials 🙂 Which I don't have custom images on there yet but getting to it.
tuanphan Posted February 20, 2020 Posted February 20, 2020 16 hours ago, Ayzhh said: Hi Tuanphan Images for external link would be Coldwell banker, Blog, Property Search and testimonials 🙂 Which I don't have custom images on there yet but getting to it. Add to Code Injection Footer <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $('#gridThumbs a.grid-item:first-child').attr('href','https://beaverhero.com'); $('#gridThumbs a.grid-item:nth-child(5)').attr('href','https://beaverhero.com'); $('#gridThumbs a.grid-item:nth-child(8)').attr('href','https://beaverhero.com'); </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Ayzhh Posted February 20, 2020 Author Posted February 20, 2020 7 hours ago, tuanphan said: Add to Code Injection Footer <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $('#gridThumbs a.grid-item:first-child').attr('href','https://beaverhero.com'); $('#gridThumbs a.grid-item:nth-child(5)').attr('href','https://beaverhero.com'); $('#gridThumbs a.grid-item:nth-child(8)').attr('href','https://beaverhero.com'); </script> Tuanphan...I love it!! Thank-you so much 🙂 Everything works!!!
Guest Posted August 2, 2020 Posted August 2, 2020 On 2/20/2020 at 1:44 PM, tuanphan said: Add to Code Injection Footer <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $('#gridThumbs a.grid-item:first-child').attr('href','https://beaverhero.com'); $('#gridThumbs a.grid-item:nth-child(5)').attr('href','https://beaverhero.com'); $('#gridThumbs a.grid-item:nth-child(8)').attr('href','https://beaverhero.com'); </script> Actually, it does not work for websites using personal plans. I use the Novo template as well but can't customise with CSS/HTML/Javascript since I don't have the business plan. Could you recommend another solution (if there is one)? Thank you!
tuanphan Posted August 3, 2020 Posted August 3, 2020 12 hours ago, Ellystime said: Actually, it does not work for websites using personal plans. I use the Novo template as well but can't customise with CSS/HTML/Javascript since I don't have the business plan. Could you recommend another solution (if there is one)? Thank you! Hi. You can't change link with Personal Plan. You can recreate your layout with Gallery Section or Image Blocks. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Guest Posted August 4, 2020 Posted August 4, 2020 On 8/3/2020 at 8:35 AM, tuanphan said: Hi. You can't change link with Personal Plan. You can recreate your layout with Gallery Section or Image Blocks. Thank you Tuan. There aren't overlay options (full overlay+text) on Image blocks or Gallery options so I will just have redo the pages, unfortunately 😞 but thank you again for your help!
tuanphan Posted August 4, 2020 Posted August 4, 2020 3 hours ago, Ellystime said: Thank you Tuan. There aren't overlay options (full overlay+text) on Image blocks or Gallery options so I will just have redo the pages, unfortunately 😞 but thank you again for your help! You can add with Image blocks or Gallery Section, then we can give the overlay code. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.