[Resolved] Slideout Widgets before slideout menu

Home Forums Support [Resolved] Slideout Widgets before slideout menu

Home Forums Support Slideout Widgets before slideout menu

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #647790
    TRISQUELMEDIA S.L. (B74037078)

    hi:

    By default all the widgets you put in slideout go before slide out menu defined,

    is there anyway to put this widgets before the slide out menu?

    Another question, why in mobiles isnt shown menu widget defined in slideout section widget in the slideout? image widget for example is shown perfectly

    Thxs

    regards

    #648021
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    .slideout-navigation .inside-navigation {
        display: flex;
        flex-direction: column-reverse;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know πŸ™‚

    #648063
    TRISQUELMEDIA S.L. (B74037078)

    Works perfect thxs!

    and the second question related?

    “Another question, why in mobiles isnt shown menu widget defined in slideout section widget in the slideout? image widget for example is shown perfectly”

    #648075
    Leo
    Staff
    Customer Support

    Not quite sure what you mean.

    I’m seeing the same thing on desktop and mobile.

    #648466
    TRISQUELMEDIA S.L. (B74037078)

    Hi:

    Try now in http://www.tqmdesarrollo.com/asturgesco/

    In mobile, menu element in slideout widget is hidden (image element and others works well)

    #648540
    Leo
    Staff
    Customer Support

    So currently you are using a nav widget instead of assigning a menu to slideout menu here?
    https://docs.generatepress.com/article/using-the-wordpress-menu-builder/#setting-a-theme-location

    Can you try that way and see if it works better?

    Let me know πŸ™‚

    #648849
    TRISQUELMEDIA S.L. (B74037078)

    Yes works. I understand then the only way to show a menu in mobile devices in the slideout bar is defining a menu as slideout menu, not as widget, correctly?

    Thxs

    #649356
    Leo
    Staff
    Customer Support

    Honestly I’m not sure why either.

    If you want to use the widget instead, try adding this CSS with it:

    @media (max-width: 768px) {
        .main-navigation ul {
            display: block;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know πŸ™‚

    #650172
    TRISQUELMEDIA S.L. (B74037078)

    hi!

    Solved in GP Premium 1.7.1

    Thxs!

    #650816
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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