my site is generalsmatmen.com
I don’t believe this has anything to do with my plugin. Looking at the developer tools on your site I am seeing this javascript error:
Uncaught TypeError: undefined is not a function x-shortcodes-body.min.js:1
It looks like it’s stemming from the X-Shortcodes plugin on your site.
This error is probably killing the other javascript needed to fade in your images.
How come when I deactivate your plugin everything works fine? I will do so shortly if you want to take a look again. Thanks for the help.
Ok, it’s possible the update to 2.1.10 may have caused the issue. To test if this is the culprit, please go into the “wp-content/plugins/ditty-twitter-ticker/includes/scripts.php” file and change this line:
wp_register_script( 'twitter-widgets', '///platform.twitter.com/widgets.js', false, MTPHR_DNT_TWITTER_VERSION, true );
to:
wp_register_script( 'twitter-widgets', '//platform.twitter.com/widgets.js', false, MTPHR_DNT_TWITTER_VERSION, true );
Note: the difference is changin the “///” to just “//”
Let me know if that resolves your issue and I’ll update the plugin accordingly.