Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @amingoli,

    Sorry for the delayed response. Could you please share the page link of the slider? We need to review the issue first. Because it’s tough to provide any solution without troubleshooting the issue.

    Hope you understand. Your co-operation would be appreciated.

    Thread Starter amingoli

    (@amingoli)

    Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @amingoli,

    Thanks for sharing the page link. We have visited your site and found the issue you have described. After inspecting the widget post slider we saw some errors in the console log. Have a look at the screenshot. We would suggest you to fix the error with the help of your theme’s author.

    You are using lazyload for the images. Take a look at the screenshot. Please turn off the lazyload and then check the issue whether it gets fixed or not.

    Let us know the update. Thank you.

    Thread Starter amingoli

    (@amingoli)

    hi @pulak00

    im not using lazyload

    • This reply was modified 2 years, 3 months ago by amingoli.
    Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @amingoli,

    We can see the post images are lazy-loaded. You can forcefully disable the lazy loading sitewide using the following code. Add the following code to the bottom of the functions.php file of your current theme and save it.

    /**
    *  Disable WordPress default image lazy load
    **/
    add_filter( 'wp_lazy_loading_enabled', '__return_false' );

    We would still suggest you to fix the error generated from the theme you are using and hopefully, the issue will be resolved.

    Have a nice day.

    Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @amingoli,

    This thread has been inactive for a bit, so I’m going to mark it as Resolved now. Please feel free to open a new one if you have any further questions.

    Cheers!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Slider Not Showing’ is closed to new replies.