Majche Posted January 9 Share Posted January 9 Hi all, I am trying to organize my pages into folders but when I try to open them on mobile, not all pages are there. It is working fine with desktop, but not on mobile where some pages are missing. Can you please help me with this, not sure how I messed this up...Thank you in advance. Link to comment
tuanphan Posted January 10 Share Posted January 10 Because you used code to hide some main items, it also hide sub items for example this code you can replace it with [data-folder="root"]>div:first-child>div:first-child>div:nth-child(2) { display: none; } 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
Majche Posted January 11 Author Share Posted January 11 hi, thank you for answering. I did it and it didn't resolve the issue. It is the same...should I change it for all pages and at all places or not? Link to comment
tuanphan Posted January 13 Share Posted January 13 Can you check again? I see you still haven't removed the code yet 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
Majche Posted January 14 Author Share Posted January 14 I copy this to some pages, but when I copy it to all in Serbian language, I still don't see the whole dropdown list and now I see some pages in English. Page in English is here now (2nd row): Dropdown is missing "Događaji": Link to comment
tuanphan Posted January 15 Share Posted January 15 On 1/14/2024 at 3:03 PM, Majche said: I copy this to some pages, but when I copy it to all in Serbian language, I still don't see the whole dropdown list and now I see some pages in English. Page in English is here now (2nd row): Dropdown is missing "Događaji": Can you share link to 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
Majche Posted January 15 Author Share Posted January 15 hi, yes: https://www.sky2run.com/home Link to comment
tuanphan Posted January 17 Share Posted January 17 You have this code You can change this #header .header-menu-nav-item:nth-child(4) { display: none; } to this [data-folder="root"]>div:first-child>div:first-child>div:nth-child(4) { display: none; } 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
Majche Posted January 17 Author Share Posted January 17 but when I change that I can see some other pages I don't wont to see. The same as it happened with page no.2 You can se on above screen shot that when I change the code for mobile for page #2 I am seeing english intro on Serbian language navigation and I don't want that. If I apply the code above you suggested I am getting page #4 in my Serbian navigation bar...Can we modify the code so I can only see pages in Serbian on Serbian navigation bar? Link to comment
Majche Posted January 17 Author Share Posted January 17 As in this case pages #2 and #4 are also my regular pages in English which I wanted to hide from here. But it seems like within dropdown menu I have also pages #2 and #4 which are in Serbian and should not be hidden, so it is a bit confusing... Link to comment
Majche Posted January 17 Author Share Posted January 17 If you understand what I am trying to say? Link to comment
Solution tuanphan Posted January 20 Solution Share Posted January 20 You can see this guide, I wrote to hide some items on one page, you can apply for your case https://beaverhero.com/2-mini-sites/#1_Different_Navigation_Bar Majche 1 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
Majche Posted January 25 Author Share Posted January 25 thank you. I will have a look 🙂 Link to comment
Majche Posted January 25 Author Share Posted January 25 thank you for this, it worked. Much appreciated. 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