Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #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

    #1235486

    I 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.

    #1235600

    Hi,

    You don’t need custom code for that any longer, you set that under Enfold->Main Menu->Alternate Menu for Mobile.

    Best regards,
    Rikard

    #1235854

    Thanks 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.
    #1236074

    Hi parrob,

    It can be found here:
    Image 2020-08-07 at 18.50.56.png

    Maybe you’re running a very old version of the theme?

    Which Enfold are you running?

    Best regards,
    Victoria

    #1236508

    Hi, my current Enfold Theme Version Number is 4.7.5. Is it old?

    #1236510

    I 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”?

    #1237029

    Hi 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,
    Victoria

    #1237031

    Hi 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,
    Victoria

    #1237102

    Okay, 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

    #1237126

    Hi parrob,

    Yes, please tell us which menu goes where. Did you add the classes and the css or you removed it already?

    Best regards,
    Victoria

    #1238019

    Hello, 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
    – # 3dup2

    In 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.
    #1238852

    Can anyone help me with the menu? Thank you

    #1240086

    Hi,
    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,
    Mike

    #1240203

    Hi,
    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.
    #1240210

    Hi,
    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,
    Mike

    #1240339

    Hi,
    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.
    #1240914

    Hi,
    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:
    2020-08-26_065517.jpg
    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:
    2020-08-26_065620.jpg
    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,
    Mike

    #1241193

    Hi,
    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 you

    #1241479

    Hi parrob,

    Please check the menu now :)

    Best regards,
    Victoria

    #1241672

    Hi Victoria,
    I looked at the menu and it’s ok!
    Thanks for the help

    #1241693

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

Viewing 22 posts - 1 through 22 (of 22 total)
  • You must be logged in to reply to this topic.