Hi, I tried to yellowpencil my way about it but it shows that inner-wrap has no top padding at all, nor does the next element site-container have any top margin.
I tried with global page layout vertical spacing on and off but it makes no difference in my store catalog view (Btw I do want vertical spacing for posts and pages)
How can I reduce that forehead?
Also, my search bar in the header is one color for tablet and another for phone, and changing the background color only changes the bg of the placeholder part and not the entire bar, what am I doing wrong?
Here it is: *Login to see link
Btw, do you guys think it’d be better to ask here in the Kadence website’s forum? Or in the WordPress forums / Kadence theme thread? Is there any difference? Where do you think one could find help more promptly?
Thank you very much!
PS: I love Kadence 🙂 (I mean it)
Hi folks,
My images are set to have a strong drop shadow.
It shows perfectly on desktop, but on mobile, the shadow only shows around part of the image.
Or sometimes, it doesn’t show at all.
It shows if I refresh the page and scroll up then back down though.
I’ve disabled each plugin and it still does it.
Any insights appreciated.
Thanks!
Hello,
I’m using the Kadence theme for ranking math in the Fafsa program section on *Login to see link When users click on the author URL, it redirects them from the individual article and category pages to the homepage. Despite having the author link enabled in the preferences, the homepage still loads when clicking on an author in the sitemap.
Your assistance in resolving this issue would be greatly appreciated.
Thank you!
I’m doing what I think must be a common thing, but I haven’t been able to find an answer. I have a page layout where there are a bunch of subheadings, each preceded by an icon (an uploaded image, not a built-in icon). To put the icon in front of the text I created a Row Layout with an image block on the left and a text block on the right.
The width of each box in the Row Layout is a relative percentage, but what I really want is for the icon to remain a fixed size with a fixed distance from the icon to the text. I was able to partially fix this by adding “width: 48px” to the CSS. That keeps it from resizing as I narrow the screen, but I’m still having two problems:
1. The distance between the icon and the run-in text is wider if the Row Layout is wider
2. When the layout switches to single-column for phone view, the position of the icon and text get completely messed up.
The second item is much more important than the first one, but I want to understand overall how I can set up a run-in icon that remains fixed size and distance from the text that follows. Should I be adding these images in a different way than Row Layout? Or can I force fixed size and position of one element in a Row Layout?
Here is a link to the page:
*Login to see link
Hi there
I’m trying to load Google fonts locally, for GDPR compliance and also to speed up my website. I have installed Kadence Custom fonts and loaded up the necessary files (I think), but it looks like Google is still loading the fonts remotely (if I am understanding PageSpeed insights correctly). I must have done something wrong. Could someone help me please? My website is http://www.houndsconnect.co.uk
Thank you
Joanne
I’m using the Advanced Query Loop and I’d like to create one that uses a dropdown to filter but starts empty with no query cards showing. So on the page you would just see the dropdown and then when you make your selection it pulls up the appropriate query card.
Thanks for your reply Michael.
It makes sense to use the exporter if you consider that Elements are, at their core, just posts. I suppose I had just been thinking of Elements more like custom page templates in traditional WP theme development. Unfortunately it does confirm my fear that there is probably no (easy) way of integrating them directly into my child theme on my website related to Divan Beds For Sale .
Appreciate you taking the time to look at it anyway though.
Thanks
Hi Kevin,
There is no built-in option to customize the custom post type breadcrumbs, but you can achieve this by using custom code. https://www.kadencewp.com/kadence-theme/knowledge-base/advanced/how-to-add-a-custom-filter-or-function-with-code-snippets/
Here’s an example:
add_filter('kadence_breadcrumb_post_types', function($array){
$array['state-guides'] = array(
'post_type' => 'state-guides',
'taxonomy' => '',
'archive_page' => 'https://example.com/state-guides/',
'archive_label' => 'State Guides',
);
return $array;
});
Just modify the code and use the correct custom post type slugs and page url.
Hope this helps.
-
This reply was modified 1 year, 10 months ago by
Bonn.
Hi everybody ! I created with Kadence a website and everything was working weel. From 2 or 3 months I face a problem in all pages (except home) that appear in 404 error. When I concult the pages in the admin, all the pages are present, I can edit them but at the moment of visualize it in this edition mode or publish it I have this 404 error that appears too.
The website is : *Login to see link
If I copy the page I can display it correctly.
I have to precise that Kadence and all my plugings are up to date.
Thanks for your help !
I have some custom post types that I would like to have specific parent pages. I don’t want these pages just to be the archives for these post types but rather a standard page with the same url structure. For instance the individual post types would look like mysite.com/state-guides/alabama and the custom page would just be mysite.com/state-guides.
Is it possible to have more control over the breadcrumb structure and set custom hierarchies? I know there are plugins like Breadcrummb NavXT, but I would really like to accomplish this with the Kadence Suite.
Thank you in advance!
Kadence WooCommerce Email Designer
After a few updates my woo does not send confirmation email to customers or to me anymore. And the info that is supposed to be sent to the customer in email is instead prompted on the order sucess page. After checking the plugin settings i also says “There has been a critical error on this website.” in the preview.
I ried to rollback woo and plugins but i cant get i to work.
Anyone got some idea?
Kadence WooCommerce Email Designer
After a few updates my woo site does not send confirmation email to customers or to me anymore. And the info that is supposed to be sent to the customer in email is instead prompted on the order sucess page. After checking the plugin settings i also says “There has been a critical error on this website.” in the preview.
I ried to rollback woo and plugins but i cant get i to work.
Anyone got some idea?
Hi,
As of now, Kadence Pro doesn’t include a Wishlist feature.
However, there’s already a feature request for this on our Kadence Shopkit page: https://www.kadencewp.com/kadence-theme/feature-requests/woo-extras-simple-product-wishlist/
Feel free to log in and add your vote to the request.
I’ll also submit an internal feature request for this, as it has received significant support already.
Please note that feature requests do not have an ETA of when they’ll be available.
Let us know if there’s anything else we can help you with.
Hi galinamf,
You can try creating a custom shortcode to do this.
Install this plugin: https://wordpress.org/plugins/code-snippets/ and then try this code snippet:
// Function to generate shortcode output
function my_custom_page_url_shortcode() {
// Get current page URL
$page_url = esc_url_raw(home_url($_SERVER['REQUEST_URI']));
// Return the page URL
return $page_url;
}
// Register shortcode with a unique name
add_shortcode('my_page_url', 'my_custom_page_url_shortcode');
Use the shortcode as the default value instead of using a dynamic content.
See this screen recording for reference: https://share.zight.com/v1u9LAKw
Let us know how it goes, we’ll be more than happy to help.
Best regards,
Teejay.
Hi, Solace!
I apologize for the delay in getting back to you here. For premium/pro support, please submit your questions here. This should create a ticket in our premium support tool.
I believe the best alternative for you is to use the Query Loop(Adv) block. This block has the option to load the posts infinitely. Here’s a link to the block tutorial – https://www.kadencewp.com/help-center/docs/kadence-blocks/advanced-query-loop-block/
On the other hand, the 300 limit is for the initial number of posts shown. If you show all of the 300 posts, the page will load for a long time.
I hope this helps. Let me know if I can help you further.
Regards,
Karla
Hi, Pavel.
Header settings can vary. It would be great if you could send a public page URL so I can see the styles and test CSS codes via the browser.
Mark your reply as “private” if you only want the support team to see the link.
Regards,
Karla
Hi there!
I am having trouble with the Kadence theme recently. I want my title to be displayed above the content and not as a separate portion on the top of the page.
I tried to change it multiple times but to no effect. Can you help me understand what’s wrong. I can’t seem to get around this and it’s so frustrating.
The pictures are attached and the title completely disappears when I change the settings to In content in Post Title Layout
Thanks!
Hi there,
Thanks for writing in.
You can put all the page content inside the Kadence Row Layout block block and apply borders in Style > Border Settings.
If this does not work for you, we can use custom CSS. If that’s okay with you, can you send the link to a sample page, so I can help you with the code based on your setup?
As for the text shadow, you can use the Kadence Text (Adv) block and go to the Text Shadow Settings.
If you’re using the default title from the Kadence theme, there’s no setting to add text shadow, but we can use custom CSS. I can help you with the code, just send me the link to a sample page.
Let me know how I can assist further.
Best,
Chito