Title: Image slideshow on text widget
Last modified: August 20, 2016

---

# Image slideshow on text widget

 *  [mocreativity](https://wordpress.org/support/users/mocreativity/)
 * (@mocreativity)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/image-slideshow-on-text-widget/)
 * Am trying to put a slideshow on a text widget by placing links in the widget 
   but only the first image displays. The other images to not slide. Is there an
   easier way to do this? the original html looks like this
 *     ```
       <div id="sliders">
          <div id="picha">
           <img src="images/beach2.jpg" width="284" height="418" alt="beach" />
           <img src="images/breezes2.jpg" width="284" height="418" alt="beach" />
           <img src="images/beach.jpg" width="284" height="418" alt="beach" />
           </div>
       </div><!--/sliders -->
       ```
   
 * on the wp theme
 *     ```
       <div id="sliders">
       <?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('Accomodation_slide')) : else : ?>
       <p>Add images to the respective widgets on the dashboard</p>
       <?php endif; ?>
       </div><!--/sliders -->
       ```
   
 * and on functions.php
 *     ```
       if (function_exists('register_sidebar')) {  
   
               register_sidebar(array(
                   'name' => 'Accomodation_slide',
                   'id'   => 'picha',
                   'description'   => 'Accomodation: Images must be 284px by 418px',
                   'before_widget' => '<div id="picha" class="pichaz">',
                   'after_widget'  => '</div>' 
   
               ));
       ```
   
 * Am using a simple jquery slide and it works fine when its static but i want an
   easier way to add images to this widget.

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

 *  [Pioneer Web Design](https://wordpress.org/support/users/swansonphotos/)
 * (@swansonphotos)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/image-slideshow-on-text-widget/#post-2493586)
 * [NextGen Gallery](http://wordpress.org/extend/plugins/nextgen-gallery/) allows
   to display a slideshow in a widget.
 *  Thread Starter [mocreativity](https://wordpress.org/support/users/mocreativity/)
 * (@mocreativity)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/image-slideshow-on-text-widget/#post-2493600)
 * Thanks SwansonPhotos, I have managed to install the plugin and created a few 
   galleries on pages, how do I implement the slideshow on the text widget?
 *  Thread Starter [mocreativity](https://wordpress.org/support/users/mocreativity/)
 * (@mocreativity)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/image-slideshow-on-text-widget/#post-2493612)
 * I have an issue here, when I drag the nextgen gallery slideshow to my widget,
   it just shows the loading gif but the images don’t show, what could I be doing
   wrong?
 *  [Pioneer Web Design](https://wordpress.org/support/users/swansonphotos/)
 * (@swansonphotos)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/image-slideshow-on-text-widget/#post-2493697)
 * Assuming your theme supprts Widgets, you should now (after activating NextGen
   Gallery) have a new Widget – go look!
 *  Thread Starter [mocreativity](https://wordpress.org/support/users/mocreativity/)
 * (@mocreativity)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/image-slideshow-on-text-widget/#post-2493749)
 * Thanks SwansonPhotos, That worked perfectly

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

The topic ‘Image slideshow on text widget’ is closed to new replies.

## Tags

 * [slideshows](https://wordpress.org/support/topic-tag/slideshows/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 2 participants
 * Last reply from: [mocreativity](https://wordpress.org/support/users/mocreativity/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/image-slideshow-on-text-widget/#post-2493749)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
