I’m not super familiar with EDD.
Using a child theme though the theme has a function where you can filter the sidebar id using any conditional.
For example:
add_filter('kadence_sidebar_id', 'kt_custom_page_sidebar_id');
function kt_custom_page_sidebar_id($sidebar) {
if(is_page('IDGOESHERE') ) {
$sidebar = 'SIDEBARSLUGHERE';
}
return $sidebar;
}
Ben
You need to turn off transparent header for your shop page if you don’t want a line where the header ends.
Ben
Depending on the template that you’re using, you should be able to assign any sidebar that you want to any page that you want.
Are the sidebars that you’re wanting on those pages already created?
If not, I can walk you through the steps of creating them and adding them to the pages you’re wanting.
You have this error:
Mixed Content: The page at 'https://soulfully-connecting.com/' was loaded over HTTPS, but requested an insecure stylesheet 'http://soulfully-connecting.com/?action=display_custom_css_code'. This request has been blocked; the content must be served over HTTPS.
Meaning you need to make sure your site is loading with https correctly. In your settings > general have you made sure to set https for the site urls.
Ben
Hey so h1 is a tag not a class so don’t add a period before it.
Also since the page id class is in the body tag you would need to have a space between each selector:
.page-id-5123 h1.entry-title {
display: none;
}
Ben
You can only have one sidebar per page.
If you need something more then you would need to use pagebuilder: https://www.kadencewp.com/using-page-builder-virtue-premium/
You can create more sidebar options in the theme options > misc settings
Ben
Hi Hannah,
I was trying to make the footer only 1 column with the above CSS. I’ve since changed my mind and removed that CSS and now the Contact Page works great. Sorry about the confusion and thank you for getting back to me so quickly!
Kindest regards,
Jennifer
This reply has been marked as private.
Hey Allan,
You can set this from your blog edit page (the page using the blog template). Under Blog List Options theres an option to set How Many Posts Per Page. Hope that helps!
Hannah
Hi Vince,
1. How are you adding your products to the home page? Can you post a link?
2. Have you set the correct email in Theme Options > Misc Settings? Also, ensure the emails are not being sent to your junk folder.
Hannah
I have been trying this out
.page-id-5123.h1.entry-title {
display: none;
}
and I cannot get my page title hidden! What am I doing that is really stupid?
Cally
Hi,
I see it is possible to create multiple sidebar , but how where can we insert them in our pages? Have you a tutorial for this?
Thanks !
Plus, the image of cart on home page is not visible.
I think it is related with the problem that is not showing options of variable products function.
Thanks.
Hello, I was using the free virtue theme and it had back to category on the product page but I’m able to get that back in the premium version of the theme. The best I could do is utilize breadcrumbs but I liked the original back to category better.
Please advise how I can get back the “Back To Category”….Thank you!
Regards,
James
Sorry, Hannah – what I meant was ‘what is the syntax for including the page id in the css for hiding the title?’ Do I just replace ‘h1’ with ‘page-id-x.h1’?
Thanks
Cally
Hello,
i would show on the home page or on a single page, the “woocommerce products” with Slider Revolution. Need I an other plugins? Or I can do this only with Silder Revolution?
Hello again,
I use the icon menu to design my home page using the theme options > Home Layout menu. My images on the homepage are the same size and nicely aligned. I would like to get the headings and descriptions for each menu to be set at the same height. Take a look here http://www.tbws.co.uk.
Is there some CSS that would do this?
Cheers,
Paul
Hi There
I see that I have all my posts on one page at: *Login to see link
I have checked WordPress’s Settings>Reading and that is set to 10 posts per page. There is no page selected under WP blog page setting.
Under the theme’s blog settings the remove navigation from the blog and blog navigation is off.
Anyone got any ideas where else there might be a setting overriding everything else?
Cheers
Allan
Hi guys! I was just wondering if there’s any CSS or settings you could tell me that would allow my EDD /downloads/ pages to use a specific sidebar? Right now those pages are pulling in the primary sidebar and as I can’t use the page builder with those pages, I can’t set them to use the simplified shop sidebar instead. I realize Pinnacle is a WC-compatible theme, but I actually purchased an expensive EDD-theme recently only to find out that Pinnacle’s functionality is still far superior despite the issues with EDD. That’s the only thing I’m really having any issues with, everything else I’ve figured out workarounds for.
Thanks very much!
Dana
Hi Support,
“How many products per page” is set to 24 and only 12 products are showing on the home page. PLUS there is no way to view the other products.
“Contact Form Email” – I’m using a gmail address and it’s not sending emails to the gmail address.