Where does the sidebar disappear to on mobile

Latest Reply from Alice at 2016-11-08 14:03:24
Hello there, I am a little new to this. I just downloaded Sominine 2.4.3 and I just love it! I'm still playing with it, but the only thing I'm confused about is where does the sidebar go?

I see i lost all my widgets from my old theme, and I am putting them back one by one... that's ok it's a good time to do housecleaning anyway.... but I still don't see the widgets on the phone version? is it not possible to have the widgets on the mobile versions? Even if they were at the bottom?
I also notice that the social profiles widget has twitter and google plus but no instagram? Is there an upgrade/update I should be aware of? I would like to finish customizing and buy this theme, and maybe some others as well!
Hi!
Unfortunately, widgets are always hidden in the mobile mode. However, the latest themes launched since February, 2016 are a bit different. They all have version 3.0.1 right now. They show sidebar widget under the content part in the mobile mode.

As for Social Profiles widget - there is an option to add your own profile (Istagram or any other). Just Click Add New Profile and fill in the fields.
Hello SMTHEMES, is there an option or another method to enable the side column on mobile?
Hey!
All the possible ways to do this are listed in the following thread:
https://smthemes.com/support/topic/howtodisablemobileandtabletmodes/
Hi, on the mobile version of Anamnesis , the sidebar is first and then the content.
I want first the content, and then the sidebar.

Here is mobile css

img { max-width: 100%; height:auto; }
.container { width: 96% !important; margin: 0px auto !important; padding:0 2% !important;}
#content .container { width:100%; padding:0 !important;}

#main_content { padding:0 10px; padding-bottom:80px; overflow:hidden; }
.sidebar { display: !important; position:; }]
.slider-container {
margin-top:0px;
}

#scrollUp { top:auto; height:47px; right:0; width:100%; }
#scrollUp img { bottom:0; }
Hi!
COuld you give us the screenshot. I've checked the Anamnesis theme and it works exactly the same way as the others themes.


As you can see, Home is not under the slider.
So the content (Home) must be righ away under slider , and then the widgets from sidebar...

How can i do that?
Oh, I found the problem - you have edited the code of theme on your own. You have changed the mobile.css file on the 6th line where the code:
.sidebar { display:none !important; }

must be. But according to the theme structure you can't just delete or edit this code to make sidebar visible. It comes before content part.
We dont' provide any services for editing themes for individual users, but I can point you to the right direction if you want to edit the theme files.
You can find the code:

<?php get_sidebar(); ?>
<div id="main_content">

in the header.php file of the theme. As you can see sidebar is invoked here.

Leave a reply

Add codeAdd image