Hmm, try adding this:
.sidebar {
padding-left: 15px;
padding-bottom: 100%;
}
Hi Justine, you can edit both these things in theme options > home layout. Select the second option under “Display a sidebar on the Home Page?”. And if you scroll to the bottom you can edit how the posts display on the home page (assuming your page is a latest post page).
If you’re wanting more content on your page that isn’t available in the home layout you can create a page and call it home then set your page as a static page in settings > reading.
As for the archives, you can go to posts > categories and create categories then assign your posts accordingly.
Hope that helps!
Hannah
The theme comes with a css box (theme options > advanced settings) so you shouldn’t need a plugin.
Is this what you had in mind-
.sidebar {
border: 2px solid #000;
}
This should change the sidebar font colors:
.sidebar h3 {
color: #999;
}
.sidebar .widget {
color: #999;
}
Hannnah
Try this-
.sidebar h3 {
border-bottom: 1px solid #dd3333;
}
#containerfooter h3 {
border-bottom: 1px solid #dd3333;
}
Hi, I have my blog showing on my homepage at http://www.TheWildDyery.com but would like the featured images to be smaller (or show the full post) and can’t get the sidebar to show. Also, is there an option to show the blog title in an archive rather than just the date? thanks
Hello ive searched this topic and found some css here but nothing that has worked , wondered if im missing something, the simplest code i have tried is:
.sidebar {
background: #cf4abf;
}
and a few other variants i have come across on this topic, but pasting it in the custom css does nothing, any ideas would be appreciated
thanks
M
Hey Andreas,
You can do this by adding the Virtue: Testimonial Carousel widget to your sidebar in appearance > widgets.
Hannah
Hey, try adding the following css to your custom css box in theme options > advanced settings:
.sidebar h3 {
text-decoration: underline;
}
#containerfooter h3 {
text-decoration: underline;
}
Hope it helps!
Hannah
Hi Ben,
how do I get a testimonials box in the sidebar, like on your site:
*Login to see link
Hi Ben
I want to put a line under each heading in the sidebar and footer.
How can I do this.
Thank You
Hey lisa,
If you’ve turned off the sidebar in your page settings then you just need to go to the settings > reading. Make sure you have not selected a page to be the “post page” that should be left blank.
Ben
Hey,
I’m not sure if you figure this out but your issue is due to some css you added. If you want to have the sidebar on the left you need to use this css, not the css you added.
You can find it here also: https://www.kadencewp.com/frequently-asked-questions/
@media (min-width: 992px) {
body .main.col-lg-9 {float:right;}
}
Ben
When I do that the sidebar disappears.
You can still have a sidebar with a fullwidth layout.
But the other guy has a sidebar with ads. Because of that I assumed that it had to be in boxed layout. I can make it fullwidth, but then how do I keep the side bar?
This reply has been marked as private.
Yes if you want a custom sidebar to show on blog post then you have to set for each post. But why not just use your primary sidebar? If your using fullwidth pages everywhere else?
You other option to to override with a function and force each post page to show a certain sidebar, if you have a child theme running that is a option.
The simple is in a file in the theme, in the update that comes out later today it’s fixed.
Ben
This reply has been marked as private.
Hey Andrea, have you selected the correct sidebar for your blog pages in theme options > blog options under Blog Category/Archive Defaults? And also in your blog edit page?
Hannah
I am having trouble with the sidebar…I don’ want a sidebar on my pages EXCEPT for the blogpages(blog post archive, single post page, blog search pages). I created a sidebar for this and also removed all the widgets from the primary sidebar but then there is a space on the blog pages and the blog sidebar still doesn’t show up…I can’t figure out how to arrange this!
Thanks for your help.