jQuery Slider

By admin

This Website is available for sale.

Contact me if you want to purchase it.

 

This is a sample description...
This is a sample description...
This is a sample description...
This is a sample description...
This is a sample description...
This is a sample description...

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.

  1. bighorns says:

    akan saya dwnld, dan saya coba

  2. The plugin is great. But how to change the transitions, I would like to only have the fade effect. Where to change that?

  3. Eman says:

    great for newbie like me

  4. 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?

  5. Keith says:

    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?

  6. arun says:

    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’ ) .

    • admin says:

      There is a spelling mistake in that code. Please use this on < ?php if(function_exists('jquery-slider')) { jquery-slider(); } ?>

  7. aryo says:

    great job! but how about the align setting?

  8. arun says:

    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….

  9. arun says:

    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…..

  10. Boniface says:

    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

  11. Mab says:

    Hi,

    When I add a new slide I can’t see the featured image section. Can you tell me why?

    Thanks

  12. Boniface says:

    Wow. I don’t seem to be getting anywhere. Itried inserting the code /****/ in archive php to no avail.

  13. Boniface says:

    I mean the code you mentioned to arun

  14. Mab says:

    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?

  15. Boniface says:

    I mean the code you mentioned to arun in addition, what is the use of this ?

    I’m mixed up…

  16. Mab says:

    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.

    ?

  17. kiks says:

    im a newbie..my header background is in the style.css how can i replace it jquery slider.

  18. JD says:

    How can I change the slide animation (to not be random) and more importantly, the position of the description?

    • Mab says:

      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′}
      }
      });
      });

    • Mab says:

      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},

  19. 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.

  20. Albis says:

    Great plugin!
    Will it work on a sidebar?

  21. Ruth says:

    Great – I love it!

    But how do I make it align center on my page please?

    • admin says:

      I have just updated it to version 1.2. This feature is included in this version.

      • Ruth says:

        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?

  22. Julien says:

    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 .

  23. J says:

    Got anything to make this work on the Arras theme?? All I’m seeing is the framework. I don’t see any images.

  24. Meera says:

    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?

    • Ruth says:

      That happens on mine too – works fine in Rockmelt (which is CHrome based I think) but gets “stuck” in IE and Firefox

      HELP PLEASE!

    • Mab says:

      This happen to me every time I select an image from the library. It solves when I upload an image directly from my computer.

  25. Mab says:

    Hi,

    how do I add a link to the image?

    Thanks

  26. Lisa says:

    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