Skip Navigation

[Gelöst] Search Filter with Bootstrap styles

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

Problem: I would like to know more about the consistency discrepancies between "select" type Views filters and CRED inputs.

Solution: CRED and Views select fields can use Bootstrap form input styles if you tell Toolset to include Bootstrap in Toolset > Settings > General > Bootstrap Loading. In CRED form shortcodes, you have the option of using Bootstrap styles or not by modifying the shortcode attributes. So select tags in Views shortcodes and CRED forms will have similar styles except in one specific case - CRED form parent post select fields. A parent post select field with more than 15 options will be displayed using a slightly different style that allows users to type and search for an option. This format tends to work better with lots of options, whereas a simple select field is easier to use with fewer options. I am attaching some screenshots showing the difference between these two fields. Note that this is on a default theme Twenty Seventeen. Custom themes may or may not affect the display of these input fields.

This support ticket is created vor 6 Jahre, 2 Monate. 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

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 5 Antworten, has 2 Stimmen.

Last updated by Christian Cox vor 6 Jahre, 2 Monate.

Assisted by: Christian Cox.

Author
Artikel
#606794

Tell us what you are trying to do? Use Bootstrap Dropdown with Taxonomy Filter in Views

Is there any documentation that you are following? Bootstrap element instructions via Views bootstrap options

What is the link to your site? Working local

Hello,

Is there a way to populate a Bootstrap dropdown element with a View's filter options (select dropdown)? Ive tried various approaches but can't get it to work.

<div class="dropdown">
<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
Dropdown
<span class="caret"></span>
</button>
[wpv-control-post-taxonomy taxonomy="business-field" type="select" default_label="All Fields" url_param="wpv-business-field" output="legacy"]
</div>

#606929

The wpv-control-post-taxonomy shortcode is designed to output actual form elements like a standard select field, or a group of checkboxes or radio buttons. It's not designed to output the custom markup required for a Bootstrap-style Dropdown element, though. If you want to create and use a custom Dropdown element as a Views filter, it will require a significant amount of custom code using HTML, JavaScript, CSS and PHP. That level of customization is not provided here in the forums, but you may find a Contractor on our Contractors Portal that can provide professional assistance. Here's the forum link: https://toolset.com/contractors/

If you're comfortable writing your own code, you can find information about our query filter API here:
https://toolset.com/documentation/programmer-reference/views-filters/#wpv_filter_query

#606934

Darn. For consistency in design throughout a website, it would be very helpful to allow for Boostrap styling in Views filter dropdowns so they match CRED form dropdowns.

Will you please submit this request to your dev team?

#607156

I'm not quite sure I understand what you are asking. I was referring to the Bootstrap Dropdown Component:
hidden link
Neither CRED nor Views uses this, so I'm not sure what you mean by consistency here. Can you show me screenshots of the two different dropdowns you described? I would like to see each one on your site.

#607261

Sorry, Christian. I haven't created a Bootstrap form yet, so I was making some assumptions. I thought applying bootstrap styling to a CRED form would automatically style default dropdowns as Bootstrap dropdowns.

Nevertheless, it would be nice to use Bootstrap dropdowns and checkboxes, as I've learned that it's extremely challenging style the default browser-styled versions.

From what I've read it is best to style the default with javascript and css, so I'm about to head that direction. Please let me know if you have any other suggestions.

Thanks,
Brent

#607283
Screen Shot 2018-01-17 at 12.59.11 PM.png
Screen Shot 2018-01-17 at 1.00.57 PM.png
Screen Shot 2018-01-17 at 1.01.17 PM.png
Screen Shot 2018-01-17 at 1.01.32 PM.png

CRED and Views select fields can use Bootstrap form input styles if you tell Toolset to include Bootstrap in Toolset > Settings > General > Bootstrap Loading. In CRED form shortcodes, you have the option of using Bootstrap styles or not by modifying the shortcode attributes. So select tags in Views shortcodes and CRED forms will have similar styles except in one specific case - CRED form parent post select fields. A parent post select field with more than 15 options will be displayed using a slightly different style that allows users to type and search for an option. This format tends to work better with lots of options, whereas a simple select field is easier to use with fewer options. I am attaching some screenshots showing the difference between these two fields. Note that this is on a default theme Twenty Seventeen. Custom themes may or may not affect the display of these input fields.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.