JamesRoeser Posted January 20, 2021 Posted January 20, 2021 Site URL: https://plainspaces.com/artists Does anyone know what coding can be used to change the clickthrough URL when you hover over and select an item from a portfolio? I want it to go to an external link, such as instagram. THANK YOU
tuanphan Posted January 23, 2021 Posted January 23, 2021 Hi. If you use a Business Plan or higher, we can do this uiwth script code. Which plan do you use? Which project do you want to change? 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!)
ischa.vieten Posted February 3, 2021 Posted February 3, 2021 @tuanphan Could you help us out with the script to change the clickthrough URL's. I want the portfolio effect, but then link each item to a custom page and url instead of a portfolio page with fixed url. Many thanks in advance!
ischa.vieten Posted February 3, 2021 Posted February 3, 2021 On 1/20/2021 at 6:33 PM, JamesRoeser said: Site URL: https://plainspaces.com/artists Does anyone know what coding can be used to change the clickthrough URL when you hover over and select an item from a portfolio? I want it to go to an external link, such as instagram. THANK YOU @JamesRoeser I see on your website that you've fixed it! Would you please share the information on how this is done?
tuanphan Posted February 4, 2021 Posted February 4, 2021 On 2/3/2021 at 6:35 PM, ischa.vieten said: @tuanphan Could you help us out with the script to change the clickthrough URL's. I want the portfolio effect, but then link each item to a custom page and url instead of a portfolio page with fixed url. Many thanks in advance! On 2/3/2021 at 6:35 PM, ischa.vieten said: @tuanphan Could you help us out with the script to change the clickthrough URL's. I want the portfolio effect, but then link each item to a custom page and url instead of a portfolio page with fixed url. Many thanks in advance! Can you share site url? They used this code <script> (function(){ window.addEventListener('load', function() { var link = document.querySelector('a[href="/plainspaces/danielhex"]'); link.target="_blank"; link.rel="noopener noreferrer"; link.href = 'https://www.instagram.com/danielhex/'; }) window.addEventListener('load', function() { var link = document.querySelector('a[href="/plainspaces/trentmadison"]'); link.target="_blank"; link.rel="noopener noreferrer"; link.href = 'https://www.instagram.com/trentxmadison/'; }) window.addEventListener('load', function() { var link = document.querySelector('a[href="/plainspaces/obedpadilla"]'); link.target="_blank"; link.rel="noopener noreferrer"; link.href = 'https://www.instagram.com/obedpadilla_/'; }) window.addEventListener('load', function() { var link = document.querySelector('a[href="/plainspaces/jerm"]'); link.target="_blank"; link.rel="noopener noreferrer"; link.href = 'https://www.instagram.com/jermtown/'; }) window.addEventListener('load', function() { var link = document.querySelector('a[href="/plainspaces/loudy-luna"]'); link.target="_blank"; link.rel="noopener noreferrer"; link.href = 'https://www.instagram.com/loudyluna/'; }) })() </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!)
owen001 Posted December 30, 2022 Posted December 30, 2022 Hi @tuanphan - I'm trying to do a similar thing for the new website I'm designing. I am keen on having the functionality of the portfolio hover page to be the homepage, but I want the last portfolio item to link to a different page. I saw the above code but was wondering if you might offer some clarification on how to adjust it to my needs. Happy to share the website if that helps. Thanks in advance!
tuanphan Posted January 2, 2023 Posted January 2, 2023 On 12/30/2022 at 11:27 PM, jonasberry said: Hi @tuanphan - I'm trying to do a similar thing for the new website I'm designing. I am keen on having the functionality of the portfolio hover page to be the homepage, but I want the last portfolio item to link to a different page. I saw the above code but was wondering if you might offer some clarification on how to adjust it to my needs. Happy to share the website if that helps. Thanks in advance! What is your site url? We can help easier 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
Create an account or sign in to comment
You need to be a member in order to leave a comment