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. Hi Snilesh,
    This is a wonderful plugin, is there a way i can insert the slide into a post page like ‘about’ or ‘gallery’ not on a .php page thanks.

  2. Which php page should i put the link on? i use artisteer to create template. I put it in header.php and site turned white.. Help??!?

  3. Hello, quick question I wanted to replace the symbols from previous and next slide, where can I change this symbols…

    1. next previous links are text. and i styled them using CSS.

  4. Bruno Monteiro says:

    Is there any way to remove the jQuery in the code? I already have jQuery in my code, and don’t want to make my users download it twice.

  5. Can I change the width of content slide so a sidebar fits next to it??

    1. Yes there is option for width and height in the content slide option page to change…

  6. Hi, nice plugin but I am wondering, how can I align it in the center of the page? Is align on the left side. Can you help me with that?

  7. Thanks for the plugin Snilesh!

    A couple of questions/requests:

    1) The ability to add html/links in the “Text” fields for each image. This would be very useful.

    2) Is there a way to make the headings/text disappear after a certain amount of time so just the image shows? This would be another feature request along with the ability to add how long the text shows for each image.

    Thanks again.

  8. One more thing:

    I was debugging some other plugins and if you deactivate the plugin and then reactivate it, you lose all your settings.

    You should include an option to retain the settings as now I have to go and reconfigure EVERYTHING including the links and header text.

    Luckily I have a database backup but still, most plugins retain the settings even when deactivated.

    Thanks.

    Joshua

    1. Yes i will add option to reset settings.. as if you deactivate plugin all settings resets to defaults.

  9. Thanks for the plug-in. Just what I needed.

    Earlier today I installed and configured 1.4.1.

    Later 1.4.2 came out and I upgraded. The custom images are no longer rendering. The text is. Is this a bug or can I get 1.4.1 back?

    Thank you.

    1. Never mind. I got this resolved. When I upgraded, I somehow lost my custom images.

      Thanks again for the great plug-in.

  10. Dude, I don’t know what to say other than you’re my hero. Unfortunately we’re continents apart, else I would have bought you a beer.

    Thanks a bunch, plugin worked out of box for me.

    1. thanks.. you can send some small donations.. so i can drink coffee here…