Hey,
You can override with a child theme and make every page have a sidebar regardless of what the setting is. I can get you the code for that. Else there isn’t a way to change how the default works.
Ben
Is there a way to have the side bar option automatically be turned on when I create a new page? Every time I create a page it is off, and I have to remember to turn it on.
I look forward to hearing from you.
Ohhh I see wonder.
I manage to recreate the same style for the submit on the sidebar button but I cant seem to get the same subtle color change on hover the other buttons have. How can I achieve this?
Here is the code I am using…
.mc4wp-form input[type="submit"] {
background: #f76a0c;
border: 0;
color: #FFFFFF !important;
border-radius: 6px !important;
padding: 14px 20px;
font-size: 13px;
font-weight: bold;
}
.mc4wp-form input[type="submit"]:hover,
.mc4wp-form input[type="submit"]:active {
background: #444444;
}
Hey,
You can go to apperance > customizer in the sidebar there you will see site identity.
Ben
This reply has been marked as private.
don’t use a feature page template. Just use a sidebar template. The “feature” only refers to having something at the top of yoru page. Has nothing to do with which sidebar you use.
Ben
Good evening,
I am creating a page with a feature sidebar, but I don’t want any feature option such as FlexSlider, Image or video! How do I turn this option to none?
Right under Display Content As you should see Display Sidebar?. Is this there?
Also, in Settings > Reading ensure that you have not set a page as your posts page. This should be left blank.
Hannah
You need to set this from your blog edit page as this will override theme options. From the admin panel go to Pages then find your blog page. If you’re using the blog template you should see a Blog List Options tab in the edit page and in there you should see the option to set the sidebar display to none.
Hananh
This reply has been marked as private.
In your blog edit page under Blog List Options have you selected No beside Display Sidebar?
Hannah
I have turned the sidebar off but the blog summary page is still showing blank space for the sidebar. That is it is reserving 3 columns for it and allocating the rest 9 to the blog summaries.
How do I make the blog summary fullwidth?
Link can be provided confidentially.
I am using a thick padding for the content.
@media (min-width: 992px){
.single-article article {
padding-left: 76px;
padding-right: 76px;
}
[itemprop=”mainContentOfPage”] {
padding-left: 76px;
padding-right: 76px;
}
}
ok, so there is a lot… Lets see if I can hit the main things
Your adding this:
#content .main {
float: right;
}
Remove that if you want a left sidebar then you need to use this css:
@media (min-width: 992px) {
body .main.col-lg-9 {float:right;}
}
In your content you have added in text or pasted in text and it’s got tons of html spaces
For example:
PacLabel is a New Zealand labelling/packaging solutions business and we’re full of energy.
All those need to be removed. They shouldn’t be there and they create issues because it makes browser think that is all one word so it doesn’t break it up like normal paragraph text. so you need to click on the text tab in your editor and remove all of those.
Once you do that it should make things work.
Ben
Hey,
In your theme options > home layout. The first option you should be able to see “Display a sidebar on the Home Page?” Make sure you have the sidebar option checked there.
On your page right now I just see a page made with pagebuilder and your footer widgets in the bottom.
Ben
I want to know how you guys got this cool Product filters on the sidebar. Is it a plugin or something that came with the theme?
*Login to see link
Hi there,
how can I make the sidebar appear on the right hand side on the home page? Like here: *Login to see link
Right now, it’s appearing on the bottom of the page (left side)
*Login to see link
I noticed when I used the search bar to search “clothing” it had a sidebar i want the whole page to be blank or I want to edit this search enter.
Also lets say they search a “AirEM bracelet” (which is one of my products) how would i get this to even come up for them in the search bar if they type this in. If one of my prodcuts names is that how can i get them to go directly to the shop page with all possible outcomes of there search
Hi, when I disable the title for the home page, both horizonatal lines (above and below the title) do disappear, likely on design purpose.
1. How can I get at least one of those horizontal lines back when the title is disabled?
2. If the (top) horizontal line is back, how can I get it more closer to the logo/primary menu? Maybe just 10 px below of them?
If this is not working, is there a way to get the full width horizontal line any other way (with the right hand sidebar and also contents area) below of it?
Thanks
— Rainer
Hi Ben,
I would like to have a drop-down list for each of the following WooCommerce widgets:
On-sale Products
Top Rated Products
Featured Products
Right now, I have added them to my sidebar but for each widget a list of these product is shown which could be too long. I would like to have a drop-down list instead ().
Do you have any snippet or know of a plugin that can do the job?
As always, your help is greatly appreciated.
Cheers,
Jay
Shouldn’t be anything different, you would control the sidebar differently but everything else would be fine. What do you have? Can you give me a little more detail, are you trying to get a page template or a single post template for example?
Ben