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,041 through 1,060 (of 53,646 total)
  • Author
    Search Results
  • #290593

    seems my images didnt work

    Home Page: https://imgur.com/l1O9e4v

    Every Other Page: https://imgur.com/Xric8Fk

    #290592

    I am using “Barber Shop” Kadence theme, and I seem to have issues with my H1 headers keep appearing on top of my naviational headers, except on my home page. I am not sure why. I have tried creating as much space between as I can but they still seem to be mixed in with them.

    #290591

    Customizing the page title background color is crucial for enhancing user experience. At Kinnovis, our AI-powered self-storage software solutions prioritize such flexibility to ensure a personalized and intuitive interface for our clients.

    #290581

    Hi there,

    Glad you reached out, happy to help.

    You can achieve this using Kadence Hooked Elements:
    https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-hook-elements-inside-of-post-or-page-content/

    This way, you can add the breadcrumb and category page above the featured image and disable the breadcrumb and category within the title.

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

    I hope this helps. Please let us know how we can help further.

    Cheers,
    Eze

    #290580

    Hi there,

    Glad you reached out, happy to help.

    The password-protected page is a dynamic page generated by WordPress, which is why it doesn’t appear in your Dashboard > Pages. However, I couldn’t replicate the issue on my end. Here is a screencast for your reference:
    https://share.zight.com/jkupGw22

    Here are some steps to help troubleshoot the problem:

    Clear Your Cache:
    – Clear your website cache: https://www.kadencewp.com/help-center/docs/kadence-theme/clearing-your-website-cache/
    – Clear your browser cache as well.

    Troubleshooting Guide:
    Follow additional troubleshooting steps here: https://www.kadencewp.com/blog/how-to-troubleshoot-your-website/

    If you need to customize the default password-protected page, check out this guide:
    https://www.wpbeginner.com/wp-tutorials/how-to-customize-a-password-protected-page-in-wordpress/

    I hope this helps. Please let us know how we can help further.

    Cheers,
    Eze

    #290571

    Since I changed the theme to Kadence, I have encountered an issue on the password-protected page where you type in the password:

    The password-protected page displays incorrectly:
    1. The alignment is strange (squeezed at the top).
    2. The password box contains strange dots from the start.
    3. When you click anywhere on the screen, it redirects to the homepage.

    As I cannot find the editing screen for the password entry page, I am unable to fix this issue directly.

    Please advise how to access the password entry page to resolve these issues (It doesn’t appear on the Dashboard > pages) , or let me know if any CSS needs to be used.

    Regards,

    In forum: Kadence Blocks

    In reply to: Page does not load

    #290565

    I have the same problem right now. Brand new website and can’t edit any page. Disabling Kadence Blocks fixes the loading. I have everything up to date (WordPress 6.6, Kadence Starter Templates 2.1.3, and Kadence Blocks 3.2.49) – Error is net::ERR_INCOMPLETE_CHUNKED_ENCODING on Google Chrome Console.

    I also made sure to increase max memory size and all other settings as suggested by you.

    I’m new to Kadence but it seems you’ve had this problem before. Is it this unstable?

    Thanks for your help.

    #290554

    Hi,

    I only have breadcrumbs for posts on my site,
    So I configured the ‘home link’ to a specific page which I use to display posts.

    I have done that based on code that was published here in the forum by Bonn:

    // Changing the “Home” string to “Blog”
    add_filter(‘kadence_local_breadcrumb_args’, function( $args ){
    $args[‘home_title’] = __( ‘Blog, ‘kadence’ );
    return $args;
    });

    // Changing the home-link to a specific page using page-id
    add_filter(‘kadence_breadcrumb_args’, function( $args ){
    $args[‘home_link’] = get_page_link(‘19042‘);
    return $args;
    });

    My problem is that I currently have 2 languages on my site,
    So both the link-name and page-id are different for each language.

    Us there a way to add these codesnippets per language?

    Thanks,
    Ron

    #290550

    I’m using the Kadence tabs on a page and I have anchors set for all the tabs. Inside those tabs we have a lot of outbound content and when a user clicks out and then backs into the website it restarts the journey right at the initial opening tab.

    Is it possible to have persistent links as they click through. So for instance when I’m on tab 3 that uses #anchor3, that anchor link would appear in the URL so if they navigate away and back they are back where they started.

    Alternatively something similar to what happens with query loops where a ? and series of numbers is used and then stays persistent coming back.

    Thanks in advance!

    #290544

    Hi Piotr,

    Thanks for the screenshot.

    There’s no built-in option for that, but I’ll be glad to help you create the custom CSS codes.

    To do this, please let me know what gallery type you are using and the link to the page you’re working on.

    Best,
    Chito

    #290531

    Hi there!

    I’d be happy to help you with this.

    I selected Lato for my headings, and I can still see it being used when I view my pages on mobile. Could you send me your page or website URL so I can check it better?

    You may mark your response as “private” so only you and the support team can see it.

    Regards,
    Karla

    #290527

    Thank you Karla,

    I’ll try that code snippet soon 🙂

    Meanwhile i and my colleague ChatGPT actually made a plugin which doesn’t require ACF and all those extra steps to get custom tabs on products.
    It’s of course not very tested but it does this:

    1. Create, edit, rename and delete tabs.
    2. Add content, even paste blocks inside the content field will work.
    3. Change the order of the tabs.

    The zip and plugin only has a php and a js file.

    Download and try it out if you want.
    Please write how it works for you.
    And if you can make it even better please share it.

    Here’s the link to the plugin.
    Don’t use it on your live site, and backup things before trying it!!!
    https://drive.google.com/file/d/1ZIloLjwnQ2_CQ-nvQFdh_aQS_Ro_A3j4/view?usp=sharing

    Editing a product.
    Editing a product

    Viewing the product page.
    Viewing the product page

    Cheers / Johny

    #290512

    Hi There,

    When switching from WPBakery to Kadence, you are fully switching your Page Builders. Kadence uses the Gutenberg core WordPress Editor, while WPBakery uses its own Editor. This makes it so that to switch over to Kadence, the content has to be remade into Kadence Blocks.

    We would recommend setting up a staging website as the first step for the change you’ll do. This gives you time to get comfortable leaving your current builder and learning to lean on WordPress’s block builder (Gutenberg). We have the Kadence Blocks plugin to extend Gutenberg and give you additional content blocks you can use in building your pages.

    Make sure to create the backup first. As you already have content you built with WP Bakery, you’ll need to import it using WordPress import/export methods.

    You generally need to understand the blocks and what they can do. They become your layout rather than the template layout provided by your current builder/editor. You will live in the Customizer and the page/post options when editing pages.

    Here are resources that can help you get started:
    https://www.kadencewp.com/kadence-theme/knowledge-base/getting-started/
    https://www.kadencewp.com/kadence-blocks/documentation/
    https://www.youtube.com/watch?v=GqEecMF7WtE
    https://www.youtube.com/watch?v=46P3kMrpFkQ

    I hope this helps. Let us know if we can assist you further.

    Best Regards,
    Archita

    #290510

    Hi,

    I have an existing website with Home, Service, and Contact pages that were created using WP Bakery. I would now like to switch to KadenceWP.

    Is there a way to copy, export, or clone my content from WPBakery so that I can use it in KadenceWP?

    It is not necessary for the design to be identical, but I would like to retain the layout of the pages.

    Thank you very much for your help!

    Best regards

    #290502

    I can´t activate Kadence Blocks – Gutenberg Blocks for Page Builder Features. I don´t know where tos start to fix this issue.

    Screenshot-2024-07-16-at-21-27-45

    #290495

    Hello Kadence-team,

    Somehow on my shop pages the kt-intrinsic is not showing anymore. This has been integrated on all shop pages.
    You can find it on this page:
    The single image is showing but the kad-wp-gallery stays empty .. please advise

    #290486

    Hi there,

    Glad you reached out, happy to help.

    From the screenshot you shared, your preview page appears to be broken.

    To troubleshoot this:
    1. Clear your website and browser cache:
    https://www.kadencewp.com/kadence-theme/knowledge-base/troubleshooting/clearing-your-website-cache/

    2. Refresh your permalink by navigating your Dashboard > Permalink and clicking on the save button a couple of times. Here is a screencast for your reference:
    https://share.zight.com/d5uXkGBP

    See more troubleshooting steps:
    https://www.kadencewp.com/blog/how-to-troubleshoot-your-website/

    I hope this helps. Please let us know how we can help further.

    Cheers,
    Eze

    In forum: Kadence Theme
    #290484

    Hi there,

    Glad you reached out, happy to help.

    By default, all the starter template pages inherit the theme layout.

    Can you confirm which of the Ecommerce Starter Template you imported?

    In the meantime, please try the following troubleshooting steps listed here:
    https://www.kadencewp.com/blog/how-to-troubleshoot-your-website/

    Please let us know how we can help further.

    Cheers,
    Eze

    #290476

    ive imported a kadence e-commerce starter template and it has created all necessary pages – home, shop, cart, my account, checkout etc. But they only page which actually has any design on it is the homepage. i was expecting the other pages to have layout aswell. Is this how it should be or has something went wrong? thanks

    #290473

    Hello! Setting up a homepage for the first time can be challenging, but it sounds like you’re making great progress! Regarding your issue, it might be worth checking if the external website’s widget code is conflicting with other elements on your page. Sometimes scripts in the head or body can cause issues if they’re not properly loaded or if there are conflicts.

    Make sure you’re placing the custom HTML block in the correct section of your page. If you’re still having trouble, consider reaching out to Kadence support or checking their documentation for any specific instructions on embedding external widgets.

    On a different note, if you’re looking for some downtime after all that website setup, I highly recommend the LokLok APK app. It’s a fantastic app for watching and sharing videos, perfect for a relaxing break. You can download the LokLok APK and enjoy a vast library of movies and shows. It’s been a great way for me to unwind after working on my own projects. Best of luck with your homepage setup!

Viewing 20 results - 1,041 through 1,060 (of 53,646 total)