I am trying to: This is the first time that I have used Toolset, and I love it, but I am having issues with the "View" layout. I have created a View layout which uses a grid to display my custom posts. When I insert the View 'Grid List' into my page the editor preview shows content in three columns, however when it is displayed on the front-end of the site it shows in rows beneath each other. Is this an issue with Gutenberg or Toolset?
Also, none of the <br /> between my fields are being noticed, the content all runs together.
Link to a page where the issue can be seen: The site is under development, so you will need to login to view. Once logged in, the page is 'Guest Interviews'.
I expected to see: Guest interview posts in a grid layout with image/interviewee/date/job title etc in columns
Instead, I got: Guest Interview posts showing in rows.
Hi Nicola,
Thank you for contacting us and glad that you like the Toolset plugins.
1. The grid layout is not working on your website, because Bootstrap styles are not being loaded.
If you'll go to WP Admin -> Toolset -> Settings, you'll see that for the "Bootstrap loading", the "The theme or another plugin is already loading Bootstrap 3.0" option is selected.
( but the theme or another plugin doesn't seem to be loading it )
Please change it to "Toolset should load Bootstrap 3.0" option and the grid layout will work.
2. In your view, the line breaking tags ( ref: hidden link ) are being used as <br />.
( screenshot: hidden link )
Please update them to <br> or <br/> and they'll work.
( screenshot: hidden link )
I hope this helps and please let me know how it goes.
regards,
Waqar
My issue is resolved now. Thank you!