Title: clazzid's Replies | WordPress.org

---

# clazzid

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Featured Galleries] Second Instance in single post?](https://wordpress.org/support/topic/second-instance-in-single-post/)
 *  Thread Starter [clazzid](https://wordpress.org/support/users/clazzid/)
 * (@clazzid)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/second-instance-in-single-post/#post-6992261)
 * Hey! thanks for the super quick response Andy!, gotcha, what i did was just copy
   the whole plugin and ran some auto-renaming on the functions and it all seems
   to work! haha, but I will look into the metabox file and metadata to make it 
   a little cleaner.
    Thanks for the awesome pointers. And for the great little 
   plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate] [Plugin: qTranslate] Writing html in the template file with multiple languages](https://wordpress.org/support/topic/plugin-qtranslate-writing-html-in-the-template-file-with-multiple-languages/)
 *  [clazzid](https://wordpress.org/support/users/clazzid/)
 * (@clazzid)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-qtranslate-writing-html-in-the-template-file-with-multiple-languages/#post-2905187)
 * this should do it as well:
    `<?php _e("<!--:en-->english text<!--:--><!--:es--
   >spanish text<!--:-->"); ?>`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Promotion Slider] [Plugin: Promotion Slider] Slider duplicating image](https://wordpress.org/support/topic/plugin-promotion-slider-slider-duplicating-image/)
 *  [clazzid](https://wordpress.org/support/users/clazzid/)
 * (@clazzid)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-promotion-slider-slider-duplicating-image/#post-2410641)
 * hi, im very new in jquery, ive been trying to fix that issue myself for some 
   time, to no true avail, if you click faster than the “fadeOut” time, it bugs,
   opens new slide under lat one coz last one is still there, wast sure how to fix
   that, im thinking it needs to disable the next and prev function till fade out
   complete, but i didnt really understand your code.
 * so i came up with a css hack fix
    in promo_slider.js go to the end where to `//
   Add / Remove classes` and add
 *     ```
       currentItem.css({position: 'absolute', top: '0px', left: '0px'});
       newItem.css({position: 'absolute', top: '0px', left: '0px'});
       ```
   
 * and then just add
 *     ```
       .panel:not(.current) {
       visibility:hidden;
       }
       ```
   
 * in your stylesheet or anywhere 😛
    its a bit funky but works for me adding the
   first lines in css didn’t work, apparently because the “current” class wasn’t
   applied on load all the times,

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