
-
AuthorPosts
-
August 4, 2020 at 11:57 am #1235090
Hi, I’m trying to follow this procedure to have different mobile menu, but it doesn’t work, can someone help me? Thank you
August 5, 2020 at 6:17 pm #1235486I added the code to the Quick CSS Enfold General styling section and added only_mobile in CSS classes in Appereance> menu.
I made several attempts but I can’t hide some parts of the menu in the mobile version.August 6, 2020 at 7:14 am #1235600Hi,
You don’t need custom code for that any longer, you set that under Enfold->Main Menu->Alternate Menu for Mobile.
Best regards,
RikardAugust 6, 2020 at 9:22 pm #1235854Thanks for the reply, I could not find >Alternate Menu for Mobile.
On main menu it gives me the following items:
General, Burger / Mobile menu, Style Burger / mobile menu.-
This reply was modified 4 years, 9 months ago by
parrob.
August 7, 2020 at 5:51 pm #1236074August 10, 2020 at 9:45 pm #1236508Hi, my current Enfold Theme Version Number is 4.7.5. Is it old?
August 10, 2020 at 9:51 pm #1236510I understand why I don’t see the screenshot you posted, “display as icon” is selected in menu items for desktop, it doesn’t display alternate menu for mobile.
is it possible to do something while keeping “display menu as icon”?August 12, 2020 at 4:08 pm #1237029Hi parrob,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Which items do you need to hide on desktop? And which on mobile?
Best regards,
VictoriaAugust 12, 2020 at 4:08 pm #1237031Hi parrob,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Which items do you need to hide on desktop? And which on mobile?
Best regards,
VictoriaAugust 12, 2020 at 6:16 pm #1237102Okay, I need to hide the menu links to some home sections that I created for the mobile site.
If you want, I’ll tell you exactly which ones.Thanks for your help
August 12, 2020 at 6:49 pm #1237126Hi parrob,
Yes, please tell us which menu goes where. Did you add the classes and the css or you removed it already?
Best regards,
VictoriaAugust 15, 2020 at 2:21 pm #1238019Hello, in the mobile menu these sections must be connected with the respective links both in the Italian and in the English menu:
– # matrix2
– # topup2
– # weaveup2
– # 3dup2In addition, I noticed an error when from another page, other than the home, you press on contact us, the page scrolls too far down, can you help me because I was unable to correct this error? Thank you
-
This reply was modified 4 years, 8 months ago by
parrob.
August 18, 2020 at 7:07 pm #1238852Can anyone help me with the menu? Thank you
August 23, 2020 at 3:11 pm #1240086Hi,
Sorry for the late reply, I have checked your mobile menu for both of your languages and the menu is linked correctly. It looks like your language plugin is switching your menu based on language, so I don’t believe you need to use the procedure above.
Please see the screenshot in Private Content area.Best regards,
MikeAugust 23, 2020 at 9:17 pm #1240203Hi,
I’m sorry but you didn’t understand, the screens you linked are from the desktop site, I intend to link the menu of the mobile version site to sections that I created only for the mobile version, as I explained above.
In fact I was waiting for Victoria to answer me.
I would like to know if you can help me because since I opened the topic it has been 20 days that I cannot solve this problem.
Thank you-
This reply was modified 4 years, 8 months ago by
parrob.
August 23, 2020 at 11:07 pm #1240210Hi,
Sorry for the delay and thank you for your patience, I would like to help sort this out, the screenshots are from the desktop site because I thought it was easier to show the links have the correct URL, but this is also true for your mobile menu.
For mobile the Italian language links point to “your-site.it” and the English language links point to “your-site.it/home-eng/”
this is what to wanted correct?Best regards,
MikeAugust 24, 2020 at 12:43 pm #1240339Hi,
I simply need to customize the mobile menu, connect the links of the mobile menu (Matrix up, Top Up, 3d Up, Weave Up) to the respective sections of the home that I have created only for the mobile site.
If you can access the site you realize which sections I intend to link, I wrote them above.
Since, as you can see, having the “display as icon” menu, it does not allow me to select “alternate menu for mobile”, as I explained to your colleague Victoria.
I hope I’ve made it clear, and I hope you can help me out.
I await your reply thanks-
This reply was modified 4 years, 8 months ago by
parrob.
August 26, 2020 at 1:35 pm #1240914Hi,
Sorry, I believe that I understand now. So to have a different mobile menu link than the desktop menu item you will need to create two menu items for each one, like this:
Then add the classes “only_desktop” or “only_mobile” to each item and ensure each link is pointing to a valid section ID, like this:
Then you would add this css to your Quick CSS, but you already did this step.@media only screen and (min-width: 769px) { .only_mobile { display: none !important; }} @media only screen and (max-width: 768px) { .only_desktop { display: none !important; }}
Now can test the English mobile menu, when the English desktop menu is shown the menu item for the desktop color section will be shown, and the same for the mobile menu items. I only edited the English home page and the English menu, so please review and try to make these same changes for your other menu.
Please note that when you add custom ID’s to elements do not add the “#” such as “#topup”, only use “topup”, also ID’s can not start with a number, so I changed “3dup” to “threedup” & “threedup2”
Please clear your browser cache and check the English mobile menu.Best regards,
MikeAugust 27, 2020 at 1:05 pm #1241193Hi,
thanks for the reply, I followed your guide, unfortunately in the mobile and desktop menus it shows both links, despite having entered “only_mobile” and “only_desktop” in css class.
I would like to know why?
Thank youAugust 28, 2020 at 9:37 am #1241479Hi parrob,
Please check the menu now :)
Best regards,
VictoriaAugust 28, 2020 at 6:27 pm #1241672Hi Victoria,
I looked at the menu and it’s ok!
Thanks for the helpAugust 28, 2020 at 8:32 pm #1241693Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon -
This reply was modified 4 years, 9 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.