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.

  • Twitter Flock for Wordpress: multiple accounts tweets with style (69)
    Twitter Flock is Wordpress plugin for showing multiple accounts tweets with different color scheme for every account. Also, there are setting allowing you to control how your tweets will […]
  • jqBarGraph – jQuery graph plugin (157)
    jqBarGraph is jQuery plugin that gives you freedom to easily display your data as graphs. There are three types of graphs: simple, multi and stacked. All you have to do is to pass your […]
  • 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 […]
  • Use Webcam to Create Animated GIF (1)
    Some time ago I saw some online animated gif creator and thought it could be done in JS instead of Flash. We could easily access webcam from browser with the getUserMedia API. Nice […]
  • Animated Progress Bar in 4 lines of jQuery (51)
    Progress bars are really useful to indicate to user that something happens and when it will be approximately done. They are useful on page where assets should be preloaded before page is […]

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 victor vegas Cancel reply

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