• Resolved LM_Uniserv

    (@secretmedia0louise)


    Hey

    I have just installed this plugin. So cool. But i have i problem. When showing the created page the listing is on, a double menu appers. It seams as if both normal and mobil menu is displayed at the same time. The rest og the site works normal, and so does the page until the listing is added. What to do, can you help?

    I use the theme: Neve.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    Please try this CSS

    @media (max-width: 576px) {
    .hide-on-mobile {
        display: none !important;
    }
    }
    @media (min-width: 960px) {
    .hide-on-desktop {
        display: none !important;
    }
    }

    Thanks

    Thread Starter LM_Uniserv

    (@secretmedia0louise)

    Hey

    It did´nt work, but if i placed:
    .hide-on-desktop {
    display: none !important;
    }
    on the base of css, then it worked on desktop, but now alle menu desappears on the mobil, on all pages.?

    • This reply was modified 3 years, 7 months ago by LM_Uniserv.
    Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    Your code looks different missing media query so device is missing it’s coming from Bootstrap. We use Bootstrap

    Please don’t add directly without the media query

    use this code in Appearance => Customize => Additional CSS

    @media (max-width: 576px) {
    .hide-on-mobile {
        display: none !important;
    }
    }
    @media (min-width: 960px) {
    .hide-on-desktop {
        display: none !important;
    }
    }

    Thanks

    Thread Starter LM_Uniserv

    (@secretmedia0louise)

    After checking the dobelt menu coms bask between the to sizes – tablet size. Is der a hide code for that to?

    Desktop and mobil works.
    The menu is not the same place ind the listing padge. Is it me that have done somthing wrong?

    Best regards: Louise

    • This reply was modified 3 years, 7 months ago by LM_Uniserv.
    • This reply was modified 3 years, 7 months ago by LM_Uniserv.
    Plugin Support Muhammad Ali Akbar

    (@alireyad)

    I see also okay in tab device. Did you fix it?

    Thread Starter LM_Uniserv

    (@secretmedia0louise)

    Hey Ali

    Yes the hide on tablet fuction worked. Only the position of the elements ind the menu now varys. It seem to be worst on tablet, and a litle on desktop, and okay on mobil. I dont know why yet.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Double menu, displaying both normal and mobil menu’ is closed to new replies.