Rogueace Posted September 18, 2020 Share Posted September 18, 2020 Hi everyone, Im hoping there is a solution out there and that someone knows how to do it and can help and teach me! I want to know if it is possible to change the portfolio nav link to go to another portfolio and also if i can have it where if someone clicks my logo it goes to another specific page. Link to comment
tuanphan Posted September 19, 2020 Share Posted September 19, 2020 Can you share 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!) Link to comment
Rogueace Posted September 20, 2020 Author Share Posted September 20, 2020 https://rogueacephotography.squarespace.com/config/ password: rap2020help if you need me to explain alittle more of what i am doing just let me know i currently working on a map to describe what i am trying to do with my site. Link to comment
tuanphan Posted September 21, 2020 Share Posted September 21, 2020 To change logo link on onepage, add this to Page Settings > Advanced > Header <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('.header-title-logo a').attr('href','https://beaverhero.com'); }); </script> Replace beaverhero with new url 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
Rogueace Posted September 21, 2020 Author Share Posted September 21, 2020 Thank you so much! Link to comment
Rogueace Posted September 21, 2020 Author Share Posted September 21, 2020 Ok one more question i have two different portfolio pages on one page only can i use this code to redirect to the other portfolio? Link to comment
tuanphan Posted September 22, 2020 Share Posted September 22, 2020 On 9/22/2020 at 5:11 AM, Rogueace said: Ok one more question i have two different portfolio pages on one page only can i use this code to redirect to the other portfolio? Can you share link tho this 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
Rogueace Posted September 23, 2020 Author Share Posted September 23, 2020 https://rogueacephotography.squarespace.com/achome so the portfolio that is circled in red is this page (https://rogueacephotography.squarespace.com/peportfolio) but i want to the link on this page only to go to this portfolio (https://rogueacephotography.squarespace.com/acportfolio) is this possible? Link to comment
Rogueace Posted September 23, 2020 Author Share Posted September 23, 2020 6 hours ago, tuanphan said: Can you share link tho this page? Sorry reply is above Link to comment
tuanphan Posted September 25, 2020 Share Posted September 25, 2020 On 9/23/2020 at 12:22 PM, Rogueace said: Sorry reply is above <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('.header-nav-item [href="/peportfolio"]').attr('href','/acportfolio'); }); </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
Archived
This topic is now archived and is closed to further replies.