Skip Navigation

[Resolved] Display of View on front-end

This support ticket is created 6 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 1 reply, has 1 voice.

Last updated by AlexanderN4266 6 years, 11 months ago.

Assisted by: Shane.

Author
Posts
#601095
Untitled.png

Hi,
I have a problem with how Toolset shortcode display fields on front-end.

I created a layout for my group of fields as follows:
<div class="container-fluid">

<div class="row">
<div class="col-sm-12">Title</div>
</div>

<div class="row">
<div class="col-sm-4">Author</div>
<div class="col-sm-4">Publisher</div>
<div class="col-sm-4">Stock</div>
</div>

<div class="row">
<div class="col-sm-12">Description</div>
</div>

<div class="row">
<div class="col-sm-3">Price</div>
<div class="col-sm-3">Ad</div>
<div class="col-sm-3">Delivery</div>
<div class="col-sm-3">Sellers</div>
</div>

</div>

Without Toolset shortcode, there is no excessive white space below the text. However, then, for testing purposes, I substituted the field "Title" with Toolset shortcode for "Title", and got a result of excessive white space below, which I can't have control over.
Could you please help me out?

#601131

I managed to resolve it.