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+'

Home / Forums / Search / Search Results for 'page+'

Viewing 20 results - 1,201 through 1,220 (of 53,646 total)
  • Author
    Search Results
  • #288791

    Hi, is there a documentation page detailing the different options available in the Performance pane in Kadence Customizer ?

    Thanks!

    #288790

    Thanks. 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.

    #288787

    Facing same issue on my website it does not show complete feauted image thumbnail in homepage which is set to show latest posts not static page. Anyone who can help to resolve this issue?

    #288786

    Hi 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,
    Chito

    #288779

    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,
    Karla

    #288766

    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 3478812588

    Try Our Services to get more sales/ traffic |
    24/7 Support
    LinkedIn:

    Regards,
    Hassan
    (SEBT)

    • This topic was modified 1 year, 11 months ago by m29245535.
    #288764

    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 3478812588

    Try Our Services to get more sales/ traffic |
    24/7 Support
    LinkedIn: hassan-nawaz

    Regards,
    Hassan
    (SEBT)

    #288763

    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 (usually yourdomain.com/wp-admin).
    – Enter your username and password to access the dashboard.

    2. **Navigate to the Customizer**
    – In the WordPress dashboard, go to Appearance > 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 as Blog Settings, Blog Archive, or something similar.
    – For Kadence, you should see General, Header, Blog, Footer, and other similar sections. Click on Blog.

    4. **Adjust the Post Thumbnail Size**
    – Within the Blog section, look for options related to Archive Layout or Archive Settings.
    – You should see settings for Post/Archive Layout. Here, you can often find options to set the image size for thumbnails. It might be labeled as Featured Image, Post Thumbnail, or Thumbnail Size.
    – You can choose predefined sizes (like thumbnail, 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’s functions.php file. This can be done using the add_image_size function.
    – 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 the Regenerate Thumbnails plugin.
    – Go to Tools > Regen. Thumbnails and follow the prompts to regenerate thumbnails.

    7. **Publish Changes**
    – After setting the desired thumbnail size, click Publish in 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 the functions.php file, 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.

    #288762

    I 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.

    #288761

    Hi,
    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:

    Please let me know how can i change the size of thumbnails on my homepgae?

    Many thanks
    Umar

    #288757

    Hello

    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 Neopolis

    #288741

    I was able to solve it with this code.

    if (!is_admin()) {
    	function search_filter_pages($query) {
        	if ($query->is_search && $query->is_main_query()) {
      			$query->set('post_type', 'post');
    		}
      		return $query;
    	}
    	add_filter('pre_get_posts', 'search_filter_pages');
    }
    #288731

    Hi 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,
    Chito

    #288730

    I 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?

    #288725

    Hi 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.

    #288722

    The 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.

    #288717

    Hello 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

    #288713

    Hi, 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,
    Karla

    #288702

    How 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?

    #288701

    Hi 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.

Viewing 20 results - 1,201 through 1,220 (of 53,646 total)