Title: theme compatibility
Last modified: August 22, 2016

---

# theme compatibility

 *  [stranny](https://wordpress.org/support/users/stranny/)
 * (@stranny)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-compatibility-13/)
 * I am running x-theme and if I have the news ticker on with the twitter ticker
   it makes all images with a fade effect on my page disappear. This is new with
   the recent update. It worked fine before. Is there a way to get the old version
   back?
 * [https://wordpress.org/plugins/ditty-news-ticker/](https://wordpress.org/plugins/ditty-news-ticker/)

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

 *  Thread Starter [stranny](https://wordpress.org/support/users/stranny/)
 * (@stranny)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-compatibility-13/#post-5216833)
 * my site is generalsmatmen.com
 *  Plugin Author [metaphorcreations](https://wordpress.org/support/users/metaphorcreations/)
 * (@metaphorcreations)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-compatibility-13/#post-5216839)
 * 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.
 *  Thread Starter [stranny](https://wordpress.org/support/users/stranny/)
 * (@stranny)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-compatibility-13/#post-5216849)
 * 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.
 *  Plugin Author [metaphorcreations](https://wordpress.org/support/users/metaphorcreations/)
 * (@metaphorcreations)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-compatibility-13/#post-5216910)
 * 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.

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

The topic ‘theme compatibility’ is closed to new replies.

 * ![](https://ps.w.org/ditty-news-ticker/assets/icon.svg?rev=2650696)
 * [Ditty – Responsive News Tickers, Sliders, and Lists](https://wordpress.org/plugins/ditty-news-ticker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ditty-news-ticker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ditty-news-ticker/)
 * [Active Topics](https://wordpress.org/support/plugin/ditty-news-ticker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ditty-news-ticker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ditty-news-ticker/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [metaphorcreations](https://wordpress.org/support/users/metaphorcreations/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/theme-compatibility-13/#post-5216910)
 * Status: not resolved