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 ThemeMay 21, 2024 at 10:35 am #288791
Hi, is there a documentation page detailing the different options available in the Performance pane in Kadence Customizer ?
Thanks!
In forum: Kadence BlocksIn reply to: Removing irrelevant options in Query Loop Filters
May 21, 2024 at 7:54 am #288790Thanks. We really need to hide the filters that will result in no results. We can do this with Toolset’s filters, with FacetWP, and others so we can’t go backwards and not do it with this client that is moving to Kadence and is used to having this behavior. You can easily read about how this works on FacetWP’s features list is you need an example for an enhancement requerst but the basic notion is that filters that don’t apply to any results on the page are considered inactive and are not shown. That includes individual choices within a filter and entire filters as applicable.
In forum: Kadence BlocksIn forum: Kadence ThemeIn reply to: How do I change the Post Thumbnail size in Homepage?
May 21, 2024 at 6:56 am #288786Hi Umar,
I can’t access the website you referenced (https://www.apkglare.com/).
Do you set the homepage to display your latest posts in WP Admin > Settings > Reading? If you do, then it’s now the blog archive page.
You can change the featured images’ ratio and size in Customizer > Posts/Pages Layout > Archive Layout > Feature — see screenshot: https://share.zight.com/ApumkY07
Let me know if you need further assistance.
Best,
ChitoIn forum: Kadence ThemeIn reply to: How to add custom content to query card
Hi, Christina!
I’d be happy to help you with this.
You can add the Shortcode block to the Query Card. Editing a query card can be done in different ways:
1. Editing it on a page after adding the Query Loop(Adv) block – https://share.zight.com/mXuWyyyg
2. Going to Dashboard > Kadence > Query Cards. Edit the card, and add the Shortcode to it.I hope this helps. Let me know if I can assist you further.
Regards,
KarlaIn forum: Virtue ThemeAs a developer / SEO practitioner, I can be available remotely for you efficiently.
Need Help with off-page tasks, Design, Migration, Speed, or Custom tasks?
email: [email protected]
(WhatsApp) +92 3478812588Try Our Services to get more sales/ traffic |
24/7 Support
LinkedIn: *Login to see linkRegards,
Hassan
(SEBT)-
This topic was modified 1 year, 11 months ago by
m29245535.
In forum: Kadence ThemeIn reply to: How do I change the Post Thumbnail size in Homepage?
As a developer / SEO practitioner, I can be available remotely for you efficiently.
Need Help with off-page tasks, Design, Migration, Speed, or Custom tasks?
email: [email protected]
(WhatsApp) +92 3478812588Try Our Services to get more sales/ traffic |
24/7 Support
LinkedIn: hassan-nawazRegards,
Hassan
(SEBT)In forum: Kadence ThemeIn reply to: How do I change the Post Thumbnail size in Homepage?
To change the Post Thumbnail size on the homepage using the Kadence theme in WordPress, follow these steps:
### Step-by-Step Guide
1. **Login to Your WordPress Dashboard**
– Navigate to your WordPress login page (usuallyyourdomain.com/wp-admin).
– Enter your username and password to access the dashboard.2. **Navigate to the Customizer**
– In the WordPress dashboard, go toAppearance>Customize. This will open the WordPress Customizer where you can make changes and see a live preview.3. **Locate the Blog/Archive Settings**
– In the Customizer, find the section related to Blog or Archive settings. This is typically labeled asBlog Settings,Blog Archive, or something similar.
– For Kadence, you should seeGeneral,Header,Blog,Footer, and other similar sections. Click onBlog.4. **Adjust the Post Thumbnail Size**
– Within theBlogsection, look for options related toArchive LayoutorArchive Settings.
– You should see settings forPost/Archive Layout. Here, you can often find options to set the image size for thumbnails. It might be labeled asFeatured Image,Post Thumbnail, orThumbnail Size.
– You can choose predefined sizes (likethumbnail,medium,large, etc.) or specify custom dimensions if available.5. **Set Custom Image Sizes**
– If you want to set a custom image size, you might need to define the custom size in your theme’sfunctions.phpfile. This can be done using theadd_image_sizefunction.
– For example:
`php
function kadence_custom_image_sizes() {
add_image_size(‘custom-thumbnail’, 400, 300, true); // 400px wide by 300px tall, cropped
}
add_action(‘after_setup_theme’, ‘kadence_custom_image_sizes’);
`
– After defining a custom size, it should appear in the Customizer settings where you can select it for your post thumbnails.6. **Regenerate Thumbnails**
– If you change the thumbnail dimensions or add new sizes, you may need to regenerate thumbnails for existing images to apply the new sizes.
– Install and activate theRegenerate Thumbnailsplugin.
– Go toTools>Regen. Thumbnailsand follow the prompts to regenerate thumbnails.7. **Publish Changes**
– After setting the desired thumbnail size, clickPublishin the Customizer to save your changes.### Additional Tips
– **Responsive Design**: Ensure that the thumbnail size you choose looks good on different devices (desktop, tablet, mobile).
– **Child Theme**: If you need to make changes to thefunctions.phpfile, consider using a child theme to avoid losing changes during theme updates.By following these steps, you can customize the post thumbnail size on your homepage using the Kadence theme, ensuring it fits well with your site’s design and layout.
In forum: Kadence ThemeMay 19, 2024 at 5:10 am #288762I often use shortcodes inside the query loop plugin to pull data from ACF. I’ve noticed that if the results are paginated, the shortcodes don’t work after page 1. Does anybody know of a solution to this issue? Thanks.
In forum: Kadence ThemeHi,
I applied Kadence Theme on my website apkglare. I set my homepage as dynamic to show latest posts. My current post thumbnail size is 600 x 300 pixels on homepage. Which looks weired which is not completely displayed. Shows cropped.Homepage: *Login to see link
Please let me know how can i change the size of thumbnails on my homepgae?
Many thanks
UmarIn forum: Virtue ThemeIn reply to: Image Alt attribute on homepage icon menu
May 17, 2024 at 10:34 pm #288757Hello
You will need to make modifications to the HTML code for the home page icon menu thumbnails in order to incorporate the Image Alt property. I can walk you throughout the process if you could grant me access to the code or tell me where the icon thumbnail are stored in the file in question.
Regards
Jhon Smith
Brigade NeopolisIn forum: Kadence ThemeIn reply to: Exclude Pages from Search Results
In forum: Membership ForumsMay 16, 2024 at 7:57 am #288731Hi Fraser,
Thanks for writing in.
You can use the Row Layout block and enable the Conditional Display. See example: https://share.zight.com/geu7WNZ2
You can do this in a page/post and even in a hooked element.
You need the Kadence Blocks Pro plugin to be able to use this feature.
Let me know how I can assist further.
Best,
ChitoIn forum: Membership ForumsMay 16, 2024 at 7:27 am #288730I have an ACF true/false field attached to posts in my Kadence child theme. There is also a Kadence Element which loads in place of the post header. There is a group block inside my element which I would like to appear if the acf toggle is set to true, but it should not load if it is set to false.
I’ve done something like this before in other themes, using conditional logic in a custom page template, but since Kadence doesn’t use page templates that way, I’m trying to work out how I would achieve it. Is it even possible with Kadence?
In forum: Kadence BlocksIn reply to: Using Dynamic Placeholders in form
May 16, 2024 at 12:50 am #288725Hi there,
You can set a Default Value using dynamic content.
The Product name is equivalent to the Product Name for a WooCommerce single product page so you can select the Post Title for the Product name.
You can select the Post Custom Field > Custom Input and input _regular_price for the product price.
Here’s a screen recording for reference: https://share.getcloudapp.com/bLubevr9
Best regards,
Teejay.In forum: Kadence BlocksMay 15, 2024 at 10:03 am #288722The video popup block works very nicely across devices in general.
The problem I am facing is one of UX. On mobile, the only way to exit the modal is with the ‘X’ in the upper-right hand corner. Very few users do this intuitively. In our initial testing, 19 of 21 users instinctively hit the “back” button on their phone in an attempt to exit the modal and return to the page that they were viewing.
Unfortunately, the block does not behave as most users would expect. Hitting the back button goes to the previous page.
This is a gigantic problem for videos shown on the home page, because attempting to exit the video modal takes them away from our website.
Is there a setting somewhere in the block that will help this situation? If not, I would strongly recommend finding a way for this behavior to conform to typical user expectations.
In forum: Kadence ThemeIn reply to: Accordion Block – RTL Issue
May 15, 2024 at 3:16 am #288717Hello everyone,
I’ve been encountering some challenges while trying to integrate Kadence Themes with Elementor, and I’m hoping to get some guidance from the community.
Background:
I recently started working on a new WordPress project and decided to use Kadence Themes for its reputed flexibility and performance. However, I’m also a fan of Elementor’s powerful page building capabilities, and I’d like to leverage its features to design my site’s pages.Issue:
Unfortunately, I’ve run into some difficulties getting Kadence Themes to work smoothly with Elementor. Despite my efforts, I’m encountering unexpected behavior, and certain features don’t seem to be functioning as expected.Request for Assistance:
I’m reaching out to the community for help in troubleshooting this issue. If you’ve successfully integrated Kadence Themes with Elementor before, I’d greatly appreciate any insights, tips, or best practices you can share.Specific Questions:
Have you encountered similar challenges when using Kadence Themes with Elementor?
Are there any specific settings or configurations within Kadence Themes or Elementor that I should be aware of to ensure compatibility?
Are there any known conflicts between Kadence Themes and Elementor that might be causing my issues?
Could outdated versions of either Kadence Themes or Elementor be contributing to the problem?Conclusion:
I’m eager to resolve this issue and unleash the full potential of Kadence Themes and Elementor for my project. Any assistance or guidance from the community would be immensely appreciated.Thank you in advance for your help! You can find more information about my project here, but please note it’s purely for reference purposes and not for promotional intent.
Muhammad Hassan
In forum: Kadence BlocksHi, Joe!
I’d be glad to assist you with this.
The Kadence Blocks’ JS or CSS files will only be enqueued on a page if a block that needs it is added to the page content.
I do not know how you’ve added the custom block, but I think it’s better if you add all the needed resources in a single plugin. Check out this WordPress tutorial – https://developer.wordpress.org/block-editor/getting-started/tutorial/
You’ll see the plugin files set in this section – https://developer.wordpress.org/block-editor/getting-started/tutorial/#reviewing-the-files
You can download the needed Splide files here – https://splidejs.com/
I hope this helps. Let us know if we can assist you further.
Regards,
KarlaIn forum: Kadence BlocksMay 14, 2024 at 6:18 am #288702How to maintain aspect ratio of images in carousel on mobile?
I’ve created a carousel using the Gallery (Adv) block using landscape images 3:2 ratio that look great on desktop.
When viewed on mobile the carousel ‘crops’ the images to square shape 1:1, obscuring part of the image.
Regular landscape 3:2 images on the page, added using Image (Adv) block, retain their ratio when viewed on mobile so the entire image is visible in the view port.
How can I achieve this in a carousel?
In forum: Kadence ThemeIn reply to: The homepage is redirected by the author’s URL
May 14, 2024 at 1:25 am #288701Hi there,
I believe this is related to this topic: https://www.kadencewp.com/support-forums/topic/the-authors-url-redirects-to-the-homepage-4
Please try the solution recommended:
For the author link, when the user has a website set in their profile, the author link would use this URL. To change this to link the viewers to the author’s archive instead, you can remove the Website information from the user’s profile.
Here’s a screen recording for reference: https://share.getcloudapp.com/04uEodEB
Please let us know how it goes, we’ll be more than happy to help.
Best regards,
Teejay. -
This topic was modified 1 year, 11 months ago by
-
AuthorSearch Results


