sidebar widgets dont appear on mobile

Discussion in 'SwiftRay WordPress Theme' started by mg_pc, Oct 5, 2016.

  1. mg_pc

    mg_pc New Member

    Joined:
    Aug 26, 2016
    Messages:
    8
    Likes Received:
    0
    the stock swiftray wordpress theme came with several widget areas. However, the primary and secondary widget areas, which show in the sidebar on a desktop browser do not seem to show on a mobile browser. how can this be rectified.
    url: htttp://new.mg-pc.uk
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    It seems you are not getting the sidebar contents in mobile screens, if so, then you can do a fresh installation of the theme.

    I tried to open your site but, it couldn't.

    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. mg_pc

    mg_pc New Member

    Joined:
    Aug 26, 2016
    Messages:
    8
    Likes Received:
    0
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Thank you for contacting us,

    I am afraid to say that, I was unable to locate the area in the theme...

    It would be better for us to understand your query with the help of edited screenshot.
    Create your screenshots using screenpresso (http://www.screenpresso.com).

    So that I can deliver you an exact and appropriate solution to you,

    I look forward to hearing from you soon.

    Thanks & Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. mg_pc

    mg_pc New Member

    Joined:
    Aug 26, 2016
    Messages:
    8
    Likes Received:
    0
    please see my attached screenshot. I have circled, in red colour, the primary and secondary widget areas. These two widget areas, do not show up on a mobile browser.
    what is the solution?
     

    Attached Files:

  6. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Thanks for sharing the screenshots,

    I would like to inform you that, the theme doesn't display the sidebar in mobile screens. If you want to display the same in small screens then, you need to paste below CSS code in Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options
    Code:
    @media only screen and (max-width: 767px){
    .sidebar {
        display: block;
    }
    }
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page