• Resolved Matteo182

    (@matteo182)


    I’m building the site and using understrap theme as a base, but it seems the login modal conflicts with something and doesn’t appear.

    The theme is based on Bootstrap 5, maybe that’s what makes it incompatible? Can you help me please ?

    thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Matteo182

    (@matteo182)

    I solved it using this:

    wp_dequeue_style( ‘masterstudy-bootstrap’ );

    , did I do it right? can it cause other problems?

    Hello, @matteo182

    There is probably a conflict with the Bootstrap version. Your modification disables Bootstrap loading for the plugin. We will take a closer look at this case and take your comment into account in the next plugin updates. Perhaps there will be stylistic issues with the display of parts of the LMS that will need to be resolved through custom CSS.

    Best regards.

    Thread Starter Matteo182

    (@matteo182)

    ok,
    thanks a lot for the answer, you should probably check if there is already a bootstrap version included in the theme.

    Best regards

    Hi, @matteo182

    We will definitely take this into account. Thanks for your feedback!

    Best regards.

    Hi,

    First of all, Thank you for the great plugin. But I can confirm that this issue(Login modal doesn’t work) is still there when WordPress themes uses Bootstrap versions other than Bootstrap 3. I think for a general plugin like this you should use custom CSS and JS functionality to avoid conflicts or if you use common libraries like Bootstrap for your plugin then you should handle this by allowing users to select which bootstrap version is they are using(switch between Bootstrap versions). suggestion by @matteo182 solved the problem to some extend. So login/register modal works with some minor CSS issues. But there is also an issue with FAQ accordion. It is not working properly. BTW I am using Bootstrap 4 Latest version. I have tested so many plugins and found this plugin as the most user friendly and attractive one. Hope you will test this issue with a Bootstrap 4 based theme and fix this issue in near future.

    Hi, @dush88gs

    Thank you for your ideas and suggestions, we will bring these options to the development team for further decision. We will try to find the best solution for this case in future updates.

    Best regards.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘modal login incompatible with understrap theme or bootstrap’ is closed to new replies.