Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    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!

    Thread Starter dubis22

    (@dubis22)

    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.

    Thread Starter dubis22

    (@dubis22)

    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

    Thread Starter dubis22

    (@dubis22)

    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

    Plugin Contributor Nick Young

    (@nickyoung87)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Plugin is staying on the actual month’ is closed to new replies.