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.

Leave a Reply

Your email address will not be published. Required fields are marked *

550 Comments

  1. nilesh – this is a great plugin! (many thanks)
    1 problem, i have a picky client who only wants the fade effect (none of the others).
    Was wondering if there is ANY way to make the fade have the Navigation,Heading and overlay text viewable.
    I understand it’s not available via currently.. But is there some modification i could do to have this happen?
    (or are you doing it in the next version?)

    is there some reason why?

    1. Select effect other than “Fade” and set
      “Squares per width” to 1 and ” Squares per height:” to 1

      1. thank you -pretty close to a fade if you play with some of the other controls.

  2. nilesh – terrific plugin. Saved me headaches!

    Question about customization: I’d like to change the margins on the cs-buttons slightly.
    Where would I locate that code? I didn’t see a css file with the plugin download.

    Also, what is an appropriate amount to donate for this? Time=money and you saved me a bunch.

  3. I want to use posts from a category instead of images. In the settings it says “If you select custom you dont have to create posts.” Well, I am using posts, so what do I do to get the content to appear in my slider? I selected “articles” category, however it is coming up as a blank area with no content in the slide, and the articles definitely have content

    1. For the post insides that “Articles” category you have to add image using “Featured Image” wordpress feature.. You will find “Featured Image” under the “Tags” in your wp-admin edit post page..

      1. any idea how to do that?

  4. On “Content Slide” Options page in wp-admin under the “Image Source Settings” you will find “Open Images/Links In New Window? ” Just Select “Yes” to open links in new window….. And Save Settings..

  5. Pingback: WordPress Manşet Eklentisi ( 10 Adet ) | Grafik Web grafik dersleri, photoshop dersleri, photoshop, php, asp, asp.net, java, java script, js, swish, flash, web tasarımı, grafik tasarım,kod, tasarım kodları
  6. hi,
    i would like insert other custom image or only 5 image is possible?
    thanks

  7. Devve Knulle says:

    Another vote for an external CSS file, or an option for one on the next update. Great, extremely easy to use slider plugin — thanks.

  8. Problem solved!
    The problem was on Lightbox .js side.

  9. got it, sorry to bother you, new to the html stuff.

  10. Thanks for your excellent plug-in.
    I have got one request
    Is that possible to replace the square buttons at the bottom by pagination number if yes in which part do I made the changes…

    Thank you in advance
    Laurent

    1. not possible with current version but i will add option in next plugin release.