ruralstudio Posted May 22, 2023 Share Posted May 22, 2023 Hi there, I am trying to change the default link when a user clicks on a thumbnail image on an events calendar item so that it takes them to the contact page (https://bobcat-purple-8ttl.squarespace.com/contact) rather than open up an event listing (blog) page. Does anyone know if this is possible? Thanks! Link to comment
tuanphan Posted May 25, 2023 Share Posted May 25, 2023 What is site access password? 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!) Link to comment
ruralstudio Posted June 1, 2023 Author Share Posted June 1, 2023 Hi @tuanphan - it's eventfulspaces Thanks Link to comment
tuanphan Posted June 2, 2023 Share Posted June 2, 2023 On 5/22/2023 at 2:44 PM, ruralstudio said: Hi there, I am trying to change the default link when a user clicks on a thumbnail image on an events calendar item so that it takes them to the contact page (https://bobcat-purple-8ttl.squarespace.com/contact) rather than open up an event listing (blog) page. Does anyone know if this is possible? Thanks! Clicking on these >> redirect to Contact Page? 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!) Link to comment
ruralstudio Posted June 13, 2023 Author Share Posted June 13, 2023 Yes that's right, thanks Link to comment
tuanphan Posted June 15, 2023 Share Posted June 15, 2023 Add to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script> <script> jQuery(document).ready(function($){ setTimeout( function() { $('a.background-image-link').attr('href','/contact'); }, 4000); }) </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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment