Skip Navigation

[Resolved] nested view line break?

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 2 replies, has 1 voice.

Last updated by charleneK 3 months, 1 week ago.

Author
Posts
#2800674
loop.png
Screenshot 2025-03-13 at 2.02.11 PM.png

Try as I may, I am having difficulty displaying nested views without a line break. it's a pretty simple setup, I have a view called "calendar" that loops through all calendar events, with in each loop is two nested views so I can display relationship information, pertaining to "instrutor" and "course" i have two views created for these. trying to display it in the parent view with a label, but for some reason it inserts a linebreak, most likely before the nested views. how can I make sure that line break is not inserted?

#2800683

PS. I've looked at a bunch of other posts, but have not found a solution.

#2800932

I think I figured out this one, was pretty obvious once I thought about it. I just put the label in the nested view, as apposed to the parent.