Trouble with "Swatch" from Woo-Themes
-
I’ve just downloaded the Free Swatch theme from Woothemes
https://demo.woothemes.com/?name=swatch
I want to create a static page. However, I discovered that every time i change the “front page display” to static page the slides disappears.
And that’s basically where the problems start.
I want to keep the slides on the static page.
Already tried to change
<?php if ( isset( $woo_options['woo_slider'] ) && $woo_options['woo_slider'] == 'true' && is_home() && ! is_paged() )
to:
<?php if ( isset( $woo_options['woo_slider'] ) && $woo_options['woo_slider'] == 'true' && is_front_page() && ! is_paged() )
But that doesn’t seem to work.
Hopefully someone can help me out.
Thanks in advance
- The topic ‘Trouble with "Swatch" from Woo-Themes’ is closed to new replies.