Guest Posted May 18, 2020 Share Posted May 18, 2020 Site URL: https://www.105angle.com/home-pl Hello! Thanks to you I have fixed a lot of problems, I hope you will help me find a solution for the next one @tuanphan Can I hide one nav folder depending on which page I am on? The case looks like this: I have 2 pages in different languages, anchor-links in them that point to relevant sections of the page. One navigation folder is in Polish and the other is in English. Is there any way to hide one folder from the navigation when I'm in a specific site? My site link here: https://www.105angle.com/home-pl Link to comment
derricksrandomviews Posted May 18, 2020 Share Posted May 18, 2020 I think you may find your answer here as well as some other helpful info for a multi language site. https://www.pareto-design.com/squarespace-multilingual Link to comment
Guest Posted May 19, 2020 Share Posted May 19, 2020 14 hours ago, derricksrandomviews said: I think you may find your answer here as well as some other helpful info for a multi language site. https://www.pareto-design.com/squarespace-multilingual Thank you @derricksrandomviews unfortunately this solution won't work in my template. Link to comment
tuanphan Posted May 19, 2020 Share Posted May 19, 2020 https://www.105angle.com/home-pl hide first menu folder, or second menu folder? 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
Guest Posted May 19, 2020 Share Posted May 19, 2020 3 minutes ago, tuanphan said: https://www.105angle.com/home-pl hide first menu folder, or second menu folder? From /home-pl hide first folder, form /-global hide second folder. Link to comment
tuanphan Posted May 19, 2020 Share Posted May 19, 2020 Add to Home ppl settings > Advanced > Header <style> header#header [href="/foldersglobal"] { display: none; } </style> Add to Global page settings > Advanced > Header <style> header#header [href="/folderspl"] { display: none; } </style> 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
Guest Posted May 19, 2020 Share Posted May 19, 2020 1 minute ago, tuanphan said: Add to Home ppl settings > Advanced > Header <style> header#header [href="/foldersglobal"] { display: none; } </style> Add to Global page settings > Advanced > Header <style> header#header [href="/folderspl"] { display: none; } </style> Works fantastic! Thank you so much for your quick reply! Link to comment
Guest Posted May 19, 2020 Share Posted May 19, 2020 Works fantastic! Thank you so much for your quick reply! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.