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
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.
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!