Skip Navigation

[Resolved] Horizontal Search Fields

This support ticket is created 5 years, 10 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
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by mikeF-8 5 years, 9 months ago.

Assisted by: Christian Cox.

Author
Posts
#1206448

I am trying to: have horizontal search fields

Link to a page where the issue can be seen: hidden link

I expected to see: horizontal search fields

Instead, I got: Not

[wpv-filter-start hide="false"]
[wpv-filter-controls]
<div class="col-sm-3"><div class="form-group">
<label>[wpml-string context="wpv-views"]Text[/wpml-string]</label><br>
[wpv-filter-search-box output="bootstrap"]
</div></div><br>
<div class="col-sm-3"><div class="form-group">
<label>[wpml-string context="wpv-views"]Business Categories[/wpml-string]</label><br>
[wpv-control-post-taxonomy taxonomy="business-category" type="select" url_param="wpv-business-category"]
</div></div><br>
<div class="col-sm-3"><div class="form-group">
<label>[wpml-string context="wpv-views"]City of Business Location[/wpml-string]</label><br>
[wpv-control-postmeta field="wpcf-city-of-business-location" url_param="wpv-wpcf-city-of-business-location"]
</div></div><br>
<div class="col-sm-3 filter-without-label">[wpv-filter-submit output="bootstrap"][/wpv-filter-controls]</div>
[wpv-filter-end]

css:

.filter-without-label {
margin-top: 28px !important;
}

#1206461

Hi, the col-sm-3 CSS class you are trying to use requires the Bootstrap library to produce a grid. However, Divi and Bootstrap are known to have some compatibility issues so we do not recommend using them together. If you'd like to use the Bootstrap grid anyway and are aware that there are some unresolvable compatibility issues between Divi and Bootstrap, go to Toolset > Settings > General tab and scroll down to the Bootstrap loading section. Try the option "Toolset should load Bootstrap 3", then clear your caches and try again.
https://toolset.com/documentation/recommended-themes/toolset-divi-integration/matching-divi-styling-using-toolset/

If you'd rather not use Bootstrap, then custom CSS is required to achieve this type of design.

#1207326

My issue is resolved now. Thank you!