Skip Navigation

[Resolved] Only see 1 column in Bootstrap Grid even though selected 4 in wizard

This thread is resolved. Here is a description of the problem and solution.

Problem:

The issue here is that the user's bootstrap columns are not showing up.

Solution:
The issue here seems to be that you don't have bootstrap loading enabled. What you need to do is go to Toolset -> Settings and scroll to Bootstrap loading and enable Bootstrap 3

This support ticket is created 6 years, 2 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 2 replies, has 2 voices.

Last updated by richardB-13 6 years, 2 months ago.

Assisted by: Shane.

Author
Posts
#1132191
Screenshot_2.png

I am trying to follow this tutorial and video. https://toolset.com/documentation/user-guides/using-toolset-with-elementor-page-builder/build-custom-queries-to-list-posts-with-elementor-and-toolset/

I only get 1 column in my output even though I selected 4 for the bootsrap grid. The search fields also are in one stacked column vs 4 horizontal columns.

i have tried several times and do not know what i am doing wrong or missing.

Here is the code in the loop editor:

[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
<wpv-loop wrap="2" pad="true">
[wpv-item index=1]
<div class=" ">
<div class="col-sm-3">[wpv-post-body view_template="Loop item in Dogs View Search"]</div>
[wpv-item index=other]
<div class="col-sm-3">[wpv-post-body view_template="Loop item in Dogs View Search"]</div>
[wpv-item index=4]
<div class="col-sm-3">[wpv-post-body view_template="Loop item in Dogs View Search"]</div>
</div>
[wpv-item index=pad]
<div class="col-sm-3"></div>
[wpv-item index=pad-last]
<div class="col-sm-3"></div>
</div>
</wpv-loop>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
[wpml-string context="wpv-views"]No items found[/wpml-string]
[/wpv-no-items-found]
[wpv-layout-end]

[wpv-post-featured-image]
[wpv-post-link]
[types field="callname"][/types]
[types field="registeredname"][/types]
[types field="akcregnumber"][/types]
[types field="ukcregnumber"][/types]
[types field='dob' style='text' format='m/d/y'][/types]

CSS Editor:

.dog-title > a{
font-weight: 500;
}

.dog-title{
margin-top: 15px;
}

Here is the code from the search and pagination:

[wpv-filter-start hide="false"]
[wpv-filter-controls]
<div class="form-group">
<label class="label">[wpml-string context="wpv-views"]Search by Title {press enter to search}[/wpml-string]</label>
[wpv-filter-search-box placeholder="Dog Title" output="bootstrap" class="input-style"]
</div>

<div class="row">
<div class="col-sm-3"><div class="form-group">
<label class="label">[wpml-string context="wpv-views"]CallName[/wpml-string]</label>
[wpv-control-postmeta field="wpcf-callname" type="select" default_label="Call Name" format="%%NAME%%" url_param="wpv-wpcf-callname" class="input-style"]]
</div></div>
<div class="col-sm-3"><div class="form-group">
<label class="label">[wpml-string context="wpv-views"]RegisteredName[/wpml-string]</label>
[wpv-control-postmeta field="wpcf-registeredname" type="select" default_label="Registered Name" format="%%NAME%%" url_param="wpv-wpcf-registeredname" class="input-style"]]
</div></div>
<div class="col-sm-3"><div class="form-group">
<label class="label">[wpml-string context="wpv-views"]AKCRegNumber[/wpml-string]</label>
[wpv-control-postmeta field="wpcf-akcregnumber" type="select" default_label="AKC #" format="%%NAME%%" url_param="wpv-wpcf-akcregnumber" class="input-style"]]
</div></div>
<div class="col-sm-3"><div class="form-group">
<label class="label">[wpml-string context="wpv-views"]UKCRegNumber[/wpml-string]</label>
[wpv-control-postmeta field="wpcf-ukcregnumber" type="select" default_label="UKC #" format="%%NAME%%" url_param="wpv-wpcf-ukcregnumber" class="input-style"]]
</div></div>
<div class="col-sm-3">[wpv-filter-reset reset_label="Reset Search" output="bootstrap" class="reset-button"]]</div>
</div>

[/wpv-filter-controls]
[wpv-filter-end]

Thanks in advance for your help.

#1132224

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Richard,

Thank you for contacting our support forum.

The issue here seems to be that you don't have bootstrap loading enabled. What you need to do is go to Toolset -> Settings and scroll to Bootstrap loading and enable Bootstrap 3

Please let me know if this helps.

Thanks,
Shane

#1132247

My issue is resolved now. Thank you!

Thank you Sir. That did the trick. Do you have the CSS styling for that tutorial video somewhere that I could copy?