Coin Slider 4 WordPress

Coin Slider 4 WP will show your featured posts as image slider and rotate them using unique effects provided by jQuery’s Coin Slider.

coin-slider-4-wp

Implementation is very easy, after you download and activate this plugin, just paste one line of code in your template and Coin Slider 4 WP is ready to use.

Follow next steps to set this plugin:

1. Upload coin-slider-4-wp folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the ‘Plugins’ menu in WordPress
3. Put <?php include (ABSPATH . ‘/wp-content/plugins/coin-slider-4-wp/coinslider.php’); ?> in your template
4. For each post that you want to be featured you must have custom field (csImage by default) with full url to image and optionaly field (csText by default) with text for title bar.

On options page you can change default parameters:

Width: in pixels, 565 by default
Height:
in pixels, 290 by default
Number of Squares per Width:
Coin Slider use square based animations.  7 by default
Number of Squares per Height: 5 by default
Be careful, if you set large number of squares animation may not be smooth
Slide Display Duration: in miliseconds, 5000 by default
Slide Transition Effects: there are three types: random, swirl and rain. All of those effect you can see here
Hide Navigation
: check this if you don’t need prev/next buttons and navigation squares below slider
Image field:
set custom field for image that should be used in gallery. By default you can use csImage field, but if you want you can change that. This is useful if you already use some gallery plugin and you want to change to  Coin Slider 4 WP
Text Field: this field is optional. Content for this field will be displayed in gallery title bar bellow title. By default name of this field is csText but you can change if you want to use some other field

If you prefer Joomla instead WordPress you should try Coin Slider for Joomla created by Daniel Pardons.

  • Just Random Color (0)
    Some time ago I was working on app where for each category we had to assign random color in case that user didn't choose one. A few day ago I needed to generate random color again. Instead […]
  • Image gallery with fancy transitions effects (1034)
    I was looking all over the Internet for some jQuery gallery plugin with some interesting transition effects. I found a lot of great plugins but they all have pretty same transition […]
  • Gradienter: Add gradient to elements (24)
    Last night I started to work on Wordpress theme for blog and I got an idea that every post should have their own background color and that maybe those colors can be in gradient. Since that […]
  • Coin Slider: Image Slider with Unique Effects (1638)
    After jqFancyTransitions I decided to release new jQuery image slider plugin with more unique transitions effects. I have ideas for new effects and after I didn't find that somebody […]
  • jqIsoText: jQuery Text Effect Plugin (108)
    Some content on our pages are more important than other and we want to made him eye catching. There are lot of techniques to achieve that.  One of them is jqIsoText. With this […]

237 comments on "Coin Slider 4 WordPress"

Sweet plugin! Does it support Pages as well as Posts?

Brandon on January 19, 2012 at 11:18 am

nice plugin, but i have moved the increment $i++; (coinslider.php line 34) for inside the if, because not find old post in my case.

sorry my english.

Rodrigo Aramburu on January 11, 2012 at 7:33 pm

compatible with wordpress 3.3, this slider plugin works on my site.

since1989 on December 31, 2011 at 3:39 am

Hellow everybody
I want to add the date and the category to the cs-title
how can I do this?

I would love to know!

Jenny on December 15, 2011 at 9:10 am

[Resolved] I did the following changes in coinsslider.php:

$args = array(
‘post_type’ => ‘page’,
‘post__in’ => array(53,47,65)
);
query_posts($args);
/*query_posts(‘category_name=’.get_option(‘cs-category’).’&showposts=50′);*/

Nice Plugin, thanks.

Gustavo Voll on December 14, 2011 at 11:17 pm

“4. For each post that you want to be featured you must …”

How can I use for each page? I really need it.

Tnx a lot.
//

Gustavo Voll on December 14, 2011 at 10:40 pm

i have my favorite free wordpress slider, easing slider. 🙂

Jamaican Taxi Tours on December 7, 2011 at 2:43 am

Scyfox,

I’m trying to do the same, thumbnails and excepts rather than custom fields, but I blew up the plug-in by changing two variables. Help!

Chairman Aeon on December 7, 2011 at 1:22 am

Leave a Reply to Nana Cancel reply

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