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 - 841 through 860 (of 53,646 total)
  • Author
    Search Results
  • #291639

    Hi William,

    Glad you reached out, happy happy to help!

    For the technical execution on your end, here is how you can proceed:

    1. Showcasing Software Downloads
    – You can use the Kadence Advanced Button to create download buttons that are customizable to match your branding seamlessly.

    – Additionally, the Kadence Info Box Block is great for highlighting each software’s features. You can use icons or images to enhance the visual appeal and distinguish between different tools. You can even enable the “Learn More” button and turn it into the download button for each software tool.

    2. Designing the Download Page:
    – For organizing the software, you can use the Kadence Row Layout block to arrange them in a grid or list format, ensuring the page looks clean on both desktop and mobile. You can include the software’s name, image, description, and download button in each section or column.

    -Mobile Responsiveness: While Kadence generally takes care of responsiveness, it’s always a good idea to test on mobile devices. You can use the block responsiveness controls to tweak what content appears on different screen sizes for an optimized user experience.

    3. Speed and Performance:
    -Use a CDN: Offloading large files to a CDN like Cloudflare will help reduce the load on your server and improve site performance.

    -Lazy Load: Implement lazy loading for images, videos, and downloadable files so they only load as users scroll to them. Kadence supports lazy loading, and you can enhance this further with a plugin like WP Rocket.

    -Minimize File Sizes: Compress large video files and consider hosting them on an external platform like Vimeo or YouTube instead of serving them directly from your site. Here is a guide on how to speed up your website:
    https://www.kadencewp.com/blog/need-for-speed

    Here is our extensive documentation on Kadence blocks:
    https://www.kadencewp.com/help-center/knowledge-base/kadence-blocks/

    I hope this helps! Please feel free to let me know if you need any more help on this.

    Cheers,
    Eze

    #291634

    We’re building a website that uses large photos as background for many pages, and those should fill out the entire window. Alas, the sticky header adds a margin of 80px above them, and so far, I’ve not found an option to disable that. The layout is such that the header should just be over the images, and we make sure that this works, by chosing appropriate pictures. But how can I disable the 80px of margin that are introduced by the sticky header?

    Thank you,
    Konrad

    #291633

    I have the same issue. I already tried the suggestions here, but my second page on the website is still returning a 404 error. Any other suggestions, please?
    here is the blog page – https://adiddd.ro/media/

    #291628

    Hello,

    I created a custom post archive template using the simple filters option and I can preview the archive page in the front end as expected.
    When I go to Customise > Custom Post Archive Layout and I choose the sidebar layout nothing happens.
    Whichever layout I choose, it doesn’t change anything in the customizer or the front end.
    If I revert back to the default archive layout, it displays the sidebar.

    Any ideas?

    Thank you.

    #291626

    Hello,

    which block will allow me to display a Select custom field with multiple values in the front end?
    The Select options are Page links.
    If I use dynamic HTML I can only choose the field name as custom metadata and in the front end it displays Array.

    Thanks.

    • This topic was modified 1 year, 5 months ago by vivian123.
    #291621

    Hello,

    Reopening this thread because I cannot edit pages anymore until I deactivate the Kadence Blocks extension which is REALLY problematic. Can comeone help me please?

    #291619

    Hi Kadence Community,

    I’m building a website using the Kadence theme and I’m looking for some advice on how to best feature video editing software downloads. Specifically, I want to:

    Showcase Video Editing Software: I want to highlight video editing tools on my site, with clear download links or buttons that integrate well with the Kadence theme. Any suggestions for making the download process user-friendly?

    Design a Software Download Page: What’s the best way to create a clean, organized download page using Kadence? Ideally, I’d like it to be mobile-responsive and easy for users to navigate.

    Optimize for Speed and Performance: Since video files and downloads can be heavy, how can I ensure that my site remains fast and optimized even when featuring video editing software downloads?

    Any advice, tips, or recommended plugins would be greatly appreciated!

    For these, please help and guide me with my website.

    Thanks for your help!

    #291615

    Hi! Just wondering if anyone has an idea of how to create this? I have tried using the secondary menu and can’t make the full text span the entire page. I also haven’t figured out a way to make the top row of the header change color after the first section.

    Thanks!

    In forum: Virtue Theme
    #291609

    Hi,
    I’m using Kadence Advanced Header. I would like to add a secondary menu in the third row that will change depending on the page. I’ve created several menus to which I wanted to assign classes. However, I can’t see the added class in the console. This seems to be some kind of bug with the new Advanced Header.

    #291586

    Hi, Mitch!

    The Product Gallery block in our Kadence Shop Kit Woo Templates doesn’t have this option yet. However, if you have optimization plugins with lazy-loading features, you may be able to lazy-load them.

    On the other hand, images at the top of the page don’t have to be lazy-loaded as the browser renders them first. Could you share your use case or intended layout where lazy-loading the product gallery images is better? I’ll make a feature request for it.

    #291577

    On this website’s ( Home page, I would like to change the font color in the labels on the Home Image Menu, but cannot find a way that actually affects the color. Inspect shows they are “H4” elements, but the H4 Headings in typography settings IS set to the correct blue #204f9a (and not gray #44444 that is showing). Other elements on the site also seem to be set to #44444 but I have never set that anywhere (that I know of!). Something seems to be overriding the typography settings I have set.

    Is there some css that might work for this that you can provide? Or can you direct me to a place where the Home Image Menu elements can be styled? The image hover setting seems to correspond to my Hover and Active Font Color settings for other menus, but the font color does not budge, no matter what I try!

    Attached is a screenshot showing the labels I am trying to style.

    Thanks in advance for any insight you can send my way!
    ~n

    • This topic was modified 1 year, 6 months ago by Nantz.
    • This topic was modified 1 year, 6 months ago by Nantz.
    In forum: Kadence Theme

    In reply to: scroll-snap

    #291572

    I was looking for this too, and came up with this solution for vertical snapping to page sections.

    Use the Advanced row for each snap-to section and set their height to 100vh (100% of viewport), add the snap-section class to each row, and add CSS like this into the WP customizer, but restrict the HTML and body to whatever page you want to use the snap sections on, it’s on .page-id-1588 for me:

    html, .page-id-1588 body {
      scroll-snap-type: y mandatory; /* Enable vertical scroll snapping */
      height: 100%; /* Make sure the page takes full height */
      overflow-y: scroll; /* Enable scrolling */
    }
    
    /* Snap sections start after the header, but header has to be part of the flow */
    .snap-section, #main-header {
      scroll-snap-align: start; /* Snap each section to the top of the viewport */
      height: auto; 
    }
    

    Pretty simple, don’t see why Kadence can’t implement it.

    #291569

    Hi there!

    I’m here to help.

    The Related Posts/Similar Posts template will follow the same “Post Item Layout” in Customize > Posts/Pages Layout > Archive Layout.

    While there is no option to set the visibility of the post item elements on the single post settings, you can add this to Customizer > Additional CSS:

    .single-post .posted-on {
        display: none;
    }

    Let me know if this works for you.

    #291562

    Hi Ben, is there any solution for this?
    The point is that the image URLs in the theme options should be able to be regenerated in order to renew the S3 signature when the page loads. This would affect not only specific image fields, such as the header background image, but also other blocks such as the HTML block that can include images. At the hook level, Kadence has many actions to intervene at different points, but it does not have filters to be able to intervene on these contents. The ideal would be to have some filter to be able to preprocess the Kadence options.

    Thanks,
    Raúl

    #291561

    I have CPTs set up to work with Kadence Post Grid Block.
    I can use categories and tags to filter the block
    However, the block will not display category or tag metadata on the webpage. Only Date and author.

    Is this a problem with the Kadence post block?

    Many thanks for any advice

    #291546

    Hi there!

    I apologize for the delay in getting back to you.

    If you’re using the Kadence Shop Kit Woo Template, the “Available on backorder” text should show for the product as long as you added the Product: Add to Cart block.

    Here’s a video of how it works on my website – https://share.zight.com/geuKO0g9

    If you’re not using the Woo Templates, could you send a product page URL here? You can mark your reply as private so only the support team can see the URL.

    Let me know how I can help you further.

    In forum: Virtue Theme

    In reply to: Remove License

    #291535

    Hi, Tomek!

    The license will not get deactivated from the Kadence WP website activation page. You will need to log in to the website and deactivate your license there.

    Could you submit a ticket here with your license concern? We can then pass it on to our Accounts Team to check further. Here’s the link – https://www.kadencewp.com/premium-support-tickets/

    #291534

    Hi, Rick.

    I don’t see the custom CSS code on your page yet. Purge your W3 Total Cache and see if that will apply the code properly.

    Let me know how it goes.

    #291527

    I’m having this same issue. I add an info block and it shows ‘invalid content’ so I click the attempt recovery button and am able to edit. But once I reopen the page for edits at a later time, it goes back to the same error message. Did you ever get a fix for this?

    #291518

    This was answered in https://www.kadencewp.com/support-forums/topic/best-solution-advice/

    “…I’ve added this to our feature request page officially. View it here and let me know if you have any other details that you want to add: Add an Image field to the Form(Adv) block

    Vote for it too so you’ll get subscribed to the post and receive notifications for any update to it.”

Viewing 20 results - 841 through 860 (of 53,646 total)