Hey Dave,
I didn’t add a row to your page. You don’t need two columns to add two blocks into a row so everything you are saying about padding, full width etc is still true you can do all that by nesting all your items into one row and not two columns in one row.
Ben
This reply has been marked as private.
Hi
I’d like to override the default site-wide column settings for Woocommerce’s product archive pages.
I basically need to set specific product column numbers for each product archive category page.
for example:
socks product archive page: 4 columns
trousers product archive page: 5 columns
etc.
is this possible?
Hello!
Is it possible to expand the amount of blog posts shown on home page? Right now the maximum is set to 8 total divided into 2 columns.
Thank you!
//Fredrik
Hi,
Can you please advise how I adjust the left padding/margin spacing inside the content area on a page with a left sidebar?
thanks
Thanks it actually did… I liked the look of the page templates in the classic themes… Got it to work inlcduign showing 6 posts. Thanks for you help!
This reply has been marked as private.
Hey Paul,
Thanks for reaching out! Kadence Theme does not have page templates like our other themes. You can set a page to be your posts page from Settings > Reading and it will take on the styling effects from the customizer. Does this work for you?
Best,
Hannah
Do you know what it was? It was a conflict with the “classic editor” plug in. Some of my old pages used it, so when the table of contents butted up against it it didn’t work. I removed the block made with the classic editor and just added the content as a normal block, and the TOC worked. Thanks!
Hi Team,
I understand you can go to customization > woocommerce > product catalog > design > archive title background to set the header image to be used on all the category pages.
Searching the forum, it looks like there is not currently a built-in feature to set custom header images for different category pages. For example, a “gloves” category page having a different header image than a “t-shirts” category page.
Is there a recommended approach to accomplishing this with the Kadence theme? I have all the pro versions of the Kadence plugins, so just looking for the simplest, least messy approach.
Thanks in advance for any guidance.
This reply has been marked as private.
Hi Hannah, thanks for reaching out. Since I last posted this I deleted kadence and installed another theme specific for easy digital downloads. Honestly I am not happy with it. I just now got through deleting both that theme and plugin. I want to go back to Kadence and Woocommerce. But here’s a question. I would like to be able to do a couple of things that maybe you could help me figure out. 1. I’d like to be able to get rid of the shipping address part of the checkout process (since I’m only selling digital downloads, that won’t be needed). and 2. I’d like a customer page where once they log in they can see all the downloads they purchased with the links so they could re-download them again. Is this possible? Those were really the only features I liked better in easy digital downloads. If I could set those up I would be golden! Thank you for your help! Elaine
Hi,
This should be straightforward but I’m having difficulty – please could you help.
On this Dev site, I have a number of portfolio posts set up with featured images and they look great on the portfolio archive page.
But for all the portfolio items, I can’t get the featured image to show as a header image on the single post view.
I have set Portfolio Post Options > Project Summary to “Image” but no joy.
Please could you help?
Thanks,
Phil.
Hello,
How can I customize product taxonomy (category, tags, taxonomies) pages? They have all different background than shop page and sometimes breadcrumbs are missing – where can I customize them?
Kind Regards,
Inga
Hi Ben,
Thank you very much. I got the first one to work no problem, but the 2nd one (yes/no for display sidebar) does not. I tried changing the order I put these functions in functions.php and also tried adding a priority, but it still ignores the yes/no. At the moment, the yes/no only works via Theme Options > Home Layout > Homepage Layout.
Is there something else I should add first? Thank you.
On the wordpress dashboard – Settings – Reading – I have the home page designated to a page, but the BLOG page not designated.
I made a page called Blog and used the Post Grid Carousel gutenberg block to make my main blog archive page. (rather than using the default archive)
When I click into a post, it shows me the breadcrumb:
home / category / post name
The home takes me back to the home page. However, I would like it to take me back to the BLOG page I made:
blog / category / post name
In my wordpress permalinks, they are set to post name (and resaved).
Any way I can do this?
Thanks!
Hi! Is there a way to have a featured posts block, instead of recent posts? I searched the help center and couldn’t find a match. I would like to put this into a sidebar or in my 404 page. Thanks!
Hey,
This isn’t something the theme controls, browsers control this. You would have to force the browser to redownload the image with every page load. This is not good for site performance. Not something I recommend.
For example this post has a little javascript you would need to add:
https://www.denisbouquet.com/replay-animated-gif-javascript/
For your image it could look like this, although you likely need to tweek.
<script>
jQuery(document).ready(function ($) {
$('#thelogo img').attr('src', $('#thelogo img').attr('src').replace(/\.gif/, '') + '.gif?a='+Math.random() );
});
</script>
Again I do not recommend this.
Ben