I am trying to:
I have custom template (bb-products-template) for my custom post type (Products) built with Eelementor pro. I have several repeatable image fields in my custom post type. One is gallery of product images and there is also repeatable image field with icons (product features). I created the Toolset View for both gallery and icons. The problem is that images are shown from all custom posts, not just the one that is displayed.
Link to a page where the issue can be seen: hidden link
password: factory
Thanks, it works now.
I also have trouble styling Views. I added some CSS code in Loop Editor/CSS Editor and after every element I need to include !important, otherwise it doesn't work.
I added
.row {
padding-bottom: 30px!important;
}
to make spacing betwen rows.
Also the mobile output is messed up, can I use media queries inside this CSS editor?
You will need to use the !important because you are overwriting the bootstrap css, so if there is already a padding bottom attribute on the .row then it loads first based on the order of precedence.