Title: JS Bug
Last modified: June 7, 2018

---

# JS Bug

 *  Resolved [techstarters](https://wordpress.org/support/users/techstarters/)
 * (@techstarters)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/js-bug-5/)
 * I use WP Logo Showcase Responsive Slider on one of our client sites and the slider
   on loading is strange. It bunches up on the beginning phase and then turns back
   to normal after a few seconds. The short code is placed into another plugin called
   Revolution Slider.
 * Please Advise.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fjs-bug-5%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [wponlinesupport](https://wordpress.org/support/users/wponlinesupport/)
 * (@wponlinesupport)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/js-bug-5/#post-10377322)
 * Hello [@techstarters](https://wordpress.org/support/users/techstarters/)
 * Thanks for reaching here.
    Can you please create the new fresh page and add this
   shortcode so we can check it. please share the new page link.
 *  Thread Starter [techstarters](https://wordpress.org/support/users/techstarters/)
 * (@techstarters)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/js-bug-5/#post-10379264)
 * Here is a link to a new page. I put the code that is having the issue, which 
   is loading on Revolution slider and then just the regular short code.
 * [http://eveshameducationfoundation.org/slider/](http://eveshameducationfoundation.org/slider/)
 *  [wponlinesupport](https://wordpress.org/support/users/wponlinesupport/)
 * (@wponlinesupport)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/js-bug-5/#post-10381180)
 * Hello [@techstarters](https://wordpress.org/support/users/techstarters/)
 * Thanks for providing page link.
 * It’s happening because of ‘WP Logo Showcase Responsive Slider’ initialization
   depend on ‘Revolution Slider’ initialization like width, height, position etc.
 * You can use the following trick to overcome this problem.
 * add following CSS code in CSS file
    `.wpls-logo-slider{display: none;}`
 * add following js code in a js file in
 *     ```
       jQuery( document ).ready(function($) {
         $( '.wpls-logo-slider' ).fadeIn(9000);
       });
       ```
   
 *  [wponlinesupport](https://wordpress.org/support/users/wponlinesupport/)
 * (@wponlinesupport)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/js-bug-5/#post-10385482)
 * Hello [@techstarters](https://wordpress.org/support/users/techstarters/)
 * Does your problem resolve?

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

The topic ‘JS Bug’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-logo-showcase-responsive-slider-
   slider_1f4463.svg)
 * [WP Logo Showcase Responsive Slider and Carousel](https://wordpress.org/plugins/wp-logo-showcase-responsive-slider-slider/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-logo-showcase-responsive-slider-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-logo-showcase-responsive-slider-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-logo-showcase-responsive-slider-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-logo-showcase-responsive-slider-slider/reviews/)

## Tags

 * [js code](https://wordpress.org/support/topic-tag/js-code/)
 * [Loading error](https://wordpress.org/support/topic-tag/loading-error/)

 * 4 replies
 * 2 participants
 * Last reply from: [wponlinesupport](https://wordpress.org/support/users/wponlinesupport/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/js-bug-5/#post-10385482)
 * Status: resolved