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: Ascend Theme
In reply to: Problem with Ascend Carousel
May 31, 2019 at 10:31 am #227291Hey,
You can use a shortcode:[blog_posts items="6" type="photo" columns="3" orderby="date"]Ben
In forum: Ascend ThemeIn reply to: Problem with Ascend Carousel
May 31, 2019 at 5:45 am #227252Thank you, Ben! That did it for the columns.
Since Elementor showed it as a grid while I was editing, I actually thought that the widget could load as a grid, which I prefer. So that’s why I chose not to show arrows, pagination or auto scroll, to kind of force it into a grid. Now I know that’s not possible, so I’ll see if I’ll use it as a Carousel indeed or if I’ll try something different. I want to show Latest Posts in a grid format, so maybe I’ll just enable the Latest Posts module at the Home Page Layout. It messes the layout I bit since I’ll have to choose if I want the module before or after the Page Content (the Carousel I can simply add wherever I want it), but it’s an option. If you have any other suggestion on how to add Latest Posts as a grid format inside the Page Content I’m building using Elementor, I’ll be glad to hear.
There’s one more thing, though. Both the Carousel widget and the Latest Posts module are not respecting the number of posts I choose to show. Take the Carousel, for example. I set it to show 6 itens, but when it’s published it shows all 12 posts. The same thing happens with the Latest Posts module. I’ve added it to the homepage to see how it would look like and set it to 3 columns, 6 posts, but it’s also showing all 12 posts. It seems every functionality regarding Latest Posts is having that problem. If I go to Theme Options – Home Page Header Content and choose the Post Carousel at the home page header settings, it also pulls every post instead of only the 4 I’ve set as Home Post Carousel max items.
Could you please take a look at what might be causing that?
Thanks a lot!Carolina
In forum: Ascend ThemeIn reply to: Problem with Ascend Carousel
May 30, 2019 at 5:08 pm #227207Hey,
The columns within Ascend are set up to be responsive. The base is for standard desktop and laptop screens. If your sites max width is larger then 1140px (yours is, it’s set to 1440 theme options > layout) then the columns can increase just like they will decrease on smaller screens. This keeps your columns from getting unruly on really large screens.There is a way to override this through right in the carousel settings if you scroll down to “Above 1500px screen width columns:” and “1200px – 1500px screen width columns:” you can set that to 3 columns and make it three for all larger screens.
In terms of showing all your content, while the widget is added or being edited it won’t’ load the carousel in Elementor, it falls back to a grid because the init carousel function runs on page load, so if you are in Elementor you can reload the page and it will load that carousel as a carousel, not a grid.
In your widget settings, you have said for the carousel to not show arrows, not show pagination and not auto scroll, effectively making it not function as a carousel.
You just need to turn on the arrows or the pagination or the auto scroll and then you would see the other items in your carousel.
Ben
In forum: Ascend ThemeTopic: Problem with Ascend Carousel
May 30, 2019 at 10:32 am #227135Hi guys!
I’m having a problem with the Ascend Carousel widget. Here’s what it is: I’m building the homepage using Elementor. I’ve added the carousel widget with the following configuration: blog posts photo output, 3 columns, 6 itens, scroll setting 1 item. While I’m editing, Elementor shows as if everything’s working fine, as you can see on the printscreen I’m sending. But when I publish the page, the Carousel expands to 4 columns, instead of 3, and doesn’t display all 6 itens (see the other printscreen). I tried changing it to a different number of columns, just for testing, but it’s always adding one extra column and not displaying all the itens. I’ve cleared the cache, updated all plugins, and tried opening the website on different browsers, but the problem continues.
I’m currently using Elementor’s maintenance mode, so only the admin can view the website. I’m sending a temporary login information on a private reply so you guys can take a look.
Thank you,
CarolinaI am using the virtue gallery in elementor. I have also tried adding galleries on backend classic page creation but get the same result.
I want my blog posts to contain 1 column of photos. But when I select 1 column in virtue gallery, the resulting photos display blurred on the frontend. The photos look fine if I select 2 or more columns.
They are also really big in 1 coluumn and I can’t seem to change the sizing anywhere with out changing the media file which I don’t want to do.
In forum: Ascend ThemeIn reply to: Adjust columns of products in Shop page
In forum: Ascend ThemeBy default, the Shop page displays 4 products in each row and a maximum of 3 rows. I want to modify the display to be 6 columns across.
Below is generic code to set the columns I have found in other webpages. Is this code the best way for the Ascend theme too? Are there also CSS changes that need to be applied?
/**
* Change number or products per row to 6
*/
add_filter('loop_shop_columns', 'loop_columns', 999);
if (!function_exists('loop_columns')) {
function loop_columns() {
return 6; // 6 products per row
}
}In forum: Virtue ThemeIn reply to: Image overlay modifications
May 29, 2019 at 12:14 pm #226977What devices are you targeting?
REmove all that css, replace it with this only and post back:
/* Create new breakpoint so that image panels stay in row of 3 above 500px */ @media (min-width: 500px) and (max-width: 770px) { .home .kt-row-column-wrap.kt-has-3-columns { z-index: 10; display: flex; flex-wrap: nowrap; flex-direction: row !important; } .home .kt-row-column-wrap.kt-has-3-columns>.wp-block-kadence-column { width: 0; margin-right: 30px; flex: 1; } .home .kt-row-column-wrap.kt-has-3-columns>.wp-block-kadence-column:last-child { margin-right: 0px; } }In forum: Virtue ThemeIn reply to: posts shortcode
May 28, 2019 at 4:50 pm #226893yeah, you need to use the blog grid, like this:
[blog_grid orderby=date columns="3" items="6"]Ben
In forum: Virtue ThemeIn reply to: posts shortcode
In forum: Virtue ThemeIn reply to: Slider transitions
Thanks Ben!
The final shortcode looks like this:
[gallery columns="1" size="full" type="slider" width="263" height="263" ids="1048,1042,1041,1040,1039,1038,1037,1036" link="file" caption="default" masonry="default" transpeed="4000" speed=3000]It looks great on the page.
Many thanks,
Phil.In forum: Virtue ThemeIn reply to: Product Search Resoults
May 28, 2019 at 10:12 am #226846It worked for the columns, it does not show prices but I think I can leave it like that. Could you please tell me how can I rearrange the Product Categories in my shop? https://partymazing.com/shop/
Thank you!
In forum: Virtue ThemeTopic: Product Search Resoults
May 28, 2019 at 8:01 am #226832Hi team, is there a way to update the design of my search result page?
I want the search to show my product prices and to have 4 columns instead of 3. *Login to see link
I want the same style that I have on my shop page: *Login to see link
Thank you very much!
MariaPalitoIn forum: Virtue ThemeIn reply to: How to make Grid View as default?
In forum: Virtue ThemeIn reply to: Staff grid short code ‘orderby=”title”‘
In forum: Ascend ThemeIn reply to: Display Ecommerce Shop view as list
May 24, 2019 at 8:55 am #226571When you set the columns to 1. Is that not what you want? It would make it appear like this image.
Ben
In forum: Ascend ThemeHey John,
There isn’t a built-in function to adjust this. You would need to use a child theme and edit the portfolio template. Or if you wanted you could just use a carousel shortcode like this:
[gallery ids="21,22,23,24" type="carousel" columns="2" lightboxsize="large" speed ="1000"]Hannah
In forum: Virtue ThemeThanks for the facilities already built into the Row Layout Kadence block.
Is there away to modify the responsive behaviour? I would like to keep my row in 3 columns until it gets down to a screen width of 500px. Below that I would like each column to go to 100%.
Is that do-able?
Many thanks,
Phil.In forum: Ascend ThemeIn reply to: Display Ecommerce Shop view as list
In forum: Ascend ThemeMay 23, 2019 at 10:28 am #226464Columns are designed to change based on screen size, for example on smaller screens 3 columns turns to 2 then 1. The base setting is for standard screens and a max width 1140. On larger screens where your max-width is larger than 1140 the columns increase just like they decrease on smaller screens. This prevents your content from stretching awkwardly.
But it’s a simple css change if you want to remove this behavior, you just add this:
@media (min-width: 1500px){ .kt-width-large .kad_product_wrapper.shopcolumn3 .col-xl-3 { width:33.33%; } }Ben
-
AuthorSearch Results




