I have created a view that shows pictures. For some reason, if we have more then 1 picture, the pictures are added in the same column instead of having one picture per column. If you look at the print screen attached, you can see that I ask to my loop to show one picture per column. But the result is not what I want. All pictures are in the first column.
Do you know what I need to do to show one picture in each column so if I have for example 3 pictures they will be horizontally aligned to cover the full width of the page instead of being stacked in the first column?
Hello. Thank you for contacting the Toolset support.
Well - I see the view you created is using Bootstrap classes.
Is Bootstrap is loaded from your plugin or theme? If no:
=> You can activate the Bootstrap should load by Toolset from:
- Toolset => Settings => General => Bootstrap loading => Select option "Toolset should load Bootstrap 3.0"
If that is already active, then I need to check what's going wrong on your setup.
The reason why it was not working because the pictures field is repeating field so you do not need a view to display that but instead you should use the view's shortcode [wpv-for-each].
I've changed the code as given under within your template: