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: Virtue Theme
In reply to: How to customize header layout in Virtue Theme?
Hello!
It sounds like you’re close to achieving the look you want with the Virtue theme! Here are a few tips that helped me with 6 inch cheesecake factory:
1. Logo and Navigation Layout: While the Virtue theme’s settings are somewhat limited for full header customization, you can try going to **Theme Options > Main Settings** to adjust the layout. If you still need more control, adding a small custom CSS snippet can help. For example, you could use:
`css
.headerclass .container {
display: flex;
flex-direction: column;
align-items: center;
}
.headerclass .nav-primary {
width: 100%;
text-align: center;
}
`This will center the logo and place the navigation menu below, spanning the page width.
2. Sticky Header: To make the header sticky, enable the sticky header option in Theme Options > Header Settings. To handle responsiveness issues, try adding this CSS:
`css
@media (max-width: 768px) {
.headerclass {
position: static; /* Disables sticky on mobile if overlapping occurs */
}
}
`Hopefully, this helps! Let me know if you need more detailed CSS tweaks.
In forum: Kadence ThemeHi! I was trying to modify the webpage for the Search results and I noticed it displays two different layouts. One for successful results and another for “no matching” results. I can’t seem to find how to change the layout for the latter. I also cannot find a solution anywhere online. Would appreciate it if someone can give me a tip or two. Kindly refer to attached pics for what I mean:
Successful Search Results:
No Matching Search Results:
In forum: Kadence ThemeHello Chito
First thanks for your help.
Your code fixed the single product issue (split in two columns) but since you could make report I would like to add: Product menu – Woo Templates – Some fields did not appear when it’s selected from Customize WooCommerce section on Kadence website. Such as extras and payments sections in single product template. screenshot attached show custom single product template page opened in wordpress customize wooCommerce options and extras/payments not appearing same as normal single product page in the second screenshot.Regards
In forum: Kadence ThemeIn reply to: Latest posts not filling up automatically
October 30, 2024 at 8:41 am #291713Hi there,
Yes, that’s correct. The Posts block and other post blocks in Kadence are not linked to the Reading setting.
In the Posts block, you will need to adjust the “Number of items”.
This allows users to control the number of posts they want to display on a page or section.
Please let me know how I can assist further.
Best,
ChitoIn forum: Kadence ThemeOctober 29, 2024 at 12:33 pm #291706When I add or move items in the header customiser nothing happens. E.g. in the main row of the header editor I have the logo in the middle – navigation menu, button and search icon on the right; however, on the page it shows the logo on the left, with a hamburger on the right. No matter what I do in the editor, nothing changes.
In forum: Kadence ThemeIn reply to: Latest posts not filling up automatically
October 29, 2024 at 8:24 am #291699Thanks for replying , I am currently changing number of posts manually from home page setting selecting the number of items ih Posts block. Is it not linked with the number of posts allowed in reading section on my wordpress site? Because when I set that number to 10 even then it was showing only 6 posts.Do I have to do it manually everytime for kadence blocks?
fyi: I removed that posts page later-
This reply was modified 1 year, 5 months ago by
khajestazainab.
In forum: Kadence ThemeOctober 29, 2024 at 8:18 am #291698Hi there,
Thanks for writing in.
You can use this custom CSS to resolve this:
@media screen and (max-width: 719px) { .rtl.woocommerce div.product div.images, .rtl.woocommerce div.product div.summary, .rtl.woocommerce #content div.product div.images, .rtl.woocommerce #content div.product div.summary, .rtl.woocommerce-page div.product div.images, .rtl.woocommerce-page div.product div.summary, .rtl.woocommerce-page #content div.product div.images, .rtl.woocommerce-page #content div.product div.summary { float: none; width: 100%; } }I will report this to the development team to fix in the next Kadence theme update.
Please let me know how I can assist further.
Best,
ChitoIn forum: Kadence ThemeIn reply to: Latest posts not filling up automatically
October 29, 2024 at 8:10 am #291697Hi there,
Thanks for writing in.
I see you use the Kadence Posts block to display the latest posts on your homepage. I can see those posts in the category archive page as well. Here’s a video for reference: https://share.zight.com/d5ujQzlP
On your website, I didn’t see the blog page. You can select a page as the Posts page in Settings > Reading then add the link to that page on your header navigation in Appearance > Menus.
Please let me know how I can assist further.
Best,
ChitoIn forum: Kadence BlocksIn reply to: Conditional Fields Missing
October 29, 2024 at 1:30 am #291695Hi wilbertng,
That is correct, the conditional fields feature for the Advanced Form block is a Kadence Blocks Pro feature.
I’ve submitted a request for our documentation team to update the Advanced Form Block page to mention that this feature is a Pro feature.
I hope this helps. If you have further questions, please let us know; we’ll be happy to help.
Best regards,
Teejay.In forum: Kadence BlocksIn reply to: Fatal Error – Site not working with Kadence Blocks
October 29, 2024 at 1:24 am #291694Hi Cassidy,
I see you’ve also submitted a support ticket regarding this issue. I’ve replied to you in the support channel, so let’s follow up there to streamline communication.
For reference:
I found that the issue is happening only on the homepage. I was able to isolate the issue to a specific change that was made 2 days ago. However, I wasn’t able to isolate what specific change in the content caused the issue. Restoring the content to the revision prior to the changes made 2 days ago fixed the issue.
Looking forward to hearing from you; we’re here and ready to assist!
Best regards,
Teejay.In forum: Kadence ThemeOctober 29, 2024 at 12:24 am #291690Hey there, I am working on my blog website *Login to see link and I am using kadence theme but it doesn’t show my latest all posts automatically. In wordpress I have tried changing latest posts to 10 but it doesn’t work. Can anyone please help me out if it’s due to the kadence theme? I tried making separate page for posts from home page but that page also didn’t show all posts, I had to remove that then.
-
This topic was modified 1 year, 5 months ago by
khajestazainab.
In forum: Kadence ThemeOctober 26, 2024 at 11:48 am #291679Hi!
I developed my website arbeitszeitrechner.com.de few months ago, and last week I decided to update its design. I updated the design of main home page using Kadence Blocks, and I constantly watching the changes in the separate tab.
But when I checked on my mobile and on my PC in incognito mode, my website was showing its older design. Later, I came to know that the changes are only visible in the same browser that I was using to update the design. And as soon as I log out from WordPress and refresh my website, the new design vanish and website shows up with old design.I tried clearing my website cache from WP Rocket as well as from Cloudflare, but issue persist.
I have tried everything I can do, from disabling all plugins one-by-one to deactivating and changing the cache plugin, but I can not update my website design.Can you please help me solving the issue for my website.
Thank You.
RegardsIn forum: Kadence BlocksOctober 26, 2024 at 8:33 am #291678I was building my site and then suddenly got a screen that says there is a critical Fatal error and the site wouldn’t come up. I deactivated all the plugins and when I reactivated them it seems it’s the main Kadence It has to do with the Kadence Block plugin. Any help would be appreciated.
I spoke with my host and they said to share this with Kadence.
[Sat Oct 26 02:15:46.332875 2024] [proxy_fcgi:error] [pid 1401075:tid 1401130] [client 209.206.91.187:0] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Only variables can be passed by reference in /home/1084324.cloudwaysapps.com/ewhqdfxfxf/public_html/wp-content/plugins/kadence-blocks/includes/blocks/class-kadence-blocks-column-block.php:218\nStack trace:\n#0 /home/1084324.cloudwaysapps.com/ewhqdfxfxf/public_html/wp-content/plugins/kadence-blocks/includes/blocks/class-kadence-blocks-abstract-block.php(171): Kadence_Blocks_Column_Block->build_css()\n#1 /home/1084324.cloudwaysapps.com/ewhqdfxfxf/public_html/wp-content/plugins/kadence-blocks/includes/class-kadence-blocks-frontend.php(414): Kadence_Blocks_Abstract_Block->output_head_data()\n#2 /home/1084324.cloudwaysapps.com/ewhqdfxfxf/public_html/wp-content/plugins/kadence-blocks/includes/class-kadence-blocks-frontend.php(389): Kadence_Blocks_Frontend->frontend_build_css()\n#3 /home/1084324.cloudwaysapps.com/ewhqdfxfxf/public_html/wp-includes/class-wp-hook.php(324): Kadence_Blocks_Frontend->frontend_inline_css()\n#4 /home/1084324.cloudwaysapps.com/ewhqdfxfxf/…’, referer: *Login to see link
Website URL where we can see more details: *Login to see link
Hi support
How can I have all the testimonials the same.
I am using the Kadence ThemeWhen I have them in equal heights on my desktop then the are different in heights on my smartphone.
My baseline is the testimonial with the most word count, when there are testimonials with a less word count
then I solve this with the enter-key to create more spacing.Though when I see it is on my smartphone not right(equal heights) then I try to adjust this in Mobile view editor on WordPress.
The following problem is that it also changes the heights on the desktop view, again.When I go to the editing page for desktop view and start to edit it to get all the same heights again on desktop view,
then is starts to be off on my smartphone.What is the solution for this?
A solution would be, have every testimonial the same word count, but I do not want to be limited in my design or ideas.
Kind regards,
Thomas
-
This topic was modified 1 year, 5 months ago by
Thomas.
In forum: Kadence BlocksOctober 25, 2024 at 12:27 pm #291674I added the JS in a custom scripts file enqueued from the child theme. This feature may get used on multiple pages, so I’m ok with loading the script globally. I think you could load the JS via a Kadence Element, but I also don’t necessarily want/need this JS to be editable from the WP Admin, so I’m good just loading it from the child theme.
In forum: Kadence BlocksOctober 24, 2024 at 11:51 am #291668Hey there! I am extremely new to Kadence. I am using ACF, but I feel like my question is part of the Kadence Blocks, please forgive me if I am asking a question in the wrong place.
I have a Custom Post Type and a Custom Taxonomy that come from ACF. I am using Kadence Hooked Elements to create a template for the Taxonomy Archive page. I would like to use multiple query loops on the page in order to organize the information that is associated with the taxonomy. I would like to have a section for related pages (not custom type) and a section for related staff members (custom type).
If I create my query loop and tell it to inherit from the current page query, it does almost what I want, but I need to filter the results. I will post screenshots to help, hopefully.
This is the structure I want to achieve.
The circled option in this image goes away if I select the option with the arrow to it.
If I choose to use the “limit by taxonomy” option, I am forced to pick a specific term from the taxonomy.
For clarity, this would be a Department overview page where Department is my Taxonomy and staff or pages would be tagged with it. I don’t want to mix staff and pages in the same Query Loop.
In forum: Kadence ThemeOctober 24, 2024 at 6:28 am #291665Hi, same problem here, with our brand new website, what I notice is that the Pages tabs load but the Pattern tabs do not, I have been trying for days in a roll + have restarted both Kadence Blocks & Kadence AI startert templates plugins, just in case. However, I do have another question – is the Kadence Cloud only available when paid? If it is and the business is only using Kadence free theme + plugins, then how can one sync library with the Cloud? Thanks!
-
This reply was modified 1 year, 5 months ago by
dreamdogsbg.
-
This reply was modified 1 year, 5 months ago by
dreamdogsbg.
In forum: Membership ForumsOctober 23, 2024 at 9:10 am #291650Dear reader,
I’m putting together a website where we are using a Kadance Element for an author page. For that, we’d need to filter the Post Carousel showing all the posts of one author by the value of a custom field on the page it is being used on.
The logic is: we have a custom post type, where each author gets one posting. The custom post type has – among other things – a custom field that links to the username on wordpress. When displaying that single post for the custom post type, the Element is used. And I would like to be able to display all the postings of that one specific person, but find no way to configure that on the Elements screen.
Can you help me out, please?
In forum: Kadence BlocksIn reply to: Internal Server Error when Activating Kadence Blocks
Hi @depuntism,
Happy to help.
With Kadence Blocks plugin active, kindly check the browser console for any errors when attempting to load the editor. If there are errors there, please send me a screenshot of it. This can provide more clues about what might be happening behind the scenes. See how to view the browser console log:
https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-view-console-log-errors/In the meantime, to troubleshoot this and check for plugin conflict, temporarily deactivate all non-Kadence plugins and see if you can edit your pages:
https://www.kadencewp.com/help-center/docs/kadence-theme/temporarily-deactivating-plugins/If that helps, activate other plugins one-by-one to find the conflicting plugin.
See more troubleshooting steps:
https://www.kadencewp.com/blog/how-to-troubleshoot-your-website/Cheers,
Eze -
This reply was modified 1 year, 5 months ago by
-
AuthorSearch Results







