Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #829029

    Hi There,

    My menu in a Widget space had suddenly disapeared…
    it is in the backend ok, but on the front not… see the screendumps.

    Do you know what is wrong?

    Thanks in advance!

    Best regards, Annelies

    #829282

    Hey Annelies,

    Have you tried deactivating all active plugins to see if this alleviates the issue?

    Best regards,
    Jordan Shannon

    #833784

    Hi Jordan,

    That is not the issue. Tested it, and no change…
    Do you have an idea?

    Best regards, Annelies

    #833918

    Hi,

    Please provide admin info in the private area so we can log in and look into this further.

    Best regards,
    Jordan Shannon

    #833923

    Hi Jordan,

    Thanks, in the private content you will find the info.

    Best regards, Annelies

    #833934

    Hi,

    Thank you. What page is in the screenshot you posted?

    Best regards,
    Jordan Shannon

    #833962

    Hi,

    It is on this page: http://test.analyze-design.nl/talentenklas/
    I’ve made a screenshot for you ;-)

    #833966

    Hi,

    Try adding the following to quick css:

    .html_burger_menu_active .menu-item{
    display:block!important;
    }

    Best regards,
    Jordan Shannon

    #833994

    Hi Jordan,

    Yes! That did the trick, super!
    Thanks for your help.

    Best regards, Annelies

    #833997

    Hi Jordan,

    I’m sorry, that was too fast… when I enter this in quick css, the menu also has a different view. So that is not ok…
    Can you maybe check the code?

    Best regards, Annelies

    #834011

    Hi,

    How should the menu look. Can you provide a screenshot of how it should look?

    Best regards,
    Jordan Shannon

    #834020

    Hi,

    I will enter your code in quick css, then you will see the menu on the right. But the menu on top is completely strange than…

    See the screendumps below…
    Best regards, Annelies

    #834062

    Hi,

    I see. Try the following adjustment:

    .html_burger_menu_active .menu-item{
    display:block!important;
    }
    
    #avia-menu li a .avia-menu-text{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #834290

    Hi Jordan,
    Thanks, almost there…
    Now you see some clickable black area where there use to be the menu.

    Any suggestions?

    Thanks!

    Best Regards, Annelies

    #834417

    Hi,

    Which page is the black area?

    Best regards,
    Jordan Shannon

    #834520

    Hi,

    Please take a look at the screendumps.
    Background is black, and when you hover you see the links.

    Best Regards, Annelies

    #835445

    Hi,

    Is the area on the far right ( search, drowpdown, social media section) supposed to remain with the black background?

    Best regards,
    Jordan Shannon

    #836043

    Hi Jordan,

    Yes the area on the far right is ok and should stay. But the area left of the hamburger has the ‘invisible’ links…

    Best regards, Annelies

    #836074

    Hi,

    Try adding the following:

    #avia-menu li.menu-item a{
    display:none!important;
    }

    This should remove the hidden links.

    Best regards,
    Jordan Shannon

    #857893

    Hi Jordan,

    Thanks, and sorry for the late reply.
    Everthing is super now, thanks for your help!
    You can close this one now ;-)

    Best regards, Annelies

    #857930

    Hi Annelies,

    Glad we got things working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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