
This plugin stopped working after updating to WordPress 3.5, and now there is a patch. The developer doesn’t seem to have the time to update the plugin or has lost interest in it. There for to help all of you out, I have included the code for the patch, the individual file with the patched code and the full plugin with the patch as a zip.

1. Sponsors Carousel Manual Patch
1 2 3 4 5 6 7 8 9 | <!--?php _e("New (select *full size* before insert): ", 'sponsors-carousel'); ?--> <!-- <input type="text" name="scwp_link_image" id="scwp_link_image" size="50" value="" style="width: 80%" /> --> <!-- if input box is too wide, change width to max-width as in the next line, and comment out the original line, as shown here --> <input id="scwp_link_image" style="max-width: 80%;" type="text" name="scwp_link_image" size="50" value="" /> <!--?php if (get_bloginfo ( 'version' )-->="3.5") echo media_buttons(__('Add an Image'), 'images/media-button-image.gif?ver=20100531', 'image',$scwp_plugin_name); // for v3.5 else{ //for earlier WP versions if (get_bloginfo ( 'version' )<"3.3") echo _media_button(__('Add an Image'), 'images/media-button-image.gif?ver=20100531', 'image'); else echo _media_button(__('Add an Image'), 'images/media-button-image.gif?ver=20100531', 'image',$scwp_plugin_name); } ?> |
Instructions:
- If installed, open /wp-content/plugins/sponsors-carousel/sponsors-carousel.php
- Locate line 364 highlight from line 364 to 372.
- Paste the above code over those lines.
- Save
2.Sponsors Carousel Pre Patched File
Instructions:
- If installed, locate /wp-content/plugins/sponsors-carousel
- Unzip file to computer
- Upload pre patched file to sponsors-carousel directory.
- If you don’t have ftp access open the pre patched file and copy the code and paste it into the sponsors-carousel.php file located: /wp-content/plugins/sponsors-carousel/sponsors-carousel.php
3. Install Sponsors Carousel Patched Plugin
Download Sponsors Carousel Patched Plugin
Instructions:
- Upload via ftp to /wp-content/plugins
- Activate plugin
Alternate Instructions
- Login to your website WordPress Admin
- Click Plugins from the left navigation
- Click “Add New” at the top on the Plugins page
- Click the “upload” link
- Locate the Sponsors Carousel Patched plugin zip
- Click “Install Now”
I hope this helps all of you get the Sponsors Carousel plugin working again. Please let me know if you have any questions.
Source: WordPress Support

