Support » Plugin: Fullscreen Slider » How turn off the slider on the diffrent page

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Alex Ilie

    (@alexi-1)

    Hi,

    Right now there isn’t an option for that, but if you are code savvy go to line 107 in class-fs-slider.php and change it from

    add_action( 'wp_footer', array( $this, 'display_slider' ), 60 );

    to

    if ( is_front_page() ){
    add_action( 'wp_footer', array( $this, 'display_slider' ), 60 );
    }

    In one or two weeks it will receive updates that will address this issue.

    Thread Starter pkdsgn

    (@pkdsgn)

    OK, now it’s nice, thanks.

    Do you anticipate to enter caption into slider and navigation (next – prev)? If you make this, I think, your plugin will be the best. Simple and without problems. Nice Job..

    Thank’s again.

    Plugin Author Alex Ilie

    (@alexi-1)

    Yes, in future versions it will have these features.

    Hi,

    your plugin in really best.

    I tried for above problem but doesn’t work. even images now gone from my all pages.

    can you help for the same.

    Thanks for your support.

    As you insert the plug into a page? Tks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How turn off the slider on the diffrent page’ is closed to new replies.