Viewing 15 posts - 1 through 15 (of 35 total)
  • Posted in: Nota
  • #321533
    welcome
    Member
    Post count: 88

    Hello,

    I would like to use the overlay menu on my website.
    I want that the header contains the logo on the left and the overlay menu icon on the right.

    But I have two problems:
    – The overlay menu is not working.
    – Nota ask me to assign a menu to the Main menu.

    Could you take a look?
    Thank you very much

    #321578
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    This reply has been marked as private.
    #321582
    welcome
    Member
    Post count: 88

    Hi Rui,

    You can see here:
    http://jxrenaud.com/oeuvres/

    I configured my overlay menu as in Cardinal or Atelier.
    But in Nota, I have this problems:
    – The overlay menu is not working.
    – Nota ask me to assign a menu to the Main menu.

    Thank you!

    #321593
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    .no-menu {
        display: none;
    }
    #321595
    welcome
    Member
    Post count: 88

    Thank you David, it’s working.

    Concerning the second problem, have you noticed that nothing appears in the menu?
    http://jxrenaud.com/oeuvres/

    Thanks!

    #321597
    David Martin – Support
    Moderator
    Post count: 20834

    Yes, I can replicate that – it’s a bug and I have fixed this for the next update.

    Can you add your FTP details – I’ll fix this for you.

    Thanks.

    #321598
    welcome
    Member
    Post count: 88
    This reply has been marked as private.
    #321895
    David Martin – Support
    Moderator
    Post count: 20834

    Please refresh your browser cache, I have added the fix.

    The fix will be in the next 1.0.5 update.

    Thanks,
    David

    #322019
    welcome
    Member
    Post count: 88

    Hello David,

    Thank you for the fix!
    I noticed that the menu is present but invisible above the items.
    For example, on this page: http://jxrenaud.com/oeuvres/, I can not click on the pictures.

    Can you take a look?
    Thank you!

    #322035
    David Martin – Support
    Moderator
    Post count: 20834

    Ah yes, I resolved that by adding this to your child theme:

    .page-id-466 figure.animated-overlay > a {
        z-index: 999;
    }
    .overlay-menu-open.page-id-466 figure.animated-overlay > a {
        z-index: 20;
    }
    #322047
    welcome
    Member
    Post count: 88

    Thank you David!

    I’m not sure if there’s a problem with the pictures.
    But rather a problem of position of the menu. What do you think?

    Please find in the attachment two files:

    Expositions


    http://jxrenaud.com/oeuvres/
    On this pages, I can click on the menu while it is closed.

    Any advices ?
    Thank you

    Attachments:
    You must be logged in to view attached files.
    #322245
    David Martin – Support
    Moderator
    Post count: 20834

    Yes, there is certainly a z-index bug on the overlay menu.

    I have fixed this for the next update, please add this to Theme Options => Custom CSS:

    #overlay-menu {
        pointer-events: none;
    }
    .overlay-menu-open #overlay-menu {
        pointer-events: all;
    }
    #322252
    welcome
    Member
    Post count: 88

    Thank you very much David!
    It’s working!

    Best regards!

    #322258
    David Martin – Support
    Moderator
    Post count: 20834

    Great, the fix will be in the next update.

    Thanks.

    #322284
    Kirsten
    Member
    Post count: 192
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 35 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register