controlb
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Parallax Content Slider] Need help with Parallax1) You need to edit the theme files, I’ve answered this here: http://ww.wp.xz.cn/support/topic/parallax-activation-problem
2) You can use it for static pages but that’s limited. I wanted to use it for static pages, but I ended up creating a blog category and using it for my “slides”.
Forum: Plugins
In reply to: [WP Parallax Content Slider] Parallax activation problemTo put this on your homepage, go to:
Appearance > Editorthen on your right look for the homepage file, usually home.php. Click on it.
At the top it should/might say:
<?php get_header(); ?>Under this, paste:
<?php if ( function_exists( 'get_wp_parallax_content_slider' ) ) { get_wp_parallax_content_slider(); } ?>Scroll down and click Update File to save it. Make sure you’ve activated the plugin and selected a post category, then have another look at your homepage, it should be there.
Forum: Plugins
In reply to: [WP Parallax Content Slider] Swapping Image and Text AroundInverting the values doesn’t seem to alter the initial positions of the text and the images before or after the animation begins. Could a left/right option be put in the admin?
Forum: Plugins
In reply to: [WP Parallax Content Slider] Swapping Image and Text AroundWelcome back, Julien! Could I get a reply to the above, please?