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. hey there!

    I really like your slider, especially how you can use it without posts. But for some reason, mine is not displaying my text. Is there something I can check?

  2. Excellent work!
    I wonder why didn’t you keep these plugins at WP repository.Is there a specific reason for that?or already available there?

    Thanks!

  3. Anyway there is a shortcode to call this beautiful plugin into a particular page without having to use the php into a template page?

    1. there is no any widget support with current version. i will make sure to add it in next version.

      1. Hi
        The way I did it was this. Download Executable PHP widget and place it as a widget anywhere on your site – place the php code for the slider into it and that’s it – it will appear anywhere you wish.

  4. Great Job!

    I used the slider with fade effect. But the navigation buttons are not showing. Anyone can help?

    Thanks!

  5. Hello. First i would to thank you for made this awesome plugin ! I put the slide in a specific page, i just i wanna know where i put the code for arrange this slide in a specif area of this page, because the slide show up out the area i want ! Thanks for attention

  6. Hi!
    great plugin, but have this problem, dont know why. It doesnt work on page. It only shows the images and captions, but looks like the scripts not working. I did all as written. Please can you help with this ? see here http://djbarty.wz.cz/

    I appriciate it a lot, thanks.

      1. Hi,
        I am having the same issue. I am using WP 2.9.1. I have the plugin 1.4.2 setup to show rotating images on a private post but only get all the images show up under each other. Not sure what I am doing wrong.

        1. there maybe javascript errors which causing slideshow to not work.. show me your website where you installed this plugin.

          1. Hi snilesh!
            I really like this plugin. I spent many hours to find this solution, and it’s perfect.
            …except that I have the same problem as Fil had. The slider can only work in fade mode. And I can see a js error in firebug.
            I haven’t changed the code, so I don’t understand it. 🙁
            …maybe another plugin cause this? gogogo.hu

  7. Dennis Flinsenberg says:

    Hey dude, first of all, thanks for your plugin! I’ve having an issue with it though. Installing and setting up worked just fine, but when I view the slider on the website no images or text is shown except a white area which points to an “undefined” url. Any ideas on what might cause this?

  8. This is definitely the best slideshow plugin in terms of ease of use and functionality- nice one! It would be great if you could deploy multiple slideshows on different webpages (maybe by inserting a shortcode on each page?)as this current version doesn’t seem to be able to do this.
    Still a brilliant plugin!!

    Nice one

    1. Yes working on a new version of the plugin where you can add slideshow to each post/page with different image sets.

  9. This is probably one of the better sliders I’ve run across yet. It transitions smoothly. Good work! Thank you!