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 - 941 through 960 (of 53,646 total)
  • Author
    Search Results
  • #291086

    Hi there,

    I understand you want to replicate the transparent header effect from the homepage on other pages and add a background image to the hero section where you can adjust the opacity.

    To achieve this,
    1. Add Hero section to the other pages using the Row Layout (You can explore using any of the Hero patterns on the Kadence Design Library)
    2. Add a background image and adjust the opacity
    3. Click on the page settings and Enable Transparent Header
    4. Disable the Page Title
    5. Disable the Content Vertical Spacing

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

    You can copy and paste this hero section on other pages and adjust the page settings as shown in the screencast.

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

    Cheers,
    Eze

    #291084

    Hi there,

    Thanks for sharing the website URL. It appears that different blocks are being used on the homepage compared to the rest of the pages to display the latest posts, which is causing the design differences.

    Please ensure that you have selected the primary sidebar for the homepage options in the theme settings.

    Check the screencast for reference: https://share.zight.com/9ZuJNKEp

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

    Best Regards,
    Archita

    #291083

    Hello. Everything worked fine and then suddenly I couldn’t edit any page.
    Chrome shows blank page, and in the Developer Console I see this error: Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR

    I tried Firefox, and it opens the page but the whole page is messed up and I see this notice:
    “Your site doesn’t include support for the “kadence/rowlayout” block. You can leave this block intact, convert its content to a Custom HTML block, or remove it entirely.”

    I’m on Windows 10, all browsers updated.
    This is a new site, I only have 4 plugins. I tried to disable them all, but the problem remains.
    I tried to delete and reinstall both Kadence theme and plugins, but still nothing.

    I used WP Safe mode plugin, and the problem is definitely with Kadence blocks plugin, when I disable it, I can edit the page.

    Thank you in advance.

    In forum: Kadence Blocks

    In reply to: Vertical thumb gallery

    #291075

    No, this is normal page

    #291063

    Hi Enderson,

    Glad you reached out, happy to help.

    Are you referring to the Post Grid/Carousel block pagination?

    If yes, the pagination inherits the Global Palette, colors 4 and 5. Here is a screencast for your reference:
    https://share.zight.com/BluPN0xp

    To specifically change the Post Grid/Carousel block pagination color, you can use this custom CSS:

    .kt-blocks-page-nav span.page-numbers.current{
        background: blue;
        border-color: red;
        color: white;
    }
    
    .kt-blocks-page-nav a.page-numbers {
    	border: 2px solid orange !important;
    }

    Here is how to add the custom CSS to your website:
    https://www.kadencewp.com/help-center/docs/kadence-theme/how-do-i-add-custom-css/

    You can modify the color as preferred.

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

    Cheers,
    Eze

    #291061

    Hi. Here’s my page after installing WP and the Kadence Theme:

    If I try editing a page, I get a new “Edit Page” tab and the spinning globe that goes on indefinitely. Same thing if I try to add a page. If I disable the Kadence Blocks plugin I can edit the page, but then the block structure goes away. Seems Kadence Blocks is conflicting with my new WP install. I am on WP 6.1.1 and the only installed plugins are Kadence Blocks and Kadence AI Starter Templates. The only other theme installed is 2024.

    I am using Chrome browser and have cleared the cache. The problem remains on Edge browser as well.

    Any idea how to fix?

    Thanks.

    • This topic was modified 1 year, 7 months ago by emerywang.
    #291060

    There doesn’t seem to be an option. I’m using a starter template in which the header background pairs up with the page hero which I guess makes the header “transparent”. I want the other pages to have the same background but of course only the part of the header and not the rest of it that makes up the page hero on the homepage. I can get the background image there but can’t find away to create an opacity the same way I’ve been able to with the pagehero/header.

    #291057
    This reply has been marked as private.
    In forum: Kadence Blocks
    #291056

    Good morning to you.

    Because I like to determine the description snippet in the SERPs myself, I would like to add a <div data-nosnippet> to some sections on the page.

    However, when I edit a block as HTML, I always get an error message after inserting it. Alternatively, <span data-nosnippet> would also work.

    Does anyone have an idea? Thank you in advance

    Stefan

    #291055

    Hi @masaoodshah803,

    Have you tried clearing the website cache? If it does not make a difference, deactivate the optimization plugin, if you have one.

    I’d be glad to take a closer look if the problem persists, just send here the link to your website/page.

    Best,
    Chito

    #291049

    Google traduction

    Hi,

    I’m having a problem with the “info box*” block. This has a “find out more settings” function. which allows you to configure a “learn more” action button.
    Except this one after configuration is not displayed correctly in the final rendering.
    *

    The “edit page” version when I configure the learn more button

    The final rendered version, where only a circle appears.

    What can I do to resolve this problem? THANKS.

    #291041

    I am designing a home page but the editor is too Hang during work. one click action a few sec. Place check and resolve this issue or provide a possible guide.

    #291038

    Hello there, I oversee blogs that offer news and information about an app called SEO Agency. Using Kadence Pro, the blog was made on a desktop computer. However, the webpage appears jumbled when I view it on my phone. Tell me how to fix these errors, please. The webpage is available at

    #291035

    I’m having an issue with my website where the featured image thumbnail is not displaying completely on the homepage, which is set to show the latest posts (not a static page). Can anyone help me fix this problem?

    #291031
    This reply has been marked as private.
    #291018

    Hi Bonn,
    Thank you for your reply. I already solved the redirection issue and I used a similar code to redirect to WooCommerce my account page, but what I needed is to display the error message on the popup itself without redirecting the user to another page, using Ajax for example, this will create a nice user experience with the login popup feature.

    #291015

    Hi there,

    Here are the Custom CSS that you can use to change the colors of the pagination:

    
    /** page number colors **/
    .pagination .page-numbers {
        color: #000;
    }
    
    /** curent pagination colors **/
    .pagination .current {
        background-color: red;
        border-color: red;
        color: #fff;
    }
    
    /** page number state colors **/
    .pagination a:hover, .pagination a:focus, .pagination a:active {
        border-color: red;
        color: red;
    }
    

    Just change the values to your liking.

    Hope this helps.

    #291004

    Hey,

    I would like to know if it is possible to create the alt and title tag of images dynamically from the custom fields. Example: On page 1 the custom field location = New York and the image should get the Alt and Title Tag: Cinema New York. On page 2 the cf = Paris so that the Alt and Title tag should be Cinema Paris.

    Thank you very much

    Stefan

    #291003

    I use the Virtue theme and found the following:
    The sidebar is activated and I display current posts there.
    The posts are then displayed as a link on the start page.
    On all other pages, the posts are preceded by an icon that cannot be displayed in some browsers.
    I am not aware of having set this.
    Can anyone help me with this?

    • This topic was modified 1 year, 7 months ago by webmaster-1059. Reason: incorrect picture URL
    • This topic was modified 1 year, 7 months ago by webmaster-1059.
    #290992

    Good day, I have tried the below solution as you recommended:
    Karla
    September 22, 2022 at 11:47 pm #280292
    Hi there!

    I apologize for the delay in getting back to you.

    Please note that this block’s default style is to only show the posts’ titles on hover. If you want to override that style, you can add this custom CSS code in Customizer > Additional CSS:

    .kb-blocks-portfolio-content-hover-zoomin .kb-blocks-portfolio-grid-item .kb-portfolio-content-item-inner {
    opacity: 1;
    }
    This will be applied to all Portfolio Grid/Carousel blocks on your website. If you have any website cache, clear it after saving your changes.

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

    Regards,
    Karla

    However it doesn’t display the portfolio and only displays when I hover over it. So it is invisible. Here is the page link: https://staging.aninaharmse.co.za/gallery/

    Kindly assist in resolving soonest.
    Many thanks

Viewing 20 results - 941 through 960 (of 53,646 total)