Solution for jQuery/bootstrap problem
-
Just as a tip, my old site stopped working, only because the version of jquery from the core of wordpress is bigger than the accepted from installed by the theme bootstrap.
I’ve found a solution, here:
https://digwp.com/2009/06/including-jquery-in-wordpress-the-right-way/
It forces WP to call a different version of jQuery, old enough to play well with Bootstrap. For this theme, replace the jquery link with:
https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js
And you should be fine.
Cheers.
- The topic ‘Solution for jQuery/bootstrap problem’ is closed to new replies.