Viewing 1 replies (of 1 total)
  • Plugin Author Baden

    (@baden03)

    You have a number of JavaScript errors being thrown on your page:

    Uncaught TypeError: r.on is not a function
    galleria.classic.min.js:1 Uncaught ReferenceError: Galleria is not defined
    thickbox.js?ver=3.1-20121105:23 Uncaught TypeError: jQuery(...).on is not a function

    the reason most likely is that your theme is force-loading an ancient version of jquery:

    <script type='text/javascript' src='https://www.neoti.com/wp-content/themes/parallelus-traject/js/jquery-1.4.2.min.js?ver=1.4.2'></script>

    Version 1.4.2 came with WordPress 3.0 that was released back in June of 2010.
    This is an issue you will want to bring up with the authors of your theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Shows up expanded, not collapse-able.’ is closed to new replies.