Hello,
Could you provide a link to the site in question, so I can take a look at what might be causing this?
qasmensclub.com
see qaspa.org for a working example
thanks for your response
It looks like a plugin you have installed called “mam_auction” is causing problems. It’s attempting to load several JavaScript and CSS files, but they all return 404 errors (one of which is jQuery, which my plugin requires).
I’d recommend deactivating the auction plugin, if possible.
That worked! Thanks. And how did you figure that out?
In the Chrome developer tools, on the Network tab, there were several 404s reported, all related to the mam_auction plugin.
Seems like maybe your plugin has some issues with Bootstrap too. Specifically, “bootstrap-dropdown-toggle-min.js”. I’m having the exact same issues as aehchicago – The “next month” works one time, but then the calendar gets stuck in the next month and neither forward or back work.
http://www.pocatellochurchofchrist.org/church_events/
Hello,
There’s a JavaScript error on your site, caused by the following code:
jQuery(".tablesorter-example").tablesorter({ sortList: [[1,0]] });
The jQuery tablesorter plugin doesn’t appear to be loaded on your page. Ensuring the tablesorter plugin is loaded, or removing the above code so that the error doesn’t occur should solve the month navigation problem.
There are also several 404 errors occurring when the page tries to load various resources. One of which is the bootstrap-dropdown-toggle-min.js file you mention:
http://www.pocatellochurchofchrist.org/wp-content/themes/Foursquare_Two/assets/js/bootstrap-dropdown-toggle-min.js
I’m not aware of any issues regarding my plugin in combination with Bootstrap.