jQuery Slider
By adminThis Website is available for sale.
Contact me if you want to purchase it.
This is a highly customizable jQuery Slider plugin. You can set its width, height, pagination and other parameters. You can use it on your post or page via a schortcode or in your template file using php function < ?php if(function_exists(‘jquery_slider’)) { jquery_slider(); } ?>.
Slides can be added as post type slide from slides menu.
You can download it from WordPress plugins repository.
Suggestions are welcome.












akan saya dwnld, dan saya coba
The plugin is great. But how to change the transitions, I would like to only have the fade effect. Where to change that?
great for newbie like me
Installed the plugin, activated it and put the code in my template: . Added a slide from the Slide menu, but nothing appears on the site. Anything I forgot to do?
Try using shortcode
[jQuery Slider]in your post or page.Can you add this plug-in to a header instead of the main content of a post or page? If so, how do you go about it?
You can put it anywhere in your template using function < ?php jquery-slider(); ?>
am trying to keep in wordpress static page in header.php getting error as..
FutureFolio
( ! ) Fatal error: Call to undefined function functin_exists() in C:\wamp\www\futurefolio\wp-content\themes\futurefolio\header.php on line 51
Call Stack
# Time Memory Function Location
1 0.0236 366128 {main}( ) ..\index.php:0
2 0.0477 369864 require( ‘C:\wamp\www\futurefolio\wp-blog-header.php’ ) ..\index.php:17
3 1.2524 17943608 require_once( ‘C:\wamp\www\futurefolio\wp-includes\template-loader.php’ ) ..\wp-blog-header.php:16
4 1.2768 17947840 include( ‘C:\wamp\www\futurefolio\wp-content\themes\futurefolio\page.php’ ) ..\template-loader.php:43
5 1.2768 17947840 get_header( ) ..\page.php:15
6 1.2768 17948216 locate_template( ) ..\general-template.php:34
7 1.2773 17948360 load_template( ) ..\theme.php:1088
8 1.3001 17976224 require_once( ‘C:\wamp\www\futurefolio\wp-content\themes\futurefolio\header.php’ ) .
There is a spelling mistake in that code. Please use this on < ?php if(function_exists('jquery-slider')) { jquery-slider(); } ?>
great job! but how about the align setting?
hi admin,
i used this code its displaying nothing.
please dont mind and tell me procedure to install it with images am little bit confused…
am working on local server i mean wamp in my system….
hi admin i got it…
if i am dumping this dumping this pluging to other theme its not working i have to do from starting… is there any alternative to dump it ready made…..
Hi, I’m thrilled by the very active support for this plugin. I’m used to joomla n find it shrouded when we talk of template in WordPress. I’ve not been able to show the slides after several attempts here’s what I’m doing:
I installed and activated the plugin. have already created two slides which I can access individually.
The problem comes with templates: First I tried inserting the code in post.php template, later tried the main index page template and finally page tmplate. None seem to work!
All i’m adding to the post is [jQuery Slider]. What is left undone? the site I’m doing is located in http://hffkenya.org/hope
Kind Regards
Are you embedding in archive index.php file?
Hi,
When I add a new slide I can’t see the featured image section. Can you tell me why?
Thanks
You can show/hide featured image from screen options menu. See the screenshot http://awesomescreenshot.com/05eeuq78a
I trayed that, but I only see Custom Fields and Slug.
Tell me about your version of plugin and wordpress.
Wow. I don’t seem to be getting anywhere. Itried inserting the code /****/ in archive php to no avail.
I mean the code you mentioned to arun
I’m using the Platform Theme (free version) and I just found that only allow thumbnails in post.
add_theme_support( ‘post-thumbnails’, array(‘post’) );
How do I enable them for slides?
use this code < ?php add_theme_support( ‘post-thumbnails’, array('post', 'slide') ); ?>
It works. Thank you!
I’m using WP3.1.3, the Platform Theme (free version) and jQuery Slider 1.1
I mean the code you mentioned to arun
in addition, what is the use of this?I’m mixed up…
Sorry I can’t even figure out how to show the code snippets here.
That is used in theme files directly.
Me again.
I added two slides from the Slide menu. I used the shortcode [jQuery Slider] in a post but nothing happend. It only shows the frame, the nav buttons and pause.
?
im a newbie..my header background is in the style.css how can i replace it jquery slider.
How can I change the slide animation (to not be random) and more importantly, the position of the description?
Look in the jquery-slider php file. You have to edit the code. In line 92 you will find this:
jQuery(document).ready(function(){
jQuery(‘.slider’).jquerySlider({width:”.get_option(‘js_width’).”, height:”.get_option(‘js_height’).”, pauseSlideshowOnHover:”.get_option(‘js_pause’).”,
slideProperties:{
0:{effectType:’scale’, horizontalSlices:’6′, verticalSlices:’3′, slicePattern:’spiralCenterToMarginCW’, sliceDelay:’80′,captionSize:’35′, captionHideEffect:’slide’},
1:{effectType:’fade’, horizontalSlices:’1′, verticalSlices:’1′, slicePattern:’leftToRight’, captionPosition:’custom’,captionShowEffect:’fade’, captionHeight:120, slideshowDelay:12000},
2:{effectType:’slide’, horizontalSlices:’10′, verticalSlices:’1′, slicePattern:’rightToLeft’, sliceDuration:’700′},
3:{effectType:’height’, horizontalSlices:’10′, verticalSlices:’1′, slicePattern:’leftToRight’, slicePoint:’centerBottom’,sliceDuration:’500′, captionSize:’45′},
4:{effectType:’scale’, horizontalSlices:’10′, verticalSlices:’5′, sliceDuration:’800′},
5:{effectType:’height’, horizontalSlices:’1′, verticalSlices:’15′, slicePattern:’bottomToTop’, slicePoint:’centerTop’,sliceDuration:’700′, captionPosition:’left’, captionSize:’150′, captionHideEffect:’slide’},
6:{effectType:’slide’, horizontalSlices:’6′, verticalSlices:’3′, slicePattern:’topLeftToBottomRight’,slideStartPosition:’rightBottom’, slideStartRatio:’0.5′, sliceDuration:’700′},
7:{effectType:’fade’, horizontalSlices:’10′, verticalSlices:’5′},
8:{effectType:’slide’, horizontalSlices:’15′, verticalSlices:’1′, slideMask:’true’, slicePattern:’rightToLeft’,slideStartPosition:’verticalAlternative’, sliceDuration:’800′},
9:{effectType:’fade’, horizontalSlices:’10′, verticalSlices:’5′}
}
});
});
for example if you want the first slide to fade, modify effectType to ‘fade’ like this:
0:{effectType:’fade’, horizontalSlices:’1′, verticalSlices:’1′, slicePattern:’leftToRight’, captionPosition:’custom’,captionShowEffect:’fade’, captionHeight:120, slideshowDelay:12000},
This one looks great, actualy i was just going to create something similar. I have not yet gone through but as i see from the screenshot – IMO it would be great, if you would incorporate custom taxonomy and allow definition of size and parameters per taxonomy (and also using shortcode options). And also create widgets. I also miss option for “crop and resize to fit”/no-crop images
So then i could create more sliders, share all or some photos and definitions between sliders, e.g. put narrow slider to the sidebar or wide to the main content.
Great plugin!
Will it work on a sidebar?
Great – I love it!
But how do I make it align center on my page please?
I have just updated it to version 1.2. This feature is included in this version.
Thanks, I have that version – where do I go to change it?
Also, it’s just started being a little bit strange where it only seems to slide about a quarter of the way up and then stops – why is that?
Howdy ,
I think you did a great job by creating this slider , how and where do i insert it in template ,
Thank you .
a sample code will help .
Got anything to make this work on the Arras theme?? All I’m seeing is the framework. I don’t see any images.
I installed this, added the code into a new page and created 2 slides. One of them loads only about 20% from the bottom and the 2nd one comes up blank.
What did i do wrong?
That happens on mine too – works fine in Rockmelt (which is CHrome based I think) but gets “stuck” in IE and Firefox
HELP PLEASE!
This happen to me every time I select an image from the library. It solves when I upload an image directly from my computer.
Hi,
how do I add a link to the image?
Thanks
I’d like to get this working, can anyone help me? I have everything set up correctly, but the output code is not output from the jquery_slider() function.
If I put the short code into a post it displays the slider fine, so I know everything else is working. I’ve did have to change what I thought was a typo in the function_exists() call. Other than that I can’t think what I’m doing wrong. My slider is just blank and the source code shows no output at all. PLEASE HELP. Thanks!
Lisa