Archived topic
Slideout Widgets before slideout menu
9 replies · Started by TRISQUELMEDIA S.L. (B74037078) on August 14, 2018
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
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 :)
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"
Not quite sure what you mean.
I'm seeing the same thing on desktop and mobile.
Hi:
Try now in http://www.tqmdesarrollo.com/asturgesco/
In mobile, menu element in slideout widget is hidden (image element and others works well)
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 :)
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
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 :)
hi!
Solved in GP Premium 1.7.1
Thxs!
No problem :)