I need this feature added as well. (Or we could all benefit from the ability to use html in field labels.)
However, it appears that comments are not being approved over on the feature request page? I added my own comment to the linked request above two weeks ago what is still showing as “pending” – and I cannot even see Arek’s comment either, even though he remarked adding one.
Hi there
I am using the Kadence Block Testimonials, and even using the default settings, none of my testimonials will display.
I can get them to display using shortcode, but it’s not pretty.
[testimonial_posts orderby=date items=10 columns=2 cat=testimonials wordcount=30]
Here’s the page:
*Login to see link
Hello,
Thank you for reaching out to us.
The off-canvas popup for the Toggle Widget Area header item has its default style from the theme. If you could point out which parts you would like to adjust, we can help you with custom CSS code.
On the other hand, you may log a feature request on this page for this item’s popup design settings. However, please note that we cannot give an ETA of when this request will be added as the development team considers certain factors before implementing new ones.
Hope this helps and let us know if we can assist you further.
Kine Regards,
Karla
Hey Daniel,
In your edit page if you scroll down to Page Title and Subtitle what do you have “Transparent Header?” set to?
Kindly,
Hannah
I have a issue if i update to php8.
I get a page error. It’s related with translatepress and kadence. Translatepress says it’s kadence
Hi,
1. The color pallete has my WooCommerce account menu showing as white….and then when I change it to black via the global color palette, it changes the background on my WooCommerce shop to black…which is what I don’t want.
2. Why does the Shop link (from WooCommerce) change to white once I am on the Shop page? Its black when I am on the Home page.
3. how do I change the text color on INDIVIDUAL page headers? I know you can do this globally in the theme customizer, but some page headers I want to tweak the text color because it clashes with the background image..
Thanks.
On my Snow Day Predictor website main menu, I would like to change the hover color. The theme’s stylesheet (style.css) is fairly empty, not as much as I see in other themes I have used, and I am not sure how to change things. You can check the page out here until it’s finished: *Login to see link Thanks for your suggestions.
Hello,
Thank you for reaching out to us.
1) Why does the page title show when I have that feature turned off?
This is a default in WordPress – the page or post title will show at the top when you’re editing the content.
2) Why does my header NOT show?
The Gutenberg editor will only show you the content area. The header and footer can be seen if you preview the page.
3) I do not like this padding. Is there a way to adjust that in the theme customizations or do I just need to nullify it in the additional CSS section?
If you’re using a boxed layout for the post/page, kindly go to Customizer > General > Layout and set the Single Post Boxed Spacing option to 0.
Hope this helps and let us know if we can assist you further.
Regards,
Karla
Hello,
Thank you for reaching out to us.
I was wondering if there was a specific hook I could use to change the auto-generated category text, as of right now it just lists the category name as is , but I’d like to include “> Category:” in front.
There is no hook for this. If you’re referring to the single post title section, you can add this in Customizer > Additional CSS to have the “Category:” text before the categories(https://share.getcloudapp.com/v1u049q8):
span.category-links:before {
content: "Category:";
}
I also wanted to know if there was a way to do the same thing for search results, I want to change “Search Results for:” to “> Search Results For:”.
For this, you can add this custom CSS:
.page-title.search-title > span {
text-transform: none;
}
.page-title.search-title {
text-transform: capitalize;
}
Hope this helps and let us know if we can assist you further.
Regards,
Karla
Hannah, I deleted the Navigation Menu from the Secondary Header Widget area and replaced it with a Visual Editor widget in which I’ve placed a simple list of pages to be used as a menu. Problem is, this isn’t appearing either!
I believe I’ve chosen the correct Header Style and I definitely have this Secondary Header Widget area enabled. While you still have access to the site would you mind taking a peek to see if I’m missing something?
Thanks!
Hi Hannah
Thank you for your reply.
Not that I know of. I am hiding the page title. But I want the background image to go right to the top of the page behind the navigation like on the homepage. Is there a specific place to set the background image on each page?



I can’t recreate any issue with the transition no your home page or other pages. Did you clear your cache after making the change.
Can you send a screen shot of your console log: https://kadence-theme.com/knowledge-base/troubleshooting/how-to-view-console-log-errors/
Ben
Hi!
To be able to mix boxed and full-width sections I use a full-width template for my wordpress-pages.
So, if I need boxed content I use the KB-option “Custom Content Max Width” for the KB-Row-Layout.
BUT here (without Background –> without the class “.kt-row-has-bg”), there is NO padding for smaller screens in case you are smaller than “Custom Content Max Width”.
Thats why I give a class manually to the Row Layout – for example “has-custom-width”.
Now I can set my css:
.has-custom-width .kt-row-column-wrap {
padding-left: 20px;
padding-right: 20px;
}
Thats working fine for me.
My question: Is it possible for a next version of kadence blocks to give a class like “has-custom-width” by default, if i use the option “Custom Content Max Width”?
So the markup-class would be: class=”wp-block-kadence-rowlayout alignnone has-custom-width”
Thanx!
Hi there,
I’m having some issues with the Kadence Child Builder. I was able to build my own child theme with it, but when I went to test it, I noticed it didn’t include any photos (except for the hero image on the homepage oddly). The posts and pages are there, just no photos. Any solutions would be greatly appreciated!
Hello! Before I purchase, I’m interviewing Kadence first, by rebuilding my current Beaver Builder site using the Kadence theme so that I can compare page speed insights from google.
In this screenshot, I have three questions:
1) Why does the page title show when I have that feature turned off?
2) Why does my header NOT show?
-items 1 and 2 only pertain to the designer screen. If I open my site in a normal browser window, the title does not show and the header does show
3) I do not like this padding. Is there a way to adjust that in the theme customizations or do I just need to nullify it in the additional CSS section?
.entry-content-wrap {
padding: 2rem;
}
Thanks!
Hi there. I can’t find any block that allow to add a menu created within WP menus creator to a page. How can I add a list of posts and their categories? Just want to show the typical tree with links to posts (and having links to the categories would be ideal):
-Category
–Sub category
—Post
—Post
—Post
–Sub category
—Post
—Post
….
Thanks in advanced.
Regards.
Hi,
Some of my price range on homepage and shop shown on separate line
Does anyone has suggestion or any css I can apply?
Thanks
I get enquiry from website but would love to know which page.
Hi,
Is there css to reduce the space between rating, price and attributes on the product page?
I want to reduce the space there especially in mobile
Product page
Shop page
This is the link
I am not sure why if there is rating, the price range below that will be shown in 2 rows
But if there is no rating, it will be shown correctly in 1 row