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: Kadence Blocks
In reply to: Display dynamic posts based on ACF post object field
Hi, Joao.
Happy holidays!
Targeting a specific block is more complicated. However, you can target a specific page by adding another condition. For example:
add_filter('kadence_blocks_pro_posts_grid_query_args', function($args){ //you can enter the correct slug of your cpt if ( is_singular('post') && is_page( 42 )) { $related_posts = get_field('related_posts'); //your POST FIELD $ids = array(); if ( $related_posts ) { $ids = wp_list_pluck( $related_posts, 'ID' ); $args['post__in'] = $ids; } } return $args; });Where 42 is the page’s ID.
I hope this helps with your customization. Let us know if we can assist you further with this.
Regards,
KarlaIn forum: Kadence ThemeIn reply to: Duplicate links from menus?
Hi, Christoph!
I’m sorry for the delay in getting back to you.
The Kadence Theme has two headers: the desktop and tablet/mobile view headers. They are both hidden/shown using CSS codes. So if you inspect the page, you will see two instances of the menu links but those should not show at the same time.
If you want to only show them once, you may show the tablet/mobile header for bigger screens. The option for this can be found by going to Customizer > Header > Design tab > “Screen size to switch to mobile header” option – https://share.getcloudapp.com/2Nu6qrrN.
Then, do not add a header navigation item inside the Desktop header. This should make sure that the menu will not be repeated. However, your current desktop header design will not be shown anymore.
I hope this explains and helps. Please let us know if we can assist you further.
Kind regards,
KarlaIn forum: Kadence ThemeIn reply to: custom archive page, filter by custom field?
Hi, @zelishmekhi.
Could you confirm if you already followed the steps for the hooked element templates for the archive page? Please specify which part you’re having difficulties with so we can better assist you.
Kind regards,
KarlaIn forum: Membership ForumsHi, all!
Kindly add votes or comment on additional information on the following related feature requests:
- https://www.kadencewp.com/kadence-blocks/feature-requests/conditional-logic-for-forms-block/
- https://www.kadencewp.com/kadence-blocks/feature-requests/newsletter-opt-in-checkbox-on-contact-form/
Also, you may see our roadmap on this page – https://www.kadencewp.com/kadence-blocks/roadmap/. This should let you know if the feature requested is planned to be implemented/added.
Kind regards,
KarlaIn forum: Kadence BlocksDecember 25, 2022 at 7:42 am #281506When I use the slider it works but when I updated my page and hop into my particular page where I positioned the slider then it only shows 1 image that’s it. there is no slider only one image that is on my first slide. help me!
In forum: Kadence BlocksIn reply to: Display dynamic posts based on ACF post object field
December 23, 2022 at 12:18 pm #281503Hello Bonn!
Sorry for the late reply, but I just tested this out and it worked! Wohoo! 🤗
Thanks so much for coming up with this workaround! It’s a much needed necessity, especially if working with “Elements” / templates.
—
Now, I have two post grid blocks on my “Elements” single page template, and the code you provided seems to target both. Any idea on how I can easily target just one of them? (The other one is just set to query latest posts from another cpt).
Again, many many thanks for the above solution! Helps me out a bunch!
Happy Holidays! ✨🙏🎅🎄
In forum: Virtue ThemeIn reply to: Badge isn’t the same in All Products block
December 23, 2022 at 8:04 am #281500Karla,
I have an other question about the badges :
Do you know a plugin able to custom and harmonize them, whether in the WooCommerce blocks, in the archive pages, or even the single products?
Thanks !
Regards,
Irina
In forum: Kadence ThemeTopic: Duplicate links from menus?
Hey!
I checked the internal links on my website *Login to see link and saw that all the links in the header menu exists twice. The complete element also looks a bit different, so I wasn’t really sure, what this is for.
Can you help me with that? What is this necessary for? Is there a way to reduce it to just one link? Would make sense in terms of dom-nodes and also clean internal link structure.<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14836 kadence-menu-has-icon kadence-menu-icon-side-left"><a href="*Login to see link data-wpel-link="internal" target="_self"><span class="menu-label-icon-wrap" style=" "><span class="menu-label-icon"><svg viewBox="0 0 24 24" height="24" width="24" fill="none" stroke="currentColor" xmlns="*Login to see link stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg></span></span>Watgürtel</a></li>
<li id="menu-item-14836" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14836 kadence-menu-has-icon kadence-menu-icon-side-left"><a href="*Login to see link data-wpel-link="internal" target="_self"><span class="menu-label-icon-wrap" style=" "><span class="menu-label-icon"><svg viewBox="0 0 24 24" height="24" width="24" fill="none" stroke="currentColor" xmlns="*Login to see link stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg></span></span>Watgürtel</a></li>
In forum: Kadence ThemeIn reply to: Scroll to top button vanishing
Hi, @ferdus.ahmod1!
Are you also using the same LMS plugin? Could you send us your website URL so we can inspect the page? You may set your reply as private so only you and the support team can see the website URL.
Looking forward to your reply.
Kind regards,
KarlaDecember 21, 2022 at 12:01 pm #281483When I go to view my portfolio page in the browser it says ‘page not found’ – even if I click update and then ‘View Page’.
In forum: Kadence ThemeIn reply to: Kadence blog page background color
December 21, 2022 at 4:33 am #281482Hi there,
Thanks for the screenshots.
The Agency starter template’s blog page uses gradient color.
In the customizer, you can only select custom colors for the gradient color and global palette can’t be used to it, that’s why even if you change the global palette colors, it won’t reflect. Here’s a screenshot: https://share.getcloudapp.com/DOuk20ZO
If you want to use global palette colors in the blog page, switch to Color tab and choose a color from the palette. Here’s a screenshot: https://share.getcloudapp.com/DOuk200O
Otherwise, replace the Above Content Hero of the blog post with a Row Layout block via Kadence Hooked Element.
Row Layout settings: https://share.getcloudapp.com/YEuDX9n0
Hooked Element settings: https://share.getcloudapp.com/wbuv9lGBElement’s placement must be “Replace Above Content Hero”.
I hope this helps and let us know if you need further assistance.
Kind regards,
ChitoIn forum: Ascend ThemeIn reply to: Double pop-up image in WooCommerce product pages
Hi, Song Nam!
Welcome to Kadencewp.com’s forums. If we can help you with anything about our products, please open new topics on appropriate forums. You may see all of them on this page – https://www.kadencewp.com/support-forums/.
Regards,
KarlaIn forum: Virtue ThemeIn reply to: Cart page is not responsive
Hi there!
I’m so sorry for the delay in our response too!
I viewed your cart page on an actual Samsung device’s Google Chrome browser but I didn’t see the issue with the table’s responsiveness. See this image:
Please could you specify which product and browser/device are you using when you’re seeing the layout issue? This is so we can better see it and recommend a solution.
Kind regards,
KarlaIn forum: Virtue ThemeIn reply to: Badge isn’t the same in All Products block
Hi there!
I’m sorry for the delay in getting back to you.
You’re right, the sales text badge on the WooCommerce archive pages is different from the sales badge text for the WooCommerce product blocks. This is also the case even with another theme. For testing, I used the WordPress Twenty Twenty-One theme. Watch this screen recording – https://share.getcloudapp.com/8LugkE6o.
I am not sure if the texts from the WooCommerce blocks can be changed but you can use this code snippet to make the sale badge texts on the category pages the same as the blocks:
add_filter('woocommerce_sale_flash', 'woocommerce_custom_sale_text', 10, 3); function woocommerce_custom_sale_text($text, $post, $_product) { return '<span class="onsale">SALE</span>'; }This is how it worked on my website with the Kadence theme – https://share.getcloudapp.com/GGuJ69dl.
Here’s our guide to adding code snippets to your website – https://www.kadencewp.com/kadence-theme/knowledge-base/advanced/how-to-add-a-custom-filter-or-function-with-code-snippets/.
I hope this helps. Let us know if we can assist you further.
Kind regards,
KarlaIn forum: Kadence ThemeIn reply to: Kadence blog page background color
December 20, 2022 at 7:23 pm #281475I had imported the Agency starter template and customized the color but the rest of the pages and the blog page are different colors though I applied only one color palette.
In forum: Virtue ThemeHi there!
I’m so sorry for the delay in getting back to you.
For the admin bar, could you double-check if you have it enabled for your user role? You can read this post to see where it can be enabled/disabled – https://www.wpbeginner.com/wp-tutorials/how-to-disable-wordpress-admin-bar-for-all-users-except-administrators/#method-1-disable-admin-bar-manually.
For the homepage content, I can see them too:
- Home page content
- Icon Menu
- Latest Blog Posts
- Home Widget Area
However, if I access your website URL with HTTPS, the website does not show. This is the screen recording – https://share.getcloudapp.com/yAuA6gRA.
I recommend reaching out to your hosting provider to add an SSL certificate for your website.
I hope this helps. Let us know if we can assist you further.
Regards,
KarlaIn forum: Virtue ThemeIn reply to: hamburger menu problem
Hi there!
I’m so sorry for the delay in getting back to you.
I can see that you are using the Kadence theme but you have posted the topic under the Virtue Theme forum. Please make sure you are opening the topic on the appropriate forums in your future support requests. Also, you may submit them on these pages:
- Preium products – https://www.kadencewp.com/premium-support-tickets/
- Free – https://www.kadencewp.com/free-support-tickets/
After inspecting your website, I did not see any menu navigation added inside the OFF CANVAS area of the Tablet/Mobile header yet. Please make sure you add a Mobile Navigation header item and select the menu. Kindly refer to this post – https://www.kadencewp.com/kadence-theme/knowledge-base/header/customizing-the-mobile-navigation-area/.
I hope this helps. Let us know if we can assist you further.
Kind regards,
KarlaIn forum: Kadence ThemeIn reply to: comments disappeared
Hi, Adeline!
This topic is already marked as resolved. Could you confirm if it is indeed the case?
On the other hand, the Kadence Theme has a setting to show comments on single post pages. It might be disabled which is why you’re not seeing the comments.
To enable or double-check this, do the following:
- Go to Customizer > Posts/Pages Layout > Single Post Layout.
- Scroll down until you see the “Show Comments?” option and turn it on – https://share.getcloudapp.com/GGuJ6b6v
I hope this helps. Let us know if we can assist you further.
Kind regards,
KarlaIn forum: Kadence BlocksIn reply to: Masory layout on Archive pages
December 20, 2022 at 8:22 am #281464Hi Max,
You could replace the archive pages using Post Grid/Carousel block (Kadence Blocks Pro) which has a setting for Masonry layout via Kadence Hooked Element and remove the default archive post loop item using custom CSS. Here’s an example: https://share.getcloudapp.com/Qwuj99Qo
Here’s the code:
#archive-container, .navigation.pagination {display:none}If you have Kadence Blocks Pro, you can utilize the Post-Specific CSS as shown in the video. Otherwise, you can add the code in Customizer > Additional CSS.
Does that work for you?
Kind regards,
ChitoIn forum: Kadence ThemeTopic: comments disappeared
December 20, 2022 at 3:12 am #281455Hi
I just changed my theme from Ascend to Kadence theme (+ kadence pro plugin).
And all comments disappeared. They are on the site but no longer appear in the blog and on the pages.
What to do ? -
AuthorSearch Results





