Thank you for the beautiful theme.
I have some questions about changing the design of Primary Sidebar.
1. Why are the three lines are apprearing under Search from Area> No Category? This look a little ugly so I want to know how I can erase these lines.
*Login to see link
2. Are there any ways to enclose each menu? It would be nice if I could make a frame for widgets in the Primary Sidebar.
3. How can I change the fonts and color for each elements in the sidebar? I’ve tried writing codes and pasted to custom css box but it wont work.
Thank you for your many help.
@media (min-width: 992px){
.kad-sidebar.col-lg-3 {
width: 35%;
}
.main.col-lg-9 {
width: 65%;
}
}
You can use css like this ^
Ben
Hi Ben,
I need to increase the sidebar width across the whole site: *Login to see link to fit in a 300 px banner.
Can you please help?
Kind regards,
Monika
Hi, I would like to modify the container areas (header, pages, home page, footer, sidebar etc) to fluid and control the padding. Is there any option in the theme to do that automatically?
It semms like a possible manual solution would be to use the “container-fluid” class instead of “container”. Can anyone tell me if this is possible and how I can modify it?
Thank you very much in advance!
Hey,
1.
a) projects, the size is based on your image? what size do you want? the order is based on your row order you can look at your pagebuilder settings to change order. I don’t really understand “place” I guess that is order?
b) I think you want this css:
@media (max-width: 992px){
.sidebar {
text-align:center;
}
.sidebar .widget_categories li span.count {display: inline-block;position: static;}
.sidebar .widget_categories li a {
display: inline-block;
}
}
2.
a) you have this for the title
Projects / <span style="color: #f39c12;">Projects</span>
and that makes it so that whole line can’t be broken into two lines. You need to remove and have a normal space.
b) see above.
c) same thing you have to remove from your titles.
d) see above.
Ben
Hi,
I upgraded from Virtue free to Virtue Premium and now my custom sidebars don’t work. I have them added as custom sidebars in the theme options, then I added widgets to the sidebars, and then I selected the sidebar and I selected sidebar under template on the page itself. However the sidebar still doesn’t show up, but it does give it the indent like something is there. See this page: *Login to see link for a sample of the sidebar not showing up.
Hey,
How are you adding your product categories to the sidebar? Can you post a link? Have you already assigned images to your product categories from Products > Categories in the admin panel?
Hannah
how do i assign different sidebars images for different product categories?
Hello Ben,
I open a new topic because I realized that things are going rather wrong on the blog page of my website, either in English or in French:
– a line containing two widgets appeared on top of the posts until recently, they don’t show up anymore (this could be caused by my update of pagebuilder by SiteOrigin from 2.0.7 to 2.4.9) ;
– I chose a sidebar named “Blog – Accueil” from the back end of this blog page, but instead the default sidebar appears on the front.
English version: *Login to see link o/en/the-blog/
French version: *Login to see link o/blog/
I have already sent you my login and password but I can do it again on demand.
No emergency. Thanks.
Erwan
When you have disabled the sidebar for blogposts but enabled it for WooCommerce products it is not shown for products. Only when you enable the sidebar for blogposts it is also shown for products.
This seems to be caused by the fact that is_single() returns true for products, resulting in kadence_sidebar_on_post() returning true for products when the sidebar is disabled for blogposts.
Hello! You can disable the sidebar for each post by going into the post options area of the post edit screen and choosing not to display a sidebar.
Or if you prefer, this CSS will hide it on all posts throughout your site.
.single .sidebar {
display: none;
}
.single .kt-sidebar {
width: 100%;
}
You’ll want to place this code into Theme Options> Custom CSS.
Let me know if this is helpful
Hey,
In Theme Option > Misc Settings you can create custom sidebars. Then you can add content to these from Appearance > Widgets. The product tag page will pull from the product category settings. So in Theme Options > Shop Settings you can select which sidebar you would like to show on the product category pages and this will also reflect onto the tag pages.
Hope that helps!
Hannah
Hi
I really like your theme but I’m struggling to get rid of the side bar and the deal with the general appearance of post pages. I’m using a plugin which claims that it uses single.php for its template but I can’t find any reference to the sidebar in this file. Please can you help? I’m pretty new to WordPress but if you point me in the right direction I’m sure I’ll be able to sort it.
*Login to see link
*Login to see link is an example of how I don’t want the pages to appear.
Thank you!
Hi there,
I’ve added tags to products. I use custom menu to display them on page. When clicking on the tag from custom menu or tag link from the single product page it opens up a new page, which shows all products with that tag in the normal shop template (sidebar with widgets on the left, product grid).
I’d like to change the layout only for those tag pages to have sidebar to display two different widgets than in the main shop template.
Could you tell me how to do that please? I don’t seem to be able to find an option to change only the the layout of the tag page sidebar widgets?
Thanks in advance.
Hey Tracy,
You would have to add your product category widget to the sidebar from Appearance > Widgets. Do you already have a sidebar showing on the page?
Hannah
Hi,
How can I display the product category in the Shop page on the sidebar? I tried it, but it kept displaying on top of the products instead of the sidebar. Please help.
thanks
Hey,
You have added this css:
#content .main {
float: right;
}
Remove that as it’s your issue.
Then if you want the sidebar on the left there is an option for this in your theme options > main settings.
Ben
You can disable the search page’s sidebar with this CSS pasted into Theme Options> Advanced Settings.
.search #ktsidebar {
display: none;
}
If you wish to change to a different sidebar, you can do that via Theme Options> Misc Settings.
Let me know if that helps!
Hi Team, how can I surn off the sidebar for the seacrh result page?
Thanks.
Patrick
Hi Greta,
Have you selected a sidebar layout for the homepage from Theme Options > Home Layout? How have you set up your homepage?
Hannah