• Hi, when I activate the plugin, my sliders acting weird and don’t show correctly. I read FAQ but I’m using a plugin for external featured image so the attributes can’t be overwritten. Is there a solution to make it compatible with slider or make it inactive in another way, like deactivating in header and footer?
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP Media

    (@wp_media)

    Hi,

    What slider are you using?

    Thread Starter ata24

    (@ata24)

    It’s theme built-in featured slider.I defined two below functions, calling them before and after slider posts loop. It works for header not for footer:

    function deit(){add_filter( 'do_rocket_lazyload', '__return_false' );}
    function acit(){add_filter( 'do_rocket_lazyload', '__return_true' );}
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Slider compatiblity’ is closed to new replies.