Skip Navigation

[Closed] The select input field is not using bootstrap styles

This support ticket is created 4 years, 3 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 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by Waqar 4 years, 3 months ago.

Assisted by: Waqar.

Author
Posts
#1911017
Capture.PNG

I am trying to:
Create a form where a taxonomy is selected from a select input

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

I expected to see:
The select input should have the bootstrap style from my theme "picostrap" but is does not.

Instead, I got:
A different style of input. if I add a generic input and add the css class that one will work but this is not an option with the taxonomy select.

#1911161

I was able to work around this by adding the following to my scss pipeline, however, I would imagine this shouldn't need to be done for this to work as expected.

.js-wpt-field-items{
@extend .form-group;
}

.form-select{
@extend .form-control;
}

#1911627

Hi,

Thank you for contacting us and I'd be happy to assist.

I've checked the page that you've shared, but I couldn't find any form with the select field.

I suspect it could be because theme uses its own non-standard Bootstrap class for its own styles. However, if you'd like us to investigate this further, you're welcome to share temporary admin login details, along with the link to a page where this form can be seen.

Note: Your next reply will be private and please make a complete backup copy, before sharing the access details.

regards,
Waqar

The topic ‘[Closed] The select input field is not using bootstrap styles’ is closed to new replies.