• Resolved blubarb19

    (@blubarb19)


    Not sure what is happening. I changed WordPress themes and now my HMS is not rotating. I am trying to use the Rotator widget but no luck. I have uninstalled and re-installed to no avail. I don’t have the wp-minify plugin nor any caching plugins that I can see and the <?php wp_head(); ?> is in the themes header.php file. Would appreciate any help with this – url is: ozwidemigration.com.au

    Thanks
    John

    http://wordpress.org/plugins/hms-testimonials/

Viewing 1 replies (of 1 total)
  • Plugin Author Jeff K

    (@kreitje)

    Hey John,

    I took a look at your site using the Chrome Developer Tools and you have 2 javascript errors which would cause the rotating to not work even though the errors aren’t related to the testimonial plugin.

    Your theme is referencing the jquery library from the Google CDN and it looks like they upgraded that to version 1.9.1 which is causing the first error. If possible you might want to see if you can use the jquery library that comes with WordPress.

    <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js?ver=3.6'></script>

    Both of your errors come from the jquery.formalize.js file in your theme.

    Uncaught TypeError: Cannot read property ‘msie’ of undefined
    Uncaught TypeError: Cannot call method ‘go’ of undefined

    You might also check to see if there is an update for your theme.

    Jeff

Viewing 1 replies (of 1 total)
  • The topic ‘HMS Testimonials not rotating’ is closed to new replies.