Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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?

    #1172645

    Hey 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.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. 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 ).
    5. Click ” Submit “.
    6. 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,
    Nikko

    #1172700

    Here 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.

    #1173460

    Hi 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,
    Nikko

    #1173463

    Hi,
    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.

    #1173465

    Hi 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,
    Victoria

    #1173494

    Belowe i add screenshot with mobile and desktop menu.

    #1173511

    Hi,

    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,
    Nikko

    #1173518

    I add the code. Icons are appear on top bar. They could stay there but is ther a way to put them in burger menu?

    #1174835

    Hi 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

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