WordPress Content Slide Plugin
Thanks for downloading one of my plugins. If you like my plugins, please support me by donating a small amount through PayPal.
If you want to insert multiple sliders on same page then use my new plugin
[button link=”https://snilesh.com/blog/resources/wordpress/wordpress-gallery-plugin/” title=”Wordpress Gallery Plugin” type=”info”]Wordpress Gallery Plugin[/button]
Demo
[button link=”https://snilesh.com/blog/wordpress-content-slide-plugin/” title=”Wordpress Content Slide Plugin” type=”info”]Demo 1[/button]
Download
[button link=”https://wordpress.org/extend/plugins/content-slide/” title=”Wordpress Content Slide Plugin” type=”success”]Download[/button]
New Features
1] Custom Image support. So you can create slider without using posts.
2] Added New Effects Swirl,Rain,Fade
3] Added styles like border,background,font-family,font-size for headings and text.
Installation
1. Download the zipped plugin file to your local machine.
2. Unzip the file.
3. Upload the “content-slide” folder to the “/wp-content/plugins/” directory. (DO NOT CHANGE ANY FILE OR FOLDER NAMES)
4. Activate the plugin through the “Plugins” menu in WordPress.
5. Click on Content slide in your wordpress dashboard and configure content slide plugin options.
You can directly install wordpress content slide plugin from your websites admin plugin section.
Add PHP code
To display WordPress content slide on your website you have to add following lines of code inside your themes .php files.
<?php if(function_exists('wp_content_slider')) { wp_content_slider(); } ?>
Example if you want to display this slider in your header then you have to edit the header.php file. Just open header.php from your current theme in any editor and add
<?php if(function_exists('wp_content_slider')) { wp_content_slider(); } ?>
lines at the location where you want to display the slider.
Slider Only On Home Page
In some cases you just want to display slider only on the home page in this case you have selected a page as home page from the settings->reading section.
And if your home page is using default page template then you have to add following lines of code in your page.php at the location where you want to display the slider.
<?php if(is_front_page()) { if(function_exists('wp_content_slider')) { wp_content_slider(); } } ?>
Using above code the slider will be displayed only on home page.
Slider on a Specific page
If you want to display slider on a specific page say ‘about’ then you have to use wordpress conditional tags
<?php if(is_page('about')) { if(function_exists('wp_content_slider')) { wp_content_slider(); } } ?>
Demo
[button]Demo[/button]
Download
[button type=”success” title=”Download” link=”https://wordpress.org/extend/plugins/content-slide/”]Download[/button]
Support
You can support this plugin by giving ratings on wordpress website.
Give Rating at WordPress Content Slide.
Also You can help translating this plugin in different languages.
If you use this plugin on your website hosted on a dedicated server, just send your website url. All the links will be displayed on this Page.
If you like my plugins, please support.
Perfect slideshow – Thank you!
Wondering if i can change the appearance and size of the PREV and NEXT buttons? Could not find images or CSS.
Thank you!
Nice slideshow and easy to use. However, I am trying to adjust the timing of the slides. I’m using the plugin through php code…having it access posts in a specific category. I’m also using the “fade” effect. I’ve tried adjusting the ‘Delay between images’ setting but the slides rotate at the same speed…too fast!
Am I doing something wrong?
Thanks so much!
Hi, is there a bit of code I can add to stop the images loading all at once? When someone comes to my site, they immediately see all 3 images loads at once, then collapse into the slider and the rotate properly?
Thanks,
Matt
Matt. Just add some css to the container div for the slider.
overflow: hidden;
That will take care of seeing the other images load outside of the slider container.
wh
Matt. Just add some css to the container div for the slider.
overflow: hidden;
That will take care of seeing the other images load outside of the slider container.
wh
Thanks for this plugin, very simple!
One problem: i select posts in slideshow from a category and i try to insert the link in content_slide.php file on line 267:
<a href="” title=””>
When i do this the slideshow appears broken. Can you help me?
Thank you
show me website link.
Hi
I love the simpliciety of your slideshow but when I reduced the amount of images from 10 to 5 images the old ones ALL still show unless I’m logged in.
I tried turning off the plugin and turning it back off again but no change. I have also cleared the cache and everything but deleteing the images (didn’t want blank boxes).
Any ideas? Thanks
Hi,
I’ve put in your code for displaying only on home page however I’m now seeing both the content slider and the header image sitting underneath that’s supposed to come up on the rest of the website.
How do I make the other header disappear off the home page only?
Code here:
http://pastebin.com/72732Dnj
Many thanks!
its nice……….