Looks like there are some JavaScript errors in the error console. Try running through this to see if there is anything conflicting: http://docs.simplecalendar.io/troubleshooting-theme-plugin-widget-conflicts/
Let me know if that helps.
Thanks!
Hello Nick,
Thanks to answer
As requested I changed the theme of my site to Twenty Sixteen, and you’re right the month browsing is working with this last theme. So I checked footer.php file and the line <?php wp_footer(); ?> is present in the file.
I installed Theme Check plugin but I don’t know what I should expect with this plug in.
The problem still present with my mean theme
Thanks for any help.
Deep investigation
With Twenty Sixteen theme, the admin-ajax.php is called when I click on the browsing arrow, that’s change the month in the calendar and there’re no error in my firefox console.
With my mean theme nothing hapens and I’ve got this error in firefox debugger console :
TypeError: $j(...).accordion is not a function
<anonyme>
wordpress:128
m.Callbacks/j()
jquery.js:2
m.Callbacks/k.fireWith()
jquery.js:2
.ready()
jquery.js:2
J()
Any help are welcome
I finally found something
If I put this line in my pages the browsing arrow are working:
<script src="http://code.jquery.com/ui/1.10.0/jquery-ui.js"></script>
Where I could put that in my theme for all pages working?
Thanks
Hi not sure if you have found this out by now or not, but you could look at this to see if it helps out:
https://developer.wordpress.org/reference/functions/wp_enqueue_script/
You should be able to use that and add a function somewhere in a plugin or your theme’s functions.php and I think it will work properly.