Home > Plugins > New Sponsors Slideshow Widget

New Sponsors Slideshow Widget

I found some time to work a little bit on the Sponsors Slideshow Widget Plugin. In this new version I switched to using the jQuery Cycle Plugin. I think the bug in IE with displaying the first slide only half is now gone. Further it brings several new fade effects. Besides this new Widget title is now set manually. If left empty, no title will be displayed. Finally I’ve worked on the display function so that it should be possible to display the widget manually with the following code example:

sponsors_slideshow_widget_display(array(

‘number’ => 1,

‘category’ => catID,

‘widget_title’ => ‘Here goes the title’,

‘fade’ => ‘fade’,

‘time’ => 5,

‘width’ => 200,

‘height’ => 100,

order => 0

));

number is a unique integer to identify widget, catID is the ID of the link category to display, fade is any valid fade effect, time in seconds between images, width and height of slideshow in pixel, order can be 0 for sequential or 1 for random ordering of images.

Kolja Schleich Plugins ,

  1. Callum
    January 3rd, 2010 at 02:23 | #1

    Hi there

    Does anyone have step by step instructions for this plugin? I simply cannot get it to work and would be very grateful. For example how/where do you add all the links for the images?

    Warm regards

    Callum

    • Kolja Schleich
      January 4th, 2010 at 14:18 | #2

      The plugin uses the WP Links. First add a new link category and links to it. Be sure to add an image link to each entry. Then add the widget to your sidebar and select the category the links are in and fill in the other options.

  2. Callum
    January 5th, 2010 at 00:04 | #3

    @Kolja Schleich

    Thank you for kindly taking the time to help me. One last question – how can I made the fade in/out last longer. I am happy to donate to your site.

    • Kolja Schleich
      January 5th, 2010 at 10:59 | #4

      I have implemented an option to set the time of a transition in Version 1.9. The Timeout Setting is to specifcy the time between transitions (how long each image is displayed), the Speed parameter sets the time for each transition. The lower the value the faster the transition. The speed setting takes integer as well as float values.

  3. Callum
    January 7th, 2010 at 23:47 | #5

    @Kolja Schleich
    Thank you Kolja …… as promised, I have made a small contribution to all your hard work and a fantastic little plugin. When is Version 1.9 available? Warm regards Callum

  4. Callum
    January 7th, 2010 at 23:51 | #6

    @Kolja Schleich
    Apologies for stupid question …… I see the update is available now within Wordpress!! Thanks again

  5. Julienbob
    January 21st, 2010 at 13:50 | #7

    Hello, thanks Kolja for this fantastic plugin.
    I have 2 questions:

    1 / Is it possible to have multiple custom field value for a single post in order to get slider?
    2 / If not, I d like to improve a bit and get a specific link category for each post by adding a custom field.
    Exemple here :
    if ( $instance['source'] == ‘links’ )
    $links = get_bookmarks( array(‘category’ => $instance['']) );

    Any though?

    Thanks for your help.

  6. Julienbob
    January 21st, 2010 at 14:18 | #8

    @Julienbob

    Sorry, I mean this in my exemple
    if ( $instance['source'] == ‘links’ )
    $links = get_bookmarks( array(‘postID’ =>’customfield_namedwith_linkcat’) );

  7. Michael
    March 2nd, 2010 at 12:50 | #9

    Hey Kolja, thanks for that great Plugin! Unfortunately there is a problem with cforms 11.3. If it is switched on, the Logos are shown vertical in line as serenine mentioned it before. But in my case it doesn’t depend on the Datepicker, it’s the whole cform PlugIn. Is there already a workaround or do you have an idea what causes this error? Thanks in advance for your help!

  8. April 20th, 2010 at 19:07 | #10

    Hi
    I see you can randomize or order the links.
    However, when selecting order, I am unable to order them the way I want.
    Any thoughts on how I could possibly achieve this?
    I have a link order plugin but it doesn’t seem to have any influence.
    Thanks

  9. June 14th, 2010 at 09:38 | #11

    Hello and thanks for this plugin,
    I’ve translated it in french today, feel free to download this translation here : http://www.wptrads.fr/sponsors-slideshow-widget/

    Regards,
    Wolforg.

  10. aljuk
    August 13th, 2010 at 01:38 | #12

    Hi, this is a brilliant plugin, but some validation issues for strict doctype – css is output into the body of the page. I need perfect validation for my client, so will devise a hack.

  11. August 14th, 2010 at 19:26 | #13

    Hi,

    Would you please explain how to use the “Posts” feature in the widget.

    What do I put in the “URL Field” and the “Image Field” after I choose a “Category” from the dropdown?

    Thanks,
    T

Comment pages
  1. No trackbacks yet.