Title: rusty175's Replies | WordPress.org

---

# rusty175

  [  ](https://wordpress.org/support/users/rusty175/)

 *   [Profile](https://wordpress.org/support/users/rusty175/)
 *   [Topics Started](https://wordpress.org/support/users/rusty175/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rusty175/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rusty175/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rusty175/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rusty175/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rusty175/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] Move slider one at a time in carousel mode](https://wordpress.org/support/topic/move-slider-one-at-a-time-in-carousel-mode/)
 *  [rusty175](https://wordpress.org/support/users/rusty175/)
 * (@rusty175)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/move-slider-one-at-a-time-in-carousel-mode/#post-4862662)
 * Aha – i adjusted the add_filter code from the github link:
 *     ```
       add_filter('metaslider_flex_slider_parameters', 'metaslider_flex_carousel_move', 10, 3);
       ```
   
 * and it’s working.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] Move slider one at a time in carousel mode](https://wordpress.org/support/topic/move-slider-one-at-a-time-in-carousel-mode/)
 *  [rusty175](https://wordpress.org/support/users/rusty175/)
 * (@rusty175)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/move-slider-one-at-a-time-in-carousel-mode/#post-4862661)
 * The github link provided doesn’t change the behavior of a carousel*
 * Example (can’t provide link b/c of client confidentiality) but imagine:
    Slideshow–
   8 total images Carousel mode 3 images displayed at once
 * the desired behavior is for clicking on < or > to move the slideshow just one
   image, rather than one “slide” (in this case, 3 images).
 * * also, there’s an extraneous ” in the code
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] Lightbox with Flex Slider & carousel](https://wordpress.org/support/topic/lightbox-with-flex-slider-carousel/)
 *  [rusty175](https://wordpress.org/support/users/rusty175/)
 * (@rusty175)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/lightbox-with-flex-slider-carousel/#post-5101136)
 * Are you trying to use it in a template, rather than in the content area?
 * I ran in to the same problem using Flex Slider in a template like so:
 *     ```
       echo do_shortcode("[metaslider id=999]");
       ```
   
 * Simple Lightbox isn’t “triggered” by this – no JS winds up on the page, so it
   won’t work. You need to instantiate simple light box through the ‘slb_activate’
   function, like so (in your template):
 *     ```
       $content = do_shortcode("[metaslider id=999]");
       if ( function_exists('slb_activate') )
           $content = slb_activate($content);
       echo $content;
       ```
   
 * Good luck
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event-O-Matic] [Plugin: Event-O-Matic] Date Picker not appearing on user submission form](https://wordpress.org/support/topic/plugin-event-o-matic-date-picker-not-appearing-on-user-submission-form/)
 *  Thread Starter [rusty175](https://wordpress.org/support/users/rusty175/)
 * (@rusty175)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-event-o-matic-date-picker-not-appearing-on-user-submission-form/#post-2525243)
 * OK. I had to completely delete everything, re-download the plug-in, then (separately)
   replace the date picker (after you install it, it is protected), and then enable
   it
 * And then it worked!
 * OK, so the moral of the story: make SURE the new datepicker code is in there!
   
   [http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/scripts/jquery.datePicker.js](http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/scripts/jquery.datePicker.js)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TinyMCE Excerpt] [Plugin: TinyMCE Excerpt] conflict with media library](https://wordpress.org/support/topic/plugin-tinymce-excerpt-conflict-with-media-library/)
 *  [rusty175](https://wordpress.org/support/users/rusty175/)
 * (@rusty175)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-tinymce-excerpt-conflict-with-media-library/#post-2420980)
 * I have just found the same thing.
 * This is indeed a bug/conflict/issue/etc.
 * Using: WP 3.3.1
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Image caption problem – tags added, then unescaped](https://wordpress.org/support/topic/image-caption-problem-tags-added-then-unescaped/)
 *  Thread Starter [rusty175](https://wordpress.org/support/users/rusty175/)
 * (@rusty175)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/image-caption-problem-tags-added-then-unescaped/#post-2499967)
 * Got it –
 * i think it’s actually the tinyMCE editor for the excerpt
 * grrr… ideas how to fix? anyone? bueller?
 * g

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