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.
Plugin works fine, but when I switch it to display images from category of posts, the slideshow works fine with an attached “Featured Item” but it tiles the image.
Anyway that this can been changed to fit the slideshow content area?
Thanks.
Yes there is issue with images tiled if they are small in width as compared to the slideshow width. I am still working on the next release. I will try to sort out this bug in next version this plugin. just wait for some days.
I check that in IE8 which IE version you are using.
I don’t know. My client has noticed the problem on her machine. I don’t use IE and just verified the probem on a computer I borrowed. I don’t have access to that computer now. Does it work on IE 8 then?
I will check which IE version it occurs in. Any suggestions on how to correct this issue, if it occurs with earlier versions of IE?
If you upgraded from the Version 1.2 then Make sure your wordpress version is 2.9 or more.
Current version don’t have custom fields. And one more options is added for the Image Source. i.e custom images. you can add as many images as you want without creating posts.
Just goto content-slide options page and you will see all the options there to change settings of the slider.
If you are looking for previous version of the plugin then you can view that at
http://downloads.wordpress.org/plugin/content-slide.1.3.2.zip
on
http://wordpress.org/extend/plugins/content-slide/download/ page
Let me know what difficulties you have to configure the latest content-slide version
I think you added superfish or any other jquery code because of which there is a conflict .. check javascript errors..
may be there are javascripts errors. that’s why the slider is not working.
Hi,
I have this plugin installed on two websites (on the same host) and they both have identical settings.
Site A is working perfectly, with images fading into each other (3 images in total). Site B which also has 3 images, won’t fade images into each other. They fade out completely then fade in, at a much longer timescale.
Can you think of what could be causing this? as they are setup identically.
thanks
can you show me website links where you installed two websites?
thanks for your suggestion. I will try to add this in the future releases.
Is there a maximum time (or slowest) delay between images appearing during the fade effect? It appears whatever I change the delay time to it wont affect it.
Hi, this is by far the best content gallery.
I’d like to know. Is it possible to have multiple galleries, specificly one gallery on the homepage and another one on thr gallery page?
Cheers!
right now multiple gallery option is not available.