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 - 901 through 920 (of 53,646 total)
  • Author
    Search Results
  • #291318

    Thanks

    In the meantime, I’ve created my own, which can be embedded into the page using the html block

    https://codepen.io/SolaceBeforeDawn/pen/KKOKeXL

    #291314

    I am in the middle of creating a plugin that creates a reference page within WordPress, when trying to add an advanced button I am encountering a problem. On the front end it looks as it should do but on the back end I am having to attempt block recovery within the single button block. Below is the structure:

    <!-- wp:kadence/advancedbtn {"hAlign":"left"} -->
    <!-- wp:kadence/singlebtn {"inheritStyles":"inherit", "link":"#", "text":"Sample button"} -->
    <!-- /wp:kadence/singlebtn -->
    <!-- /wp:kadence/advancedbtn -->

    As the title suggests, I would like to know how an Advanced Button is created or rather structured. I’ve looked at the Kadence Blocks files and can’t find any attributes that are required.

    #291310

    Hi I’ve a Kadence theme on my WordPress Website Instander app. If you look at the site, the homepage the gap between the header and hero section is much.

    I’m unable to keep it short. I have used some other page builders and they have slide-up and slide down feature. How can I do that in Kadence?

    I’ve uploaded an image for your reference.

    #291298

    I was working on client website and building pages using Kandence Blocks, it was working fine untill it stoped and showed message that Kendence blocks “Not supported”.

    Tried all the things but still not working.

    #291295

    Hello,

    I am using the block “Posts” in my website to display a list of blogs. I like how the categories display, but I don’t want to point them to the /category/ of my posts, because I don’t want my users to use these pages as a way to navigate around. But I don’t see how I can turn off this option. I would appreciate some help.

    Thank you!

    #291292
    This reply has been marked as private.
    #291289

    Hi,
    I’ve got an exception when trying to download the Webagency Starter Template, the same thing happened with other templates (i’ve tested portfolio)

    the exception is:

    [20-Sep-2024 06:01:24 UTC] PHP Warning: Attempt to read property “post_status” on null in /bitnami/wordpress/wp-content/plugins/elementor/core/base/document.php on line 1960
    [20-Sep-2024 06:01:24 UTC] PHP Warning: Attempt to read property “post_status” on null in /bitnami/wordpress/wp-content/plugins/elementor/core/base/document.php on line 1969
    [20-Sep-2024 06:01:24 UTC] PHP Fatal error: Uncaught Exception: Invalid post. in /bitnami/wordpress/wp-content/plugins/elementor/core/settings/page/manager.php:101
    Stack trace:
    #0 /bitnami/wordpress/wp-content/plugins/elementor/core/base/document.php(1790): Elementor\Core\Settings\Page\Manager->ajax_before_save_settings()
    #1 /bitnami/wordpress/wp-content/plugins/elementor/core/base/document.php(908): Elementor\Core\Base\Document->save_settings()
    #2 /bitnami/wordpress/wp-content/plugins/elementor/core/kits/manager.php(295): Elementor\Core\Base\Document->update_settings()
    #3 /bitnami/wordpress/wp-content/themes/kadence/inc/components/elementor/component.php(407): Elementor\Core\Kits\Manager->update_kit_settings_based_on_option()
    #4 /bitnami/wordpress/wp-content/plugins/kadence-starter-templates/class-kadence-starter-templates.php(2565): Kadence\Elementor\Component->elementor_add_theme_colors()
    #5 /opt/bitnami/wordpress/wp-includes/class-wp-hook.php(324): KadenceWP\KadenceStarterTemplates\Starter_Templates->kadence_elementor_after_import()
    #6 /opt/bitnami/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
    #7 /opt/bitnami/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action()
    #8 /bitnami/wordpress/wp-content/plugins/kadence-starter-templates/inc/class-import-actions.php(466): do_action()
    #9 /bitnami/wordpress/wp-content/plugins/kadence-starter-templates/inc/class-import-actions.php(450): KadenceWP\KadenceStarterTemplates\ImportActions->do_import_action()
    #10 /opt/bitnami/wordpress/wp-includes/class-wp-hook.php(324): KadenceWP\KadenceStarterTemplates\ImportActions->after_import_action()
    #11 /opt/bitnami/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
    #12 /opt/bitnami/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action()
    #13 /bitnami/wordpress/wp-content/plugins/kadence-starter-templates/class-kadence-starter-templates.php(2733): do_action()
    #14 /opt/bitnami/wordpress/wp-includes/class-wp-hook.php(324): KadenceWP\KadenceStarterTemplates\Starter_Templates->after_all_import_data_ajax_callback()
    #15 /opt/bitnami/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
    #16 /opt/bitnami/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action()
    #17 /opt/bitnami/wordpress/wp-admin/admin-ajax.php(192): do_action()
    #18 {main}
    thrown in /bitnami/wordpress/wp-content/plugins/elementor/core/settings/page/manager.php on line 101

    Wordpress 6.6.2
    Elementor Pro 3.24.2
    Kadence 1.2.9

    Thanks for your help,

    Vincent

    #291287

    Hi there!

    Apologies for the lack of updates here.

    I checked your homepage in Google PageSpeed Insights. You have a green score for LCP and overall performance for desktop, but orange for mobile – https://pagespeed.web.dev/analysis/https-internetslayers-com/dc3lt609pt?form_factor=desktop

    LCP isn’t all about the LCP resource, the delay in its render/load is also attributed to the score. You can read more here – https://web.dev/articles/optimize-lcp

    You should see that the Load Delay has the highest percentage – https://share.zight.com/E0uO9Ln9. You can focus on this part of the documentation – https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay

    The opportunity to improve LCP lies in the first resources loaded by the page and you can see them here – https://share.zight.com/8LuekYr7

    One way is to make sure that the resources are loaded quickly. You can try combining them into one file.

    I hope this helps, and let me know if I can help you furteher.

    #291281

    Hi there,

    There is an option to only show products in the product archive page.

    Just go to Customizer > Woocommerce > Archive Layout > Category Display > Show Products.

    Here’s a video: https://share.zight.com/X6uj9Bxl

    Currently, Kadence doesn’t have a block that displays sub-categories of the current category page directly. For that functionality, you’ll need to use custom coding. I tested the code you provided, and it worked well on my end. https://share.zight.com/5zuoA71o

    If you need more assistance with this, please let us know!

    #291268

    I did a bit of coding and arrived at this:

    PHP

    /**
     * Add subcategory links to parent category pages
    **/
     
    
    function display_subcategories_after_description() {
        if (is_product_category()) {
            $term = get_queried_object();
            $args = array(
                'child_of' => $term->term_id,
                'taxonomy' => 'product_cat',
                'hide_empty' => false,
            );
            $subcategories = get_terms($args);
            
            if ($subcategories) {
                echo '<div class="subcategory-list">';
                foreach ($subcategories as $subcategory) {
                    echo '<a href="' . get_term_link($subcategory) . '" class="subcategory-item">';
                    echo '<div>' . $subcategory->name . '</div>';
                    echo '</a>';
                }
                echo '</div>';
            }
        }
    }
    add_action('woocommerce_before_shop_loop', 'display_subcategories_after_description');

    CSS

    /*Woocommerce subcategory list on category page styling*/
    .subcategory-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 20px 0;
    }
    
    .subcategory-item {
        flex: 1 0 18%;
        max-width: 18%;
        box-sizing: border-box;
        margin: 10px;
        background-color: var(--global-palette9);
        padding: 20px;
        text-align: center;
        border-radius: 0;
        border: 2px solid var(--global-palette9);
        transition: background-color 0.3s ease;
        text-decoration: none; /* Remove underline */
        color: var(--global-palette4); /* Text color */
        font-weight: bold; /* Bold text */
    }
    
    .subcategory-item:hover {
        background-color: var(--global-palette8);
    }
    
    /* Mobile Styles */
    @media (max-width: 768px) {
        .subcategory-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }
    
        .subcategory-item {
            flex: none; /* Disable flex properties */
            max-width: 100%;
            padding: 10px; /* Reduce padding */
            font-size: 14px; /* Smaller font size */
        }
    }
    #291267

    Hi there,
    I’m trying to make woocommerce product archive pages more effective in Kadence.

    At present, if the product category page has subcategories (as well as products of course), the subcategory card looks exactly the same as a product card.
    This is bad UX, as it’s hard to see that there are subcategories (image 1).

    So after scratching my head a lot, I’m trying to solve this by adding a Content Section Element on every product category page, which would only show the subcategories of the given category (like in image 2 I linked). And after this, the product archive template would just show all the product.

    But this is where I ran into a problem.

    I need to dynamically get, use, and style the subcategories of a given category page.

    I am confident that I could do this with Kadence by combining Elements, Query, or some other way. Can you tell me how please? I know this is a hard question, so I would be grateful for a detailed response.

    Thanks
    Tom

    #291262

    how do i create a row with 4 columns in and a background image with text over the top linking to an article or page?

    something like the example i’ve uploaded, but the images would all be the same size obviously and the text would as well and it would line up

    #291255

    Hi there,

    Thanks for writing in.

    I’d be glad to take a closer look at those widgets. Can you please send here the links to the pages where I can see the issue and which widgets as well?

    Thanks,
    Chito

    In forum: Kadence Theme
    #291254

    Hi there,

    Thanks for writing in.

    Can you please check if there’s a max width applied to the text block and adjust it?

    If you have padding or margin on desktop, please make sure to adjust them for mobile view.

    If the problem persists, I’d be glad to check the frontend, just send here the link to the page.

    Thanks,
    Chto

    #291243

    Hi kim-4139,

    Thank you for bringing this issue to our attention. Based on your description, it seems like the display issue in the Gutenberg editor might be due to how your custom block interacts with our block.

    There might be JavaScript errors causing the editor to behave unexpectedly. Please open your browser’s developer tools (by pressing F12 or right-clicking the page and selecting “Inspect”) and navigate to the Console tab while the editor is loading. If you notice any errors, please share them with us.

    Custom blocks may load their own styles or scripts that could conflict with ours. Please ensure that your block’s JavaScript and CSS files are properly scoped to avoid clashes with other blocks.

    Please also review the custom block’s code for potential conflicts with Gutenberg standards.

    Specifically, look for:

    • Usage of deprecated Gutenberg features
    • React or JavaScript errors in your custom block’s implementation

    Please share the findings with us, and we’ll be happy to assist further.

    Best regards,
    Teejay.

    #291241

    Hi Stefan,

    I’m glad you reached out, I’d be happy to help.

    I can’t replicate the issue on my test website.

    In your instructions, you mentioned: 2) Add WordPress headline text block

    Are you referring to the Heading block?

    I tried to add a Heading block and a Paragraph block inside the Row Layout block but the texts are being shown.

    ​Here’s a screen recording for reference: https://share.zight.com/2Nuojnwy

    Can you share on which specific page in your test website we can see the Heading block inside a Row Layout block?

    Please let us know; we’ll be happy to help.

    Best regards,
    Teejay.

    #291237

    Hi there,

    Thank you for the update.

    Content added to the default blog page will not be visible on the frontend as WordPress recognises it as the Posts page, where all the latest posts on your website are shown as set in your WordPress dashboard > Settings > Reading.

    To add content to your Blog Page, you can achieve this using the Kadence Hooked Elements:
    https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-use-element-hooks/

    Here is how:
    – Create a new Element CONTENT SECTION
    – Add your Content or Blocks
    – Go to the Element Settings
    – Select where you want to display the content from the Placement
    – In your Display Settings select Show On – Blog Page
    – In your User Settings select Visible to – All Users

    Here is a screencast for your reference:
    https://share.zight.com/eDuZPq6z

    I hope this helps! Please let me know if you need further assistance on this.

    Cheers,
    Eze

    #291235

    I need to ’embed’ a job-search page on a Kadence-themed site. Access is denied if I use a simple iFrame:

    How should I approach this? Do I need an API from the career page? And how would I integrate that so I can wrap the page in our own branding (of course we have permission — our companies are related). Any suggestions are greatly appreciated.

    #291234

    Hi Michael,

    I was trying to use the “Secondary Title” plugin to add a subtitle to my blog posts. Unfortunately, I encountered some formatting and placement issues, so I had to deactivate it.

    As an alternative, I placed the desired subtitle text (“View in Hindi”) before the first paragraph of the blog post. You can see it here: [Link to blog post: https://www.wildlifeconservationtrust.org/iucns-latest-red-list-assessment-of-the-ganges-river-dolphin/%5D.

    However, the text is now appearing in the blog summary page (excerpt), which I don’t want. See attachment, text highlighted in red.

    Ideally, I’d like to hide “View in Hindi” from the excerpt only.

    Any advice you can offer on how to achieve this would be greatly appreciated!

    Thanks,
    Yogi

    091624-s1

    #291233

    I’m building WordPress page on Local WP on Kadence theme. Page for the week loaded correctly, but now it’s missing my chosen Headings font – Metamorphous from Google Fonts ( so it should just load on WordPress ). What’s even weirder, on page edit page font IS showing correctly. Font is also chosen on Theme Settings edition. What did I do wrong and should fix with page?

    Main page on start…

    Same page in Page Editor…

    Of course, I’m interested in more decorative Headings with Metamorphous font from Page Editor.

Viewing 20 results - 901 through 920 (of 53,646 total)