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 Theme
In reply to: Mobile Gutenberg Products – Styles and Columns
July 31, 2020 at 5:52 pm #254041Here is the css:
@media screen and (max-width: 576px) { .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr) ); column-gap: 0.5rem; grid-row-gap: 0.5rem; } }Ben
In forum: Kadence ThemeIn reply to: Mobile Gutenberg Products – Styles and Columns
July 31, 2020 at 4:41 pm #254025Seems like that link expired. two columns will require css so if you can get me the link I can understand better how you have things setup.
Ben
In forum: Kadence ThemeIn reply to: Mobile Gutenberg Products – Styles and Columns
July 30, 2020 at 10:51 am #253913No problem, Ben.
In fact, two columns is all I want.
Here is the link: shorturl.at/dlpz3
But you don’t have to worry about developing code especially for this situation. I can wait patiently for the next version of the theme.
In forum: Kadence ThemeJuly 30, 2020 at 8:48 am #253880Hello,
I am trying to remove Elementor from my website and work exclusively with Gutenberg blocks.
When I use the standard Woocommerce block to select products by category, the styles of the theme are lost, including that beautiful effect of raising the buy button, in addition to showing only one column on the mobile.
When I use a shortcode, the styles remain, but there is also only one column in the mobile.
On standard Woocommerce pages, everything works correctly.
Was that a bug? Or am I not setting up correctly somehow?
Thank you.
In forum: Ascend ThemeIn forum: Kadence ThemeTopic: Woocommerce Issues
July 29, 2020 at 3:11 am #253798I am still exploring the possibilities offered by Kadence as a Woocommerce theme and so far I am very impressed. However I am still having a few minor issues and I am disapointed that (in one respect) Kadence still hasn’t cracked the archive layout.
1) How can I make the elements of an archive product layout the same height? It’s a familar story. Most layouts have the same elements:
Product Pic
Title
Price
Add to Cart ButtonThe trouble is if the Title wraps on to a second line then all the other elements get pushed down. This can lead to uneven columns – which is unsightly.
I had hoped that the Elementor “Product Archive Loop” editor would provide a way of fixing this issue – but so far no luck. Ideally it would look better if the button sat at the bottom of the parent container.
2) In Woo Extras there is an option to change the Add to Cart button text. This is very useful – but it does not include an option to change the text for product Bundles.
Also it would useful if it included a option to change the arrow icon used on the button. I would actually prefer a “+” symbol!
These are just a couple of observations.
Antar
In forum: Membership ForumsIn reply to: Using theme defaults with Kadence Blocks
This example is with the columns background, but the row background works fine. The same thing happens in random places throughout the other blocks too. I can manually type the hex values in, but it’s nice to be able to click and have them entered automatically.
In forum: Kadence BlocksTopic: padding for the columns
Hi,
When I add some padding for the column inside the editor it looks fine, but not on the live page.
Any idea about the reason?
Here are the images:
URL: *Login to see link
In forum: Ascend ThemeIn the theme settings I have the “Shop Product Column Layout” set to 5 columns. It displays fine while I am logged into WordPress but when I log out or look at it on a different device it only shows a single column.
Any advice on how to get the shop columns to display properly?
Thanks
-
This topic was modified 5 years, 8 months ago by
John.
In forum: Ascend ThemeTopic: Menu in Footer
July 26, 2020 at 11:07 pm #253569Hi! My main menu, one of the options has a dropdown list when it is clicked, and this works great for the navigation bar up above. But when I put the same menu as a widget into one of the columns in my footer area (not the very bottom footer area menu line), it shows all the options in the same vertical line as the other menu items and takes up too much vertical space. Is there anyway to have a + sign or something where when it is clicked the other options show, but if not they don’t show or take up space? Thanks!
In forum: Virtue ThemeIf you’re using the testimonials block you would need to manually add your testimonials into the block itself. If you want the testimonials to pull from the theme testimonial feature you can use a shortcode like this:
[carousel type=testimonial orderby=date columns=4 items=8 speed=9000 scroll=all]Just paste that into a shortcode block. Does this make sense?Hannah
In forum: Virtue Theme1. Okay, it was a matter of turning it on in the Classic Editor plugin – which I didn’t expect it to be in there. I now see the options everywhere….
2. I am trying to use the shortcode for the testimonial plugin in the shortcode block, but I can’t seem to get it right. It is coming up blank. [carousel type=”testimonial” orderby=”date” columns=”4″ items=”8″ speed=”9000″ scroll=”all” cat=”general”]
5. Still haven’t found where to change the link colours for the footer…..
6. If you have a two-column block with an image on one side and text on the other, how do you center the image VERTICALLY according to the height of the text?
Many thanks!
In forum: Ascend ThemeIn reply to: Related Products Columns number on mobile view
July 22, 2020 at 9:30 am #253304Hey, This can be done with a filter in a code snippets plugin: https://wordpress.org/plugins/code-snippets/
You would add
add_filter( 'kadence_carousel_columns', 'change_carousel_column_output', 10, 3 ); function change_carousel_column_output( $cc, $columns, $sidebar ) { $cc['ss'] = 1; return $cc; }Ben
In forum: Ascend ThemeHello,
please see this link from mobile: *Login to see link
The related products are glitched, i need of have only 1 column for related products.
Can you give me the right CSS?
Thank and best regards
In forum: Ascend ThemeIn reply to: 2 column view in mobile
July 20, 2020 at 11:56 am #253227Hmm this is a little more tricky with site origin.
I think your going to have to add a class in the attributes section, lets call it “custom-mobile-two-columns”
And then in your theme options > custom css you can add this css:
@media (max-width: 767px) { .custom-mobile-two-columns { flex-direction: row !important; flex-wrap: wrap !important; } .custom-mobile-two-columns .panel-grid-cell { width: calc(50% - 15px ) !important; } }Ben
In forum: Ascend ThemeIn reply to: kadence slider on ascend assist pls
July 20, 2020 at 11:39 am #253225It appears that you’ve set the mobile slider to max width 600px. Can you change that in the slider settings?
In fact it’s probably best if you can send me a login so I can see all your settings before giving you a bunch of css to change the buttons from two rows to a columns and one row.
Ben
In forum: Virtue ThemeIn reply to: Blog Grid Two Column View
Hi Bre,
Have you tried using the Blog Grid page template? That provides an option to set the number of columns to two. http://docs.kadencethemes.com/virtue-premium/templates/blog-grid-template/
Hope that helps!Hannah
In forum: Virtue ThemeSorry for the delay, Grace! And sorry for your trouble. I would be happy to help!
You do not need to deactivate the classic editor in order to use Kadence Blocks. You should see an option when creating a new page/post to select the editor you want to use. Do you see that?
As for creating the homepage you’re wanting using Kadence Blocks, you can create a slider (or a static image) using the Row Layout block. Set background for the block (that’s your “slider” image) and then add whatever content you want on top and adjust the padding/margins to get the effect you want. https://www.kadenceblocks.com/row-layout-block/
The icon menu can be created using the info box blocks. Again, add a Row Layout blocks and select the number of columns you want, then add info box blocks to each column. https://www.kadenceblocks.com/info-box-block/
For testimonials, you can use the Kadence Testimonials block. https://www.kadenceblocks.com/testimonial-block/
For the latest posts you can use the Post grid/carousel block. http://themes.kadencethemes.com/ascend-premium-10/post-grid-carousel/
I hope this is helpful! Let me know how to best steer you forward.Hannah
In forum: Ascend ThemeIn reply to: 2 column view in mobile
In forum: Ascend ThemeIn reply to: 2 column view in mobile
Hi Adrian,
See this post: https://www.kadencewp.com/knowledge-base/two-product-columns-in-mobile/
Let me know if you have further questions!Best,
Hannah -
This topic was modified 5 years, 8 months ago by
-
AuthorSearch Results



