-
AuthorPosts
-
January 12, 2020 at 6:31 pm #1172553
Hello,
I have a problem with Main Menu Sidebar. I choose widget in Layout to show in main menu.
I have turn on left vertical menu and widget on desktop is present but on mobile is not.How can i show main menu widget in mobile menu?
January 13, 2020 at 5:52 am #1172645Hey tdutkowski,
I’m not sure I get the whole picture, can we request for access to your site? so we can check the Theme Settings first.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoJanuary 13, 2020 at 10:07 am #1172700Here is the access, the widget cointains social icons.
You can also check standard social media in vertical menu they don’t appear only empty squares.January 14, 2020 at 5:21 pm #1173460Hi tdutkowski,
Thanks for giving us admin access.
Upon checking the layout you are using as well as the current theme settings it is not ideal to show the side menu as it will block most of the screen on mobile that’s why by default on mobile it changes the layout with menu on top not on the sidebar.Best regards,
NikkoJanuary 14, 2020 at 5:25 pm #1173463Hi,
WHAT? :) I don’t ask about whole menu i ask about widget that is in the menu and about social media icons. Please read my post again.January 14, 2020 at 5:26 pm #1173465Hi tdutkowski,
Could you please attach some screenshots of the issue?
The new update is available now, please update the theme to the latest.
Best regards,
VictoriaJanuary 14, 2020 at 5:46 pm #1173494Belowe i add screenshot with mobile and desktop menu.
January 14, 2020 at 5:57 pm #1173511Hi,
I apologize for the misunderstanding, please try to add this CSS code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:767px) { .responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area { display: block; position: absolute; top: 0; left: 50%; width: 120px; } }
Best regards,
NikkoJanuary 14, 2020 at 6:05 pm #1173518I add the code. Icons are appear on top bar. They could stay there but is ther a way to put them in burger menu?
January 16, 2020 at 10:45 am #1174835Hi tdutkowski,
There’s a way to put it in the burger menu but it’s a bit complicated since you’ll write a some javascript code and you will need to tweak avia.js.
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.