Skip Navigation

[Resuelto] Klein theme's user login pop up not working when ANY toolset is active

This support ticket is created hace 6 años, 1 mes. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por Luigi Martulli hace 6 años, 1 mes.

Autor
Mensajes
#1126545

The buttón up right "login" should open a "pop up" login style window, but once I've installed the toolset plugins (access, form, types and views) it doesn't work.
I've tried deactive each plugin and activate them one by one, the issue only happens when ANY of the 4 plugs are active

Link to a page where the issue can be seen:
enlace oculto

Thanks

#1126818

It does work, however, it does immediately disappear again once it opens.

That is because both the Theme and Toolset are loading Bootstrap.

To solve this you need to decide who you want to let load Bootstrap (Theme or Toolset), and then set so in Toolset > Settings > General > Bootstrap Loading.

To help you make this decision here is some more information on this topic:
- Toolset requires Bootstrap (3.x or lower) for several aspects:
-- Layouts completely relies on it (unless you enqueue another framework as per our API)
-- Views Loops, certain loop types, filter styling and paginations if the fully styled output is used
-- Forms if the styled output is used
- Toolset itself loads a slightly customized Bootstrap Version so to avoid major conflicts
- Other Themes often do the same (They do not load an original Bootstrap version but an altered one)
- Bootstrap, if loaded more than once, will break. It is required to be loaded only once (Toolset or 3rd Party)

I suggest in this case, to let the Theme load Bootstrap as it seems to load an almost vanilla version, 3.x, so perfectly compatible with Toolset.

#1126842

My issue is resolved now. Thank you!

I did what you said:

I suggest in this case, to let the Theme load Bootstrap as it seems to load an almost vanilla version, 3.x, so perfectly compatible with Toolset.

Can I ask you how can I know "who" loads Bootstrap and what version? just in case, Im thinking of changing the theme.

Thanks again!