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 - 741 through 760 (of 53,646 total)
  • Author
    Search Results
  • #292105

    Hi rumlauf,

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

    Could you share the link to your website? This will allow us to review the applied styles on your element and identify the settings influencing them.

    Meanwhile, here are some settings you can look into:

    1. The page layout and content style in the page settings. You can also set the default in Appearance > Customize > Posts/Pages Layout > {Page, Post, Archive} Layout

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

    Here’s a reference to that feature: https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-setup-page-post-settings/

    2. The Content Max Width setting of the Row Layout block.

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

    3. The Content Left/Right Edge Spacing in Appearance > Customize > General > Layout settings.

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

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

    Best regards,
    Teejay.

    #292102

    Hi there!

    Apologies for the delay in getting back to you here.

    If you’re using the Kadence theme, we have default styles applied to heading tags for uniform spacing. Is there any way that I can check out your actual pages so I can inspect the styles applied to your headings? This should give me more insights why there is an issue for you.

    Mark your reply as private so only you and the support team members can see the page URL.

    #292100

    Hi, there’s a huge space between bottom of product image and the description in the individual product page created with Woocommerce.
    But when I view it as a preview page, the big spacing is not there, meaning when the URL has this: /?preview=true then all is fine.

    I’m not sure where this big space comes from.

    This is when it’s not on preview, there’s a large space that I want to remove (see the green arrow and box):

    This is when it’s on preview:

    How do you think this spacing can be removed for all product pages?

    Thank you for your help.

    #292099

    Hi Frank,

    Thank you for the additional information.

    Yes, you can this custom CSS to remove the post grid excerpt from the Food & Drinks page:

    .page-id-58 .entry-content p {
        display:none;
    }

    If you get to add the post grid to other pages, kindly replicate the custom CSS and change the page ID. Here is how to find your page or post ID:
    https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-find-the-page-or-post-id/

    I hope this helps.

    Cheers,
    Eze

    In forum: Reply To:

    In reply to:

    #292095

    Hi There,

    I understand how frustrating it can be when updates don’t reflect immediately on the front end. Based on your description, it seems like a caching issue, though it’s interesting that it only occurs with the Kadence theme.

    It’s generally recommended to clear your website’s cache after making changes. This ensures that the cache files are recreated with the updated content.

    Here are a few suggestions to troubleshoot further:

    • Clear Server-Side Cache: If your hosting provider has server-side caching (e.g., LiteSpeed, NGINX), make sure to clear it after updating the backend. This is often overlooked and might still affect updates even if caching plugins are disabled.
    • Kadence Settings: Kadence doesn’t have specific built-in caching, but some dynamic elements might rely on settings or hooks.
      • Ensure the Dynamic Content Cache is disabled if you’re using Kadence Pro or a related feature.
    • Inspect Database Updates: Sometimes, the database updates might not sync properly. Check if the changes are accurately stored in the database but not fetched correctly on the front end.
    • Bypass Cache for Critical Pages: Add cache-bypassing rules for specific pages displaying the menu. If using a plugin like WP Rocket or similar, you can exclude these pages from being cached.

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

    Best Regards,
    Archita

    #292086

    Can advanced query loop work like this?

    1. Load page -> display posts with certain taxonomies
    2. If there are no post with such taxonomy dsiplay default message if possible
    3. filters should be avalibale for users to choose other taxonomies

    Alternativ option

    1. Create block with tabs
    2. First tab (default) – > use query loop 1 display posts with certain taxonomies. If there are no post with such taxonomy dsiplay default post if possible.
    3. Other tabs -> use query loop per tab to display posts as needed. No filters needed

    • This reply was modified 1 year, 4 months ago by dejantep.
    #292083
    This reply has been marked as private.
    #292082

    Hi there.

    I seem to be having issues with the display on the woo shop and category pages.

    The image is super big and it’s not formatting into rows like I have set in the theme settings. When using the Woocommerce ‘All Products’ block the products display fine.

    I will attach a link in a reply.

    #292078

    Changing Row Background on Column Hover:

    Use CSS for this effect:

    table tr:hover td:nth-child(2) {
    background-color: #f0f0f0; /* Change to desired color */
    }
    This targets the second column (nth-child(2)) on row hover. Adjust nth-child() to target a different column.

    For smoother performance on dynamic pages, optimize your system with MemoryReduct.

    #292077

    Hi,

    I’m working on a layout and need some help with a hover effect. Here’s what I’m trying to achieve:

    I have a row with multiple columns.
    When I hover over a specific column, I want the background of the entire row to change to a specific image associated with that column.
    The row starts with a default dark grey background.

    I’m trying to mimic something like the service area on the home page here: I know it’s not WP, but hopefully, it’s possible.

    #292076

    I have a page on my site with some photos. For some reason these photos get HUGE when I shrink the window. To be clear, if I continue to shrink the window the photos will also eventually shrink. My assumption is that shrinking a browser window on a desktop computer will correlate with how the site will appear on smaller screens (i.e., a tablet or a mobile browser). To be clear, I recognize that people will either be on mobile or a tablet or a desktop browser. However, it strikes me that there could be certain devices with screen resolutions that end up displaying the huge versions of these images. I have attached three images: one shows the desktop version of the image, one shows how the image appears when the window is shrunk, and the third is how the image appears when the window is at its narrowest.

    With all of this in mind, how would I go about adjusting this process such that the images don’t get quite so large during the transition from tablet to mobile?

    If my assumption about window size changes correlating to tablet and mobile is incorrect, how would I go about changing the behavior of the image such that on desktop browsers it doesn’t get so large when a window’s width is reduced?

    Similarly, how do I adjust image sizes such that they aren’t quite so large when in mobile but *without* setting a specific max pixel width?

    Thanks!

    #292073

    Is it possible to use query loop so when page loads it displays posts with specific taxonomy? e.g default
    Options to filter should still be available for user after the page loads to select different taxonomies than the one displayed on page load

    In forum: Kadence Theme

    In reply to: How to add Pagination?

    #292066

    Hi vishnuacharya137,

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

    You’re homepage is displaying the WordPress blog archive page.

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

    You can set the Blog pages show at most in Dashboard > Settings > Reading

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

    WordPress doesn’t automatically display post counts on archive pages, and the theme doesn’t provide this as a built-in feature.

    Adding this feature will require some customization.

    I hope this helps. If you have further questions, please let us know; we’ll be happy to help.

    Best regards,
    Teejay.

    #292049

    I currently have an advanced gallery in place running as a carousel and I’m wanting to add a second running in the opposite direction. I’ve tried to add negative speed values but the input fields will not accept them and if I enter via the code editor they’re just frozen.

    I’ve ascertained the carousel is instantiated using Splide and was wanting to know if there is a way to pass additional parameters to it after page load? I’d consider myself an advanced user proficient in PHP and reasonably proficient in JS so happy to add additional scripts.

    I’ve made a few attempts already but not knowing the method used to create the carousels in the first place I’m shooting in the dark a bit!

    Many thanks

    Antony

    #292045

    I have the Kadence base theme installed and when I go to add an AI Starter Template, it freezes at the “Building Pages” sections and then gives me an “Error Importing Pages – Please manually try again”. Do you know how to solve this? I am trying to use the AI Starter Templates to save time and this error is not letting me upload them. Thanks!

    In forum: Kadence Theme

    In reply to: How to add Pagination?

    #292022

    How to set pagination on the homepage and display the post count on the homepage of my website I am using the Kadence Theme.

    My website: https://yojanape.com/

    #292018

    Hi There,

    To create a page for your housing owners association where everyone can download housing rules and another page for password-protected access to financial documents, you can use the built-in capabilities of WordPress along with the Kadence theme features. Here’s how to do it step-by-step:

    Create a page with a PDF link to download
    You can add a PDF file using the advanced button. Please follow the following steps:

    • Upload the PDF file to your Media Library.
    • Copy the File URL generated for the uploaded PDF.
    • Add a new Advanced Button to your website.
    • Set the copied File URL as the Button Link.
    • In the Button-Link settings, click on the dropdown icon.
    • Enable the Download option for the link. Check the screenshot: https://share.zight.com/QwuXZxnv

    Watch the video for reference: Link to Video

    Create a Password-Protected Page for Financial Documents

    • Go to Pages > Add New.
    • Title the page (e.g., “Financial Documents”).
    • Add Content: Provide a brief description of what documents are available.
    • Upload Files: Similar to the previous step, use the Add Media button to upload your financial documents.
    • Set Password Protection: On the right side under Page Attributes, find the Visibility option and select Password Protected. Enter a password that users will need to access this page.
    • Publish the Page: Click on Publish when ready.

    Share Links to Your Pages
    After publishing both pages, you can share the links with your community members so they can access the documents as needed.

    Additional Tips:

    • Organize Your Files: Consider creating a folder structure in your media library for easy management of documents.
    • Use Clear Titles: Make sure your document titles are clear, so users know what they are downloading.
    • Regular Updates: Keep your documents updated and check periodically to ensure links are working.

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

    Best Regards,
    Archita

    #292016

    Hello Everyone, I manage blogs that provide updates and information about an app called SEO Agency. The blog was created using Kadence Pro on a desktop PC. However, when I visit the webpage on my phone, it appears jumbled. Please tell me how to fix these issues. The webpage is available at

    #292015

    Hi There,

    I reviewed your website, and it looks fine on mobile. You can check the screencast here: https://share.zight.com/12udeAoD.

    However, I couldn’t locate the blog page on your website: https://share.zight.com/8LuWBbbP.

    Could you share a screen recording of the entire process where you’re encountering the issue? You can use apps like Zight or Loom to record your screen or capture screenshots and easily share the links with us.

    Let us know if you need further assistance.

    Best Regards,
    Archita

    #292014

    Hi there, I manage blogs that provide updates and information about an app called SEO Agency. The blog was created using Kadence Pro on a desktop PC. However, when I visit the webpage on my phone, it appears jumbled. Please tell me how to fix these issues. The webpage is available at

Viewing 20 results - 741 through 760 (of 53,646 total)