Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #573769

    Hi¡
    Sidebar menu (products section) not showing on mobile devices

    1-Checked “sidebar on mobile devices” on theme options
    2-On Quick CSS: #top #main .sidebar { display: block !important; } 3-On Quick CSS: @media only screen and (max-width: 767px) { .responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area { display: block; } thx

    Please help.
    Best
    Luis

    #573774

    Hey luigiestudio!

    Can you please post the link to your website?

    Regards,
    Yigit

    #573993

    Hi Yigit, of course:

    http://www.nitroparis.com

    Thank you¡

    #574002

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar {
        display: block;
    }}

    Regards,
    Yigit

    #574036

    Sorry Yigit, still not working :(
    Is it a serious problem?

    Best
    luis

    #574047

    Hi!

    Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions
    If that too does not help, please create a temporary admin login and post it here privately.
    No, it is most likely permission issue :)

    Best regards,
    Yigit

    #574070

    It was efectively on 755
    I created you an admin user:

    Hey man, I appreciate so much your time on this, thx
    Luis

    • This reply was modified 8 years, 3 months ago by Yigit. Reason: moved content to private content field
    #574084

    Hi!

    Login credentials are not working for me. Can you please check them once again?
    Also, please make sure to post them in private content field so they would not be publicly visible :)

    Cheers!
    Yigit

    #574113

    Here you go. Try this. Tested and working
    Thx

    #575618

    Hi!

    I’m sorry but the login credentials are still not working. Please check it. Make sure that you add the code at the very bottom of the Quick CSS field:

    @media only screen and (max-width: 989px) {
    .responsive #top #main .sidebar {
        display: block !important;
    }
    }

    Regards,
    Ismael

    #575680

    Hi Ismael, source code is on Quick CSS but still not working
    Please help, it is really a big issue for me

    Thank you :)

    #575816

    Hi!

    Login credentials are not working for me. Can you please check them once again?

    Cheers!
    Yigit

    #575894

    Try this one pleaz.

    #576272

    Hi,

    Sorry for jumping in, I might have missed something, but I can’t find a page using a sidebar on your site?

    Best regards,
    Rikard

    #576401

    Hi Rikard, thx for your time:)
    Sidebars are on product sheets.
    Just select product section, then a family,
    and then every product has got it´s own sidebar. That is what is not working on mobile devices

    Best
    Luis

    #576893

    Hi,

    Ah ok, I added this to your Quick CSS and it’s working now:

    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar {
        display: block !important;
    }
    }

    Regards,
    Rikard

    #577019

    Thanks so much Rikard.
    Great Job

    Best regards
    Luis

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Sidebar on mobile not showing’ is closed to new replies.