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
In reply to: Info Box can’t be unclickable after removal of URL
September 3, 2021 at 2:28 pm #267649Also, now we have “Horizontal Inner Block Direction” which is stunningly brilliant for responsive websites, the info box is now missing a “Container Min Width”.
There’s no need for a minimum width when you have multiple columns in a row layout. In a single column set to horizontal inner block direction, the minimum width of the info box is set by what is within the container, and not by the column. This can lead to inconsistent widths of the info box if I have several/many of them.
Any chance of the Info Box having a “Container Min Width,” please?
In forum: Virtue ThemeTopic: shortcode portfolio filter
Hi there,
I’m trying to add a shortcode to display portfolio pages but it doesn’t seem to be displaying. Here’s what I’m using:
[portfolio_posts orderby=date excerpt=false columns=4 items=4 height=200 lightbox=true showtypes=true]
I’ve done this before but can’t remember how exactly, but I’d like to add a filter for the different portfolio categories above that Is that possible?
Lastly, I’ve created a portfolio page but I’d like the page to be full width. The body area is currently only about 75% wide and nothing I’m doing is working to adjust the weidth.See here:
*Login to see linkThanks!
In forum: Virtue ThemeHi there
I am using the Kadence Block Testimonials, and even using the default settings, none of my testimonials will display.
I can get them to display using shortcode, but it’s not pretty.
[testimonial_posts orderby=date items=10 columns=2 cat=testimonials wordcount=30]Here’s the page:
*Login to see linkIn forum: Kadence ThemeIn reply to: URGENT: Plugin update closed down my website
August 17, 2021 at 3:36 am #267324I troubleshooted by deactivating the plugin.
1) Deactivating = Site is open again, but Kadence Blocks plugin now made several pages using the plugin to look wonky. Row Layout I use, columns, wont work etc.
2) I then uninstalled and reinstalled the Kadence Blocks plugin.
Result: Problem still excist. Plugin messed up the site.
3) I then tried to deactivate each feature within the KAdence Blocks plugin, to no avail.
Best regards
Stefan LindbladIn forum: Membership ForumsIn reply to: images of social icons special color
In forum: Membership ForumsTopic: Image Grid (row, sections)
July 25, 2021 at 12:18 pm #267024I am trying to create a grid (rows, columns). Unfortunately the height of the image on the left does not properly align with the column on the right. Everything is aligned properly if there are not gutters or padding settings. Also the images have all the correct sizes/proportions in order to fit into the grid.
On Facebook someone mentioned to use background images – which does work. However, when using background images, the src (srcset) is missing which might affect the page loading speed. Any advice on how to approach this?
Thank you.
AlexIn forum: Virtue Themesomething strange and i cannot put my finger on it
I am using this shortcode
[[display-posts category=”commonly-asked-questions” include_excerpt=”true” image_size=”thumbnail” wrapper=”div” wrapper_class=”display-posts-listing grid” meta_key=”_thumbnail_id”]]
which generates 4 posts on a page, 2 columns, with featured image
I have this on one website which works beatuifully, but on another site, same theme version, same setup in theme options, same post with same options, and it will just not work, what am i doing wrong
here is the site that works
scroll to the bottom “Whiteboard Solutions – Questions & Answers” sections
and here is a test page i am trying the same code on *Login to see link
any help greatly appreaciated
In forum: Kadence ThemeIn reply to: Related Posts Carousel
AnonymousJuly 14, 2021 at 12:38 am #266806Hi Janice,
Yes, unfortunately the max number for Related Posts on the carousel is 6. There are only few options available on the Customizer for the Related Posts like changing the number of columns.
You might want to submit that as a feature request here and hopefully that eventually gets picked up by the development team. You can submit a feature request here: https://www.kadencewp.com/roadmap-kadence-theme/feature-requests/
Please don’t hesitate to reach out to us again, open a new ticket and we would be more than glad to assist you.
Kind Regards,
MichaelIn forum: Kadence ThemeIn reply to: Product Catalog
July 2, 2021 at 8:26 am #266649Hi, thank you for you answer.
Yes, I have modified it but it does not add the rows, it adds it to the columns, on another website that also has this theme the same thing happened to me.
In forum: Ascend ThemeIn reply to: 2 popup images in WooCommerce product page
Hello Peter,
In addition, I see a new problem: The first image (featured image) is shown in the middle of the thumbnails, not on number one.
If you choose the Thumbnails Below Image layout(with 5 columns) in Woo Extras > Product Gallery > Choose a gallery type option, this is the expected behavior. The main image is shown on the middle.
For giving us admin access, you can send us the login link you’ll generate with this plugin – https://wordpress.org/plugins/temporary-login-without-password/.
Kind Regards,
KarlaHi there,
We are using this shortcode to create a category page – [product_category category=”bathroom” paginate=true limit=24 columns=3]
However, when we select the “Sort by latest” filter, the newest product is on the last page while the oldest product is on the first page. In another words, the order is reversed. Are you able to assist us with this?
Thank you and we await your reply at the earliest.
In forum: Kadence ThemeIn reply to: Columns and space in menu header
Thanks Karla, I’m afraid that does nothing to increase the size available on the right of the header for more menu items.
When I look at the header layout I see three columns. Left column has the logo. Right column has the menu. There’s a small column in the centre that has nothing in it other than a + when you mouse over it but I can delete it or change the width of the columns.
This seems odd as it means I can only have a very small main menu on the right side that takes up no more than 40% of the width of the header even when there is a lot of space available.
Thanks,
JohnIn forum: Kadence ThemeHi, in the middle row of the header I have my logo in the left column and my Primary navigation in the right column. There’s nothing in the centre column. My navigation has only 4 items but despite only taking up about 40% of the width of the row some of the items with multiple words are breaking into two rows.
How do I increase the space available for menu items and reduce the space to the right of the menu and in the centre column which isn’t being used at all?
In forum: Kadence BlocksIn reply to: Align column heights within post carousel
Hi Hannah – sorry, let me explain in more detail. Yes, you’re right that min-height is the easiest solution, but the issue is that it isn’t a one-size fits all solution. I put min-height = 130px; as Josh suggested which does make all columns heights the same. Now, if I have post title that spans 4 lines, I’d need to increase the min-height to 160px to accommodate that. So let’s say I change the min-height to 160px and columns heights align now. Well, if I remove that post with the title spanning 4 lines and have only articles with a one line title, I have a ton of whitespace below.
Before:

After:

I think this shows what I’m looking for. Flexbox does this dynamically. Just wondering if I’m able to utilize flexbox in a scenario such as this? I attempted myself but didn’t have much luck.
In forum: Kadence BlocksIn reply to: Align column heights within post carousel
Hi Josh – is there a different solution that adjusts the columns to be the height of the largest column in the carousel? The issue with the solution you provided is that longer titles will cause the height to be larger than 130px and this solution no longer works. I also don’t want to increase the min-height any more because if there are three blocks on the page with a single line title, there’s now a bunch of white space on the bottom of the post due to the min-height.
In forum: Kadence BlocksHello! I have a post carousel setup on my homepage. I want all the columns to be the same height without hardcoding a specific column height. I didn’t have any luck finding anything related to this in the settings. Is there some CSS that can accommodate this? I attempted using flexbox although I can’t say I’m very familiar with it. Please see this page for reference.
In forum: Kadence BlocksIn reply to: Row Layout: how to horizontally overlap two sections
Hello,
Thank you for reaching out to us.
You can use the Row Layout block with 2 columns. To overlap one column to the other, set a negative margin to either left or right side of the column.
Here’s a screen recording for your reference – https://share.getcloudapp.com/GGuWLDY1.Hope this helps.
Regards,
KarlaIn forum: Pinnacle ThemeIn reply to: Randomie posts in Home Blog Settings
In forum: Virtue ThemeTopic: Virtue carousel dots
In forum: Kadence ThemeIn reply to: Rows in Category Pages /Homepage
Hi Dan,
Thank you for reaching out to us.
I use some category pages (is that an Archive page? when I show all posts for Category A on one page?) on my blog… how can I change the number of columns these are shown in (right now its always 3 rows, eben with sidebar)
Yes, category pages are archive pages as well. To change the number of columns, got to Customizer > Blog Posts > Archive Layout and change the value of the Post Archive Columns option – https://share.getcloudapp.com/RBuY8jQG.Also my homepage goes too “all blog posts”, showing 3 columns… can I change that, too?
If you go to Settings > Reading and set your homepage to show your latest posts, then your homepage will automatically show a bog archive page. If you want to change this, select a static page for your home page.Hope this helps.
Regards,
Karla -
AuthorSearch Results



