Params wall
Hello,
We've got a problem to initialize our minitek wall.
Whe need a custom grid with 2 rows.
On the first row, we need
- an image with 2 column width,
- an image with 1 column width,
- an image with 2 column width,
On the second row, we need
- an image with 2 column width,
- 3 image with 1 column width,
When whe create a custom grid, our rows are made by 4columns than 5 i've recommanded.
Whe try also to use a defined grid, but same problem, the container seems to be too small to have the 5 column in a row...
Can you help us to configure that ?
Thanks
Enzo
19 answers
Hi,
You can't have 2 different grids in the same widgets.
The filters ordering can be changed with the widget parameter Filters > Ordering.
Hello,
I would like to have a display that allows me to have 2 different grids.
When I click on the filters, the number of items have to be different. Some displaying 5 items, others displaying 7 items.
These two grids must be contained in the same widget.
How to do ?
In addition I want to modify the order of filters according to internal logic.
To better understand our needs, you can visit: https://www.prb.fr/fr/
You will find the element we want to put in place below the slider on the homepage
Can you help us please ?
I'm sorry but I don't understand what the other issue is.
Okay thanks for that,
but it's not resolving my issue with the 2 grids (one with 5 items, one with 7 items)...
Can you Help me with that please ?
Thanks
Hi there,
This is the same issue as the first post.
.mwall-item {
box-sizing: border-box !important;
}
Hello,
I noticed another problem.
The custom grid does not seem to take up all the available space, which make a mistake on the grid itself. (like you can see on the screenshot)
Indeed, I wanted to obtain 7 items in 2 rows. But since the widget doesn't take up all the available space, I end up with 3 or more rows...
How can i resolved that ?
Thanks
Hello,
Like you can see in the screenshot "firstGrid" i have 7 filters (selected button with orange background).
Sometimes a filter contain a grid with 5 items in 2 row
In the lasts filters i need 7 items in 2 rows too.
How can i make this please ?
Thanks
Have a nice day !
Hello,
What do you mean when you say "mix two different grids under a single widget (and group)".
In any case, widgets cannot be mixed. They will always be separate entities.
Good morning,
We succeeded in carrying out our operation with dynamic filters.
We have to increase the size of the pagination.
We find ourselves facing another problem.
The impossibility of having several grids on a widget.
Under some tags we need a grid with 5 elements, under others we need 7 elements.
How to mix two different grids under a single widget (and group)?
Thanks
Re,
I try to do on my own but it seems to be incorrect like you can see in the screenshot.
How to make statics filters supported ?
Thanks
Hello,
Why not but i want to know how to do if we have to change something later.
Thanks,
Have a nice day
I can set it up for you if you want.
Hello,
Ohh, ok i think i understand now.
But yesterday we try this and there is no filters, maybe we have to set them with another method than tags in item parameters?
Thanks for your help
Have a nice day.
Hi Enzo,
This is not how dynamic filters work. With dynamic filters, the tag does not have 7 items, it has 3 items because only 3 items from this tag are currently loaded in the wall. In order to fetch all 7 items, you must load more items in the wall by clicking on the load more button (or by scrolling down if you have selected infinite scroll pagination). If you want to display all 7 items when selecting a tag, you must use static filters.
Hello,
i think you don't understand my question...
To explain you :
We've set approximatively 44 items with 7 tags or filters (cf screenshot 1)
each tags contain approximatively 7 items.
So i don't understand why when i select a tag it not display me 7 items (Cf screenshot 2)
We need to have filters to not display all of the items at the first time...
Thanks,
Enzo
Hello,
This happens because you are using dynamic filters, and when you select a tag, it only displays items that are currently loaded in the wall. In the first page, before loading more items, there are only 2 items for that tag, so you will only see 2 items when you filter the wall by this tag. If you load more items by scrolling down, more items will be loaded therefore you will see more items for this tag (resizing the page works the same way as the act of resizing might load more items in the wall.
If you don't want dynamic filters, you can go to the widget parameters (Filters and Sortings) and change the filters mode to static. Make sure to read the documentation for more details on the differences between the two modes.
Hello,
I don't have answer to my question..
Could you help me with that ?
I noticed some errors with minitek wall component and module like you can see on the second screenshot.. maybe it's linked ?
Thanks for your help
Have a nice day
Hello,
Thanks for your help !
It's seems to be better with that.
But there is always some problem with the responsive and the tags.
Some custom items don't appear in full size screen, they appear when whe play with the width of the screen...
for exemple in the tag "Colle et sol", whe have 7 elements. But when we look at this tag, only 3 appear in a first time. after that i change the width of my screen, that change the selected tag to "Show all" and when i click another time to "colle et sol" whe have only 5 elements.
Same problem with the scroll, when i scroll, the selected tag is changed...
can you help me with that ?
Thanks you
Have a nice day !
(i send you what we want to do in screenshot)
Hi Enzo,
Try adding the following css in a css file of your template:
.mwall-item {
box-sizing: border-box !important;
}