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 'COLUMNS'
-
AuthorSearch Results
-
In forum: Kadence Blocks
I have a Table (Adv) block on a page I’m editing and even though it only has 7 columns and 9 rows, editing the values inside the cells rapidly slows the editor down. The more times I edit the contents inside the table, the slower the entire editor gets until it practically grinds to a halt. Eventually, just clicking in one cell and changing the value inside it can take over a minute. Has anyone else experienced this with advanced tables? Am I doing something wrong? Should I just use a standard table or some HTML+CSS to achieve the same thing?
In forum: Membership ForumsJuly 22, 2025 at 1:26 am #294376I’ve been optimizing a WooCommerce store recently and wanted to share my experience tweaking the product layout using the Kadence theme. The goal was to improve both aesthetics and conversion rates without using heavy plugins or custom code.
Here’s what I focused on:
Customizing the product grid with Kadence’s built-in options (spacing, hover effects, and responsive columns).
Using Kadence Blocks to enhance the single product page with trust badges, image galleries, and review sections.
Fine-tuning typography and button styles to better match my brand.
Adjusting the layout to highlight upsells and related products more effectively.
The improvements not only made the site more professional-looking but also led to better engagement on mobile.
For context, the store is built around pressure washers and accessories — here’s the site if you want to take a look:
*Login to see linkWould love to hear how others here are using Kadence with WooCommerce—any tips or plugin combos that helped elevate your product pages?
In forum: Kadence BlocksIn reply to: Row layout: Sizing columns
Hi there!
Hover over the circles between the columns. Then, click the icon that Shayne pointed out in his screencast. That will enable fluid resizing.
Watch this: https://share.zight.com/yAuR4E0G
Let us know if you have any other concerns.
In forum: Kadence BlocksIn reply to: Tables not behaving
Hi there!
Apologies for the long delay in getting back to you here.
Table structures shouldn’t go off the page at right and Tables shouldn’t have scroll bars
The block has the “Overflow-x Scroll” option. Check if you have that turned on. If you do, turn it off and see if that removes the scrollbar for you.Here’s our Table(Adv) block tutorial: https://www.kadencewp.com/help-center/docs/kadence-blocks/table-adv-block/
Line spacing of should be far tighter.
The base texts follow your theme’s typography settings. Right now, it’s set to 1.8, and I recommend you look into their Customize settings if there’s an option to lower it.Hebrew text punctuations
Your website language is not RTL, so the texts will be LTR by default. The Hebrew text above has the punctuations on the left side as encoded/inputted. Edit your texts to add the dots on the left instead of the right side. Watch this: https://share.zight.com/9ZuOWkxjColumn widths
Will this still be the case if you turn off the overflow option?Borders
Borders can be applied to rows and columns, there is no built-in option for each cell. On the other hand, you can target a cell and remove the border using CSS code. Like this: https://share.zight.com/Wnu9AgxQth.kb-table-data.kb-table-data10855_4b81d7-4e { border: none; }The CSS class to be used will differ based on the exact cell you want to target.
Let me know if I can assist you further with this.
In forum: Kadence BlocksApril 9, 2025 at 8:21 am #293512Hi Marika,
Thanks for writing in.
You can try this custom CSS:
@media (min-width: 768px) and (max-width: 1024px) { .wp-block-kadence-rowlayout> .kt-row-column-wrap { grid-template-columns: minmax(0, 1fr); } }Add the code in Customizer > Additional CSS.
I tested it on my website and it worked.
Please let me know if you need further assistance.
Best,
ChitoIn forum: Kadence BlocksApril 8, 2025 at 5:20 am #293501Hello,
I’ve recently discovered the Collapse to Rows option in the Kadence Row Layout block for tablet view, and I’m sad to say I wasn’t aware of this feature before. The problem is, I’ve already built over 500 pages using this block, and on tablet sizes (768–1024px), the layout often breaks visually: columns squish, images overlap, and it looks very awkward.
I tried multiple CSS approaches to force a mobile-like stacked layout for tablet, but they only work partially, i.e. the actual structure still behaves like desktop unless “Collapse to Rows” is manually enabled inside each block’s settings.
Is there a way to globally change the default Row Layout behavior for tablet view, so it always collapses like on mobile either through a filter, theme settings, or even a bulk database edit? Or any tool/plugin/workaround you recommend to apply this setting across existing content, without editing each my several hundred pages manually?
I’d really appreciate any ideas or insight.
Thank you!
In forum: Virtue ThemeIn reply to: Horizontal menu at footer
Go to Appearance > Customize > Footer > Footer Layout.
Choose a layout that includes a footer navigation widget area (e.g. multiple columns).
In Widgets, add a Navigation Menu widget to the footer column of your choice and select your menu.
Style it via Customize > Footer > Design to make the links display horizontally like WGU login.
In forum: Kadence BlocksTopic: Tables not behaving
Having tried this with several table-type blocks–both from Kadence Blocks (Row Layout) and WP Core (Table, Columns, Row)–I need your help to control the appearance of multiple tables’ contents on page *Login to see link 2nd tab (Definite Articles):
Specifically, the issues are:
1. Table structures shouldn’t go off the page at right.
2. Tables shouldn’t have scroll bars. (Currently they don’t, but some of my experiments resulted in unnecessary scroll bars.)
3. Line spacing of should be far tighter.
4. In the right-most column of the page’s 3rd table (the one with the headings *Rule* and *Example*), punctuation is transposed and appears at the extreme right instead of the extreme left. Note, that column contains Hebrew text and the period was typed at the end of the sentence — but it appears at right. What’s interesting is that the table above this one displays the periods at the correct locations.
5. I had difficulty controlling column widths.
6. This last one’s optional: Is it easily possible to specify borders at the cellular level? Specifically, on the first table, I would like to eliminate the top and left borders of cell A1, as indicated in the attached image? [I did not receive confirmation that the image upload was successful; hopefully the question’s language is clear enough.]Thanks in advance,
In forum: Kadence BlocksTopic: Row layout: Sizing columns
Say I create a row layout of 2 columns, 33.33% and 66.66%. To to change the widths to 25% and 75%, I select the row layout block, position the mouse in between the 2 columns, and drag to resize widths. This is an imprecise method, though: What if I want to choose 22% and 78%? Is there a menu or pane option that allows me to type an exact width?
In forum: Kadence ThemeIn reply to: Contact Form Entries – customizable columns?
March 18, 2025 at 5:35 am #293352Sorry for the late reply. I appreciate you escalating this to a feature request. I hope something comes from it.
I feel like this could probably be done with the Admin Columns plugin. But I’m trying to keep my plugin bloat down as much as possible. Especially for things that are so specific like this.
I played around with the code to make this happen, but it got tricky pretty quickly so I backed away from it. Hopefully others will see the benefit of this same feature and upvote it.
Thank you!
In forum: Kadence BlocksTopic: check boxes
March 11, 2025 at 10:16 am #293268Is there any way to have multiple check box options sit next side-by-side in two columns, rather than as a vertical list?
In forum: Kadence ThemeThis is probably a really stupid question, but I can’t work out how to change the number of related posts. At the moment it shows only 6, the same 6 each time even with Endlessyl Loop Related Carousel.
I have gone to Single Post Layout >> General (scroll down) >> Select Endless Post Layout and the following options:
Show Related Posts? (Y)
Related Posts Columns 2
Related Posts Title: Related Posts
Related Posts Order By Post Title
Related Posts Order: Ascending
Endlessly Loop Related Carousel? (Y)I have 10 posts as “chapters” and without being able to change “related post number from 6 (or at least have the endless scroll include all the other 4 posts – not just scroll the same 6) I will need to add a link to the bottom of each each post for “read next post.”
Question, how / where can I adjust the number of related posts?
Thanks!
Ideally I could show: <<< Previous Post …. Next Post >>>
In forum: Kadence ThemeIn reply to: Contact Form Entries – customizable columns?
AnonymousFebruary 27, 2025 at 10:06 am #293111Hi Kevin,
We’d like to assist you on this but currently, there is no built-in feature to do this.
What I can do is submit an official request for this.
Feature requests go straight into a strategy board where they will be reviewed by the Development team. We take certain factors into account when deciding which features to build and which to remain pending.
Here’s the link to the feature request so you can vote and comment on additional information. That will help the development team better understand the importance of adding this feature: https://feedback.kadencewp.com/p/form-entries-customizable-admin-columns
We appreciate your continued patience and understanding regarding this matter.
Kind Regards,
Michael TaroIn forum: Kadence ThemeFebruary 18, 2025 at 8:37 pm #293025I’d like to modify the Contact Form Entry’s admin columns. The last two columns are “First Field” and “Second Field.” But I’ve got a date picker in my form and would really like to have that show up in the “Second Field” column instead of the default.
I dug around elsewhere and it seems like this may be possible with some custom PHP but I had some trouble confidently isolating that particular form field’s meta ID to plug into the PHP.
Any tips?
In forum: Kadence BlocksFebruary 13, 2025 at 3:36 am #292980Hello there,
I have a row with four columns and would like to be able to adjust the column size to something more precise than 5-10-15-20-etc. I know it’s possible but I don’t know if I have to activate something or not.
For example, you can see here the adjustment tool that I currently have (5 by 5) and here the one that I would like to have (more precise).
How do I achieve that/activate this feature?
Thank you very much for your help and for this wonderful plugin!
-
This topic was modified 1 year, 2 months ago by
uberti.arthur.
In forum: Kadence ThemeJanuary 13, 2025 at 4:20 am #292564Hi Kadence team and community,
I’m currently using Kadence Blocks to build a page for my project, which is focused on a secure and high-performance app called the Xnxubd VPN Browser APK. While the plugin is fantastic overall, I’ve encountered a small issue.
The issue arises when I embed a download button or a call-to-action section within a row layout. The alignment seems to break when viewed on smaller devices, especially mobile. The button either overlaps with the text or shifts out of the container. I’ve tried adjusting the padding and margins, but it still doesn’t seem to work as expected.
Here’s an example of what I’m working on:
The page details the app’s key features, such as secure browsing, unrestricted access to geo-blocked content, and fast performance. It also includes a download button that directs users to my website xnxubd VPN browser
Is there a way to fix this responsive design issue with Kadence Blocks? Or could it be related to how I’m structuring the rows and columns? Any advice or suggestions would be much appreciated!Thanks in advance for your help!
In forum: Membership ForumsHi
I getting constantly this following message: Publishing failed. The response is not a valid JSON response.
When creating a row layout (especialy a row with 2 columns with a image or a row with 2 columns text and next to it a contact form)
It doesn’t let me save my creation.
Is there any solution for this?
I suspect the pattern hub, cause when creating the same creation on my live website in the editor it let save without any problems.
I digged already 8 hours through you tube videos and articles without any positive outcome.
Cheers
In forum: Kadence BlocksIn reply to: Tables on website
Hi Eze,
Thank you for answer.
I don’t mean that the whole column should have the same color.
What I mean is that each cell in the first column should not have a transparent background, so that, for example, on mobile, you can’t see the contents of the other columns as you scroll.Kind regards,
ArekIn forum: Virtue ThemeIn reply to: Thrive Architect Plugin
December 16, 2024 at 3:29 am #292244Architect Plugin can inspire endless porch column ideas to elevate your exterior design. Popular options include classic round columns for a timeless look, square columns for a modern touch, or tapered Craftsman-style columns for a cozy, rustic feel. Incorporate materials like wood, stone, or composite to match your aesthetic, and consider decorative accents such as paneling, trim, or paint to further enhance their appeal. Well-designed porch columns ideas not only provide structural support but also elevate curb appeal.
In forum: Kadence BlocksHi Andy,
Your Post Grid has an additional column beside each post grid item. Here is a screencast for your reference:
https://share.zight.com/Z4uEJKZ7The code adding this additional column appears to be from the previous theme version, for which I noticed you are not using the latest version of the Kadence Theme, Kadence Blocks, and Kadence Blocks Pro plugins. Please update them accordingly.
In the meantime, try using this CSS to see if it resolves the issue:
.kt-blocks-post-grid-item.gallery{ display:block; grid-template-columns:inherit; }Cheers,
Eze -
This topic was modified 1 year, 2 months ago by
-
AuthorSearch Results


