Sauter la navigation

[Résolu] Toolset Forms Bootstrap 4 classes do not work or work correctly

This support ticket is created Il y a 4 années et 11 mois. 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)

Marqué : 

Ce sujet contient 5 réponses, a 2 voix.

Dernière mise à jour par SteffenM1628 Il y a 4 années et 11 mois.

Assisté par: Shane.

Auteur
Publications
#1535589
Bildschirmfoto 2020-03-02 um 13.25.32.png

Hey there you say Toolset Forms is working with Bootstrap 4.

but a lot of classes did not work.
like the input groups described here: lien caché

The example is attached.

How can i get Bootstrap 4 classes working correctly?

#1535875

Shane
Supporter

Les langues: Anglais (English )

Fuseau horaire: America/Jamaica (GMT-05:00)

Hi Steffen,

Thank you for getting in touch.

Could you let me have a screenshot of the form on the backend. If you've adjusted the width of the form field on the backend then it could be why it is appearing as such.

Thanks,
Shane

#1535969

hey shane,

bellow is the code:

<div class="input-group mb-3">
  <div class="input-group-prepend">
    <span class="input-group-text" id="basic-addon1">@</span>
  </div>
  <input type="text" class="form-control" placeholder="Username" aria-label="Username" aria-describedby="basic-addon1">
</div>

<div class="input-group mb-3">
  <div class="input-group-prepend">
    <span class="input-group-text" id="basic-addon1">@</span>
  </div>
  [cred_field field='post_title' class='form-control' output='bootstrap' value='Username']
</div>

there is no additional css on the site.

#1535977

Shane
Supporter

Les langues: Anglais (English )

Fuseau horaire: America/Jamaica (GMT-05:00)

Hi Steffen,

Would you mind allowing me to have admin access to the site to have a look at the page.

Thanks,
Shane

#1535979

Shane
Supporter

Les langues: Anglais (English )

Fuseau horaire: America/Jamaica (GMT-05:00)

The private fields have been enabled.

#1544237

My issue is resolved now. Thank you!