Krantonsen Posted September 2, 2021 Share Posted September 2, 2021 Hi! Does anyone know if it is possible to remove parts of the navigation on some pages? I have a bilingual website, Chinese and Korean, and want the Korean menu to disappear when you are on the Chinese pages, and vice versa. Link to comment
tuanphan Posted September 5, 2021 Share Posted September 5, 2021 Can you share link to your site? If impossible, you can follow these guides: For Business Plan or higher For Personal Plan 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
Krantonsen Posted September 13, 2021 Author Share Posted September 13, 2021 That worked! Thank for an easy and good way to set up the website. Everything works except the flag selector. It does not appear, so maybe I made a mistake in the code?If I put the code in the footer, I can see that I got the flags correctly, but it comes as an error message at the very top. <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.6.0/css/flag-icon.css"> <script> /*setup language switcher with flags*/ $('body').prepend('<div class="language"><a href="kr/auroracrab/korean" class="lang-kr"><span class="flag-icon flag-icon-kr"></span></a> <a href="cn/home/chinese/auroracrab" class="lang-cn"><span class="flag-icon flag-icon-cn"></span></a></div>'); </script> Link to comment
tuanphan Posted September 15, 2021 Share Posted September 15, 2021 On 9/13/2021 at 2:16 PM, Krantonsen said: That worked! Thank for an easy and good way to set up the website. Everything works except the flag selector. It does not appear, so maybe I made a mistake in the code?If I put the code in the footer, I can see that I got the flags correctly, but it comes as an error message at the very top. <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.6.0/css/flag-icon.css"> <script> /*setup language switcher with flags*/ $('body').prepend('<div class="language"><a href="kr/auroracrab/korean" class="lang-kr"><span class="flag-icon flag-icon-kr"></span></a> <a href="cn/home/chinese/auroracrab" class="lang-cn"><span class="flag-icon flag-icon-cn"></span></a></div>'); </script> Hi, What is your site url? We can check 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.