• Resolved andreigoldenvipers

    (@andreigoldenvipers)


    Hello there.

    Today I had quite few irritating moments with the entire website. I have a new bug regarding my entire menu. It is no longer seen when I do publish my gaming website:https://i.imgur.com/EfaSLs8.png please help! If I quick refresh the website, I can see a very small and tiny menu appearing and disappearing for just 1 second then I can no longer see it only if I will refresh the page again and again and again. How can I fix it ? I just want one menu, no other menu staying behind the first menu with the same pages like a shadow-menu bigger and the first menu to be smaller and when I do refresh the page I can see two different menus one smaller and one bigger resize all over the place every single time. My guess is top menu beats main menu and mutual. I want just one simple menu and that’s all!

    King Regards,
    Andrei Macovei

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Your website link has an under-maintenance banner, so it impossible to view the code to find out what is happening.

    But as a guess, you have one CSS code telling the menu to appear as it should, and another CSS code telling the menu to either do something that is forcing it to not display properly, or to not display at all.

    Remove the maintenance banner and I will try to have a look for you.

    Thread Starter andreigoldenvipers

    (@andreigoldenvipers)

    Thanks. I am doing it right now. @dayley – It’s done!

    Thread Starter andreigoldenvipers

    (@andreigoldenvipers)

    I have tried also to delete all menus but not footer menu because of PRIVACY POLICY page in footer; (I had like two menu locations – menu location 1 and menu location 2 in my case menu 1 and menu 2). Then I created a new menu but it does the same thing. There is something wrong in codes and I need to find it as soon as possible, of course with your help. It is very irritating to me because I try every single time to repair/fix/update a thing on site and then something appears like a bug trying to piss me off, no offense but this is the truth and the only truth. I cannot wait to fix this problem. It is just a little problem. Now I fixed it but still I see the same pages but two different sizes of two different menus. How to scale both menus in one size ?

    Okay I am currently out of office now and unable to see on mobile until later when back at my iMac.

    But if you find what is calling your menu in CSS (I would recommend Google Chrome DevTools or any other browser tool to view your code being called on your website) then you can set the size like so in your child theme CSS:

    .this-is-my-first-menu,
    .this-is-my-second-menu {
       width: 100%; /* Or 90% or 80% etc */
    /* Or try a fixed pixel amount which can be used like so: width: 500px;
    }

    Is this the kind of solution your looking for?

    • This reply was modified 6 years, 8 months ago by dayley.
    Thread Starter andreigoldenvipers

    (@andreigoldenvipers)

    I think yes. Thank you, @dayley!

    King Regards,
    Andrei Macovei

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    For pro or commercial product support please contact the author directly on their site. This includes any pre-sales topics as well.

    As the author is aware, commercial products are not supported in these forums. I am sure they will have no problem supporting you there.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘MENU disappeared’ is closed to new replies.