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+'
-
AuthorSearch Results
-
In forum: Kadence Theme
In reply to: Changing the opacity on a header background image?
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 SpacingHere is a screencast for your reference:
https://share.zight.com/d5uje2ZOYou 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,
EzeIn forum: Virtue ThemeIn reply to: Different display of posts in the sidebar
September 3, 2024 at 3:46 pm #291084Hi 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,
ArchitaHello. 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_ERRORI 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 BlocksIn reply to: Vertical thumb gallery
September 3, 2024 at 3:02 am #291075No, this is normal page
In forum: Kadence ThemeHi 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/BluPN0xpTo 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,
EzeIn forum: Kadence BlocksTopic: Can’t add or edit page
Hi. Here’s my page after installing WP and the Kadence Theme: *Login to see link
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.
In forum: Kadence ThemeThere 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.
In forum: Ascend ThemeIn reply to: login form is displaying under checkout page
In forum: Kadence BlocksTopic: data-nosnippet
September 2, 2024 at 3:00 am #291056Good 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
In forum: Kadence ThemeIn reply to: Sidebar – move sidebar from bottom to top on mobile
September 2, 2024 at 2:28 am #291055Hi @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,
ChitoIn forum: Kadence BlocksGoogle 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.
In forum: Kadence BlocksTopic: Editor Hanging Issue
In forum: Kadence ThemeAugust 30, 2024 at 8:12 am #291038Hello 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 *Login to see link
In forum: Kadence BlocksIn forum: Virtue ThemeIn reply to: Different display of posts in the sidebar
This reply has been marked as private.August 30, 2024 at 1:13 am #291031In forum: Kadence ThemeHi 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.In forum: Kadence ThemeIn reply to: Changing Pagination Button Colors on Category Pages
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.
In forum: Kadence BlocksAugust 29, 2024 at 2:23 am #291004Hey,
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
In forum: Virtue ThemeAugust 29, 2024 at 2:21 am #291003I 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.
In forum: Kadence BlocksIn reply to: Kadence portfolio grid/carousel show titles
August 28, 2024 at 1:13 am #290992Good 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,
KarlaHowever 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 -
This topic was modified 1 year, 7 months ago by
-
AuthorSearch Results


