• Resolved pgdev

    (@pgdev)


    Hi, I’m using LayerSlider WP plugin. The sliders are not displaying except for the next & previous arrows. Its showing blank space like there is no content there. Upon reloading page, sometimes it appears, sometimes it doesn’t. Could anybody let me know what is this issue or similar issue anybody faced? As I’m newbie to this platform so i’m having difficulty to figure out whether it’s a coding issue or Layerslider WP plugin issue. I’ve shared the page link. Check in both desktop and mobile mode.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @pgdev I see there are errors in the console, may be you have used the $ but you should use jQuery, can you check and and resolve that and check after that

    Moderator bcworkz

    (@bcworkz)

    WP jQuery runs in “no conflict” mode, meaning the $ shortcut is not declared and you need to explicitly use jQuery in each case. Alternately, declare the $ shortcut for yourself by using a “no conflict” wrapper function like so:

    (function( $ ) {
    
    	"use strict";
    	
    	// jQuery code here. i.e.: $(document).ready( function(){} ); 
    
    })(jQuery);
    Thread Starter pgdev

    (@pgdev)

    Thanks all for replying. The problem was with one of the setting in layerslider. I turned it off. Problem solved! The slider appears now.

    • This reply was modified 1 year, 9 months ago by pgdev.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slides not displaying except for the navigation arrows in LayerSlider WP’ is closed to new replies.