Alex Ilie
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Fullscreen Slider] Slider Disappear on screen resizeDo you experience the same problems using the twentytwelve theme?
Forum: Plugins
In reply to: [Fullscreen Slider] Slider Disappear on screen resizeYou could try clicking the checkbox
Check this if you are experiencing an extra vertical scrollbar on the frontend
http://cl.ly/image/0k2p0S460b3uForum: Plugins
In reply to: [Fullscreen Slider] Few questions1. It stretches the whole background of your site.
2. No
3. Yes, your theme is on top of the sliderForum: Plugins
In reply to: [Fullscreen Slider] How turn off the slider on the diffrent pageYes, in future versions it will have these features.
Forum: Plugins
In reply to: [Fullscreen Slider] How turn off the slider on the diffrent pageHi,
Right now there isn’t an option for that, but if you are code savvy go to line 107 in
class-fs-slider.phpand change it fromadd_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.
Viewing 5 replies - 1 through 5 (of 5 total)