• Resolved techstarters

    (@techstarters)


    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 to see the link]

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

    (@wponlinesupport)

    Hello @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

    (@techstarters)

    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/

    Hello @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);
    });

    Hello @techstarters

    Does your problem resolve?

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

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