Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'Page'
-
AuthorSearch Results
-
In forum: Membership Forums
In reply to: Post Grid/Carousel: display order by ACF date field
Hi, Catherine!
I’m sorry for the delay in getting back to you.
There is no built-in way to do this currently. However, with some custom PHP code snippets, you can achieve it. Here’s a sample code for reference:
add_filter( 'kadence_blocks_pro_posts_grid_query_args', 'override_post_grid_order' ); function override_post_grid_order( $args ) { if ( 'EVENTS_CPT_SLUG' === $args['post_type'] ) { $args['meta_key'] = 'ACF_FIELD_META_KEY'; $args['orderby'] = 'VALUE_HERE'; $args['order'] = 'DESC'; } return $args; }Please note that you should substitute the following accordingly:
- EVENTS_CPT_SLUG
- ACF_FIELD_META_KEY
- VALUE_HERE
If you aren’t familiar with custom codes, we recommend looking for a developer that can implement this for you.
Lastly, you may also create a feature request on this page for built-in options in querying posts depending on custom fields. However, we cannot give an estimated date for when this will be implemented.
I hope this helps, and let us know if we can assist you further.
Kind regards,
KarlaIn forum: Membership ForumsIn reply to: Is Kadence Slider Discontinued?
Hi, Zach!
Glad to know that you were able to notice the Advanced Slider block included in the Kadence Blocks Pro add-on.
On the other hand, classic plugins are not deprecated. The support and updates will continue for them. If there are any issues with them, kindly reach out to us via the support page here.
Please let us know if we can help you with anything else.
Kind regards,
KarlaIn forum: Kadence ThemeI’m not sure the best place to ask this so I’m going to try it here. I’ve been using the divi theme/page builder for years and am considering moving into Gutenberg page building using Kadence and Kadence Blocks. However, there are several features of Divi that I have become quite reliant on, and I’m trying to find how to accomplish some of it on Kadence. The first is Divi’s Theme Builder. This is often paired with Advanced Custom Fields and Custom Post Type. Lets say I was building a small business website with 15 different services and each needed it’s own page. Rather than build 15 pages separately, I can build one template and load all service into and a custom post type. The template page would then be applied to all “Service” custom post types. How would I do something similar using Kadence?
The other feature that is very handy on the Divi page builder is the ability to save custom styles to any “block” that can be changed globally. Let’s say I add an image box to the page and define border, border radius, and drop shadow and I want that to be set for certain images I add to the site (not necessarily the default). Let’s say half the images on the website have this style set and I change my mind about the drop shadow. I can change the global setting and all those images are updated immediately rather than having to go back and touch each one. (I’m sure I could to this via css, but I’m curious if Kadence + Blocks has a method of doing this from the visual builder.)
Any insight into either of these is greatly appreciated.
In forum: Kadence ThemeMay 12, 2023 at 3:54 am #283790Hi there,
I’m using the full bundle of Kadence and I love it! Now I want to design a blog page so that the posts are single column and per post the image appears alternating left and right.
I have created an element for Archive Loop and it works fine except for the fact that the post photos are all left or right aligned. How can I change the image position post by post?
On the screen shot you can see an example of how it should be:
Thanks in advance for your help and best regards, Catherine
In forum: Kadence ThemeIn reply to: Multiple Issues After Update
Hi there!
The large gap is coming from the custom CSS that you added.
I wanted to detect which CSS file is causing the issue but I believe you have optimizations active on your website. Also, I saw that you are using another block plugin to show those post lists on your homepage.
To fix the issue right away, remove the custom CSS code previously and add this instead to Customizer > Additional CSS:
.wpnbha .post-thumbnail img { height: auto!important; }I hope this helps. Please let us know if we can assist you further.
Regards,
KarlaIn forum: Kadence ThemeTopic: Multiple Issues After Update
May 11, 2023 at 9:34 pm #283787Hey there, friends. After recently updating to the most up-to-date Kadence theme, I’m experiencing issues with my homepage. I contacted WordPress Support regarding this, as I wasn’t originally aware that I could contact Kadence directly. The Support Rep at WordPress informed me that the recent update resulted in my both of my ‘Blog Post’ blocks losing their associated featured images due to the height being set to 0 (image attached).
So, the rep gave me the following additional CSS to add in order to resolve the issue. Unfortunately, now, there’s a substantial gap in between my images and their associated titles/excerpts (image attached).
You can see the large gap between the editor and the live page.
Any help here would be appreciated.
In forum: Kadence ThemeMay 11, 2023 at 7:31 pm #283785Hi Rehman,
I checked your website. If I remove the elements that are covering the header area of this page, it shows that there is a closing parenthesis on top of the page.
Here’s a screen recording for reference: https://share.getcloudapp.com/DOulpNy1
It is possible that this is breaking the codes on the page. I am not sure where this is coming from. Would you have an idea where this is coming from and if you can remove it, will the issue be resolved?
Please let us know, and we’ll be more than happy to help.
Best regards,
Teejay.In forum: Kadence ThemeIn reply to: Urgent, content off after update
May 11, 2023 at 10:26 am #283780The video in question, is the first seen on Homw page. Set as video conte t background knside row layout. And to be play as a loop.
In forum: Kadence ThemeMay 11, 2023 at 10:09 am #283778Hello,
After latest update of Theme, Kadenece, no video show. And some pages show no images “broken”.
I attach website lknk below, in private reply.
In forum: Kadence ThemeMay 11, 2023 at 2:12 am #283773Hi,
I am new to Kadence Theme/Block and am currently testing with the free version of the two.
I wanted to take a Responsive Full Page Background Image with Picture and Text Overlay and a half transparent Bachground-Color at the Bottom.
Unfortunately, it doesn’t work the way I had imagined.
It’s all very shaky.
For example, when I open a bookmark bar in a browser, the text and image slide down.
If I scale the desktop in the mobile view with the Develober Tools, I have the same problem, the image and text slide up and down.So I’m looking for a best practice for such a scenario and I hope someone can help me here.
Many greetings
HansIt should look like that
My settings
In forum: Kadence BlocksHi Anthony,
I am unable to replicate the issue on my product category page. Here is a screencast for reference:
https://share.getcloudapp.com/YEuenBJRHere are a few steps you can take to troubleshoot the problem:
1. Deactivate all plugins except for Kadence Blocks and see if the issue persists. If the problem goes away, then it’s likely that one of the plugins you installed is causing the issue. You can then re-activate each plugin one at a time and test to see which one is causing the problem.
https://www.kadencewp.com/kadence-theme/knowledge-base/troubleshooting/temporarily-deactivating-plugins/2. Try clearing the cache on your website.
https://www.kadencewp.com/kadence-theme/knowledge-base/troubleshooting/clearing-your-website-cache/See more troubleshooting steps here: https://www.kadencewp.com/blog/how-to-troubleshoot-your-website/
I hope this helps. Please let us know how we can help further.
Cheers,
EzeIn forum: Membership ForumsHi,
My page is experiencing performance issues when an admin edits the page:
1) Your account’s CPU resources were limited
2) Your account’s physical memory resources were limited
3) The limit of the number of simultaneous PHP/cron processes has been reachedI have installed Kadence blocks, kadence blocks pro, kadence pro, kadence shop kit, woocommerce, kadence slider, social sharing blocks and fluent form.
My hosting has the following limitations:
1) 1GB CPU
2) 1GB RAM
3) limit of 30 PHP/Cron processesAnyone have an idea why this is happening?
Regards
In forum: Kadence BlocksMay 10, 2023 at 6:43 am #283759Hi. One one of my sites when using the Archive Main Query to display products on category pages the products open up a new browser window when clicked. This didn’t happen before. I can’t seem to find a way to stop this. Any ideas. I’m using Blocks Version 3.0.37
Example: *Login to see link
ThanksIn forum: Kadence BlocksIn reply to: The problem with the Accordion
I use the latest version. I’m surprised you can’t open the videos I provided. Everything is shown in detail there. I’ll duplicate it again:
1
https://mega.nz/file/BWZl2LYR#xWJBAiqLPjvoH1HpXxvvggJ-LfRqghdhleBvpNYZ3KY2
https://mega.nz/file/MCZ3ga7I#tvDslnr2OVz2lcjAGTq-5Sfm174OBc88t6Dq5YYIoOoThe accordion block has been added to a new blank page. All plugins except yours are disabled. Tested on two themes WP: The7 and Twenty Twenty
In forum: Membership ForumsHi, Will!
I’m sorry for the delay in getting back to you.
You can enable the category filter at the top-right by going to Theme Options > Shop Settings. Turn on the “Show Category Filter on Shop Page” and “Show Category Filter on Category Pages” options – https://share.getcloudapp.com/p9ueDGEn.
I hope this helps. Please let us know if we can help you further.
Best regards,
KarlaIn forum: Membership ForumsHi there!
I’m sorry for the delay in getting back to you.
The widgets do indeed have a default bottom margin from the theme styles to ensure that they have enough spacing between them.
There is no built-in option to change that but if you give us a page URL so we can inspect how your header was set up, that would help us test custom CSS code that would achieve the layout you want. You may set your response as a private reply so only you and the support team can see it.
On the other hand, I tried adding widgets to the header of my website and you can add this to Customizer > Additional CSS so that the first widgets will have no bottom margins – https://share.getcloudapp.com/12u7nJed:
header .widget { margin-bottom: 0; }I hope this helps. Please let us know how we can assist you further.
Best regards,
KarlaIn forum: Virtue ThemeIn forum: Kadence ThemeIn reply to: Change excerpt font size -mobile only
Hi Mark,
We currently do not have a built-in setting in the theme Post Archive Layout to change the excerpt font size for desktop, tablet and mobile, respectively.
I suggest that you create a feature request for this here:
https://www.kadencewp.com/kadence-theme/feature-requests/While I cannot provide you with an actual timeline for when this feature will be released, rest assured that the development team will be made aware of it.
In the meantime, you can set the excerpt font size for Post Archive Layout using custom CSS:
1. In your WordPress dashboard, Go to Appearance > Customize
2. Click on the Additional CSS option in the left-hand menu.
3. Add the following code/* Font size for desktop screens */ @media (min-width: 992px) { .entry-summary { font-size: 30px; } } /* Font size for tablets */ @media (min-width: 768px) and (max-width: 991px) { .entry-summary { font-size: 20px; } } /* Font size for mobile devices */ @media (max-width: 767px) { .entry-summary { font-size: 10px; } }4. Click Publish and view the page
In the code above, we’ve created three media queries. The first one applies to a media query that targets screens with a minimum width of 992px (i.e. desktop screens), the second target between 768px and 991px screen wide (i.e. tablets), and the second one applies to screens up to 767px wide (i.e. mobile devices). You can adjust the font sizes to suit your needs.
Watch this screencast of what happens when the CSS is added to your website:
https://share.getcloudapp.com/YEue91DgI hope this helps. Please let us know how we can help further.
Cheers,
EzeIn forum: Virtue ThemeHello,
I want to change the look and reply message when someone fills out the Virtue Contact form. I had saw the reply “Thanks, we’ll get back to you shortly.” (or something like that) is using css tag .thanks. However, when I change that tag nothing is working.
I’ve seen on the form you suggest using Contact Form 7 for customization, but my client is using his gmail email for everything and the Contact Form 7 wants an email from the domain name.
So I’m trying to figure out the easiest and best solution to change the Reply Test and have it be more in the middle of the page.
Please advise.
Thank you.
KathyIn forum: Kadence BlocksIn reply to: The problem with the Accordion
-
AuthorSearch Results


