I have tested this plugin in my localhost I would like to know how it could be used it in page or post or template
http://wordpress.org/extend/plugins/crossslide-jquery-plugin-for-wordpress/
I have tested this plugin in my localhost I would like to know how it could be used it in page or post or template
http://wordpress.org/extend/plugins/crossslide-jquery-plugin-for-wordpress/
Tamojyoti, that's a great question.
The plugin wasn't specifically designed to appear in a post but if you add the following code to the plugin file (try around line 39):
add_shortcode('Crossslide', 'cr_wp_crossslide');
now, in a post or page you can add [Crossslide] and the slideshow will appear.
christopherross, Thank you it worked.
How does it work for multiple postings with different images?
At the moment the plugin only works for five images, defined in the wp-admin for your website.
I am however added a new feature which would allow you to rotate a variety of images in the next versions.
Christopher
i tweaked the code and now it can take take upto 20 images.
I was also trying a bit to make the code using the local jquery instead that from code.google.com. This plugin can be made more robust.
anyway u can see ur plugin in the site: http://siangmmiflicks.com/home/
I installed this but the only settings I have are width and height, nothing to control the transition effects... and what code do I need to put in my template in order for the slideshow to show up?
Just copy the below lines and paste in the template where you want to show slideshow
<?php echo do_shortcode('[Crossslide]'); ?>
Thanks Tamojyoti, that's correct but you can also add <?php echo cr_wp_crossslide();?> to the theme for the same effect. or [Crossslide] to a post
Any idea why I don't have any way to control transition effects, just width and height??
hi i dont understand what to do. i click on the plugin and the only option i see are the images sizes and where to put the image links.. what do i do next? i just want a borderless fading transition between 3 or 4 pics and fading in and out in maybe 2 secs? is there i tried just copying and pasting this:
$('#placeholder').crossSlide({
sleep: 2,
fade: 1
}, [
{ src: 'sand-castle.jpeg' },
{ src: 'sunflower.jpeg' },
{ src: 'flip-flops.jpeg' },
{ src: 'rubber-ring.jpeg' }
]);
into the custom code widget i am trying to use but it doesnt seem to work :(
any help would be awesome! :)
After installation when u click on the link u should see 2 text box for height and width and 5 text boxes for the image url links. These 5 boxes r by default filled by 5 image urls just replace with ur image links.
Has anyone figured out how to link the images? I've tried playing with the plugin code, but haven't had any success. Any help would be greatly appreciated! Thanks. :)
Hi all
Great plug-in!
Has anyone figured out how to slow the animation down?
/
The new version has an option for controlling speed, in the admin you can control the speed by editing sleep.
Chris,
Any way to activate the Ken Burns Effect?
@fedude, it's coming! I'm working on the second version of the plugin, which will include the Ken Burns as well as the slide effect. I should have it tested for next weekend.
Chris
Hi Chris, love the plugin. All seems to work well, only issue I have is the images are displayed randomly. Anyway I can ensure the image order?
Perhaps an improvement would be a button in the admin area saying display in order or shuffle?
@webstone, that's a great idea. I'd uploaded a new version 1.1.1 today with that feature.
@fedude, still working on this. It's coming but works been keeping me busy.
@fedude ... 1.5 is out! Ken Burns for WordPress is now operating.
Chris
@christopherross : ok, I've been updated the plugin with version 1.5.
Few things about it :
1) great : Ken Burns effect seems to run... But ! I have to re-write lines 85-86 to setup it as I want. It would be nice to have some options for each pictures...
2) Is it possible to choose pictures from the Media Pool in WP, in the back-end of the plugin ? Maybe there's a tip on it or so...
3) Great ! Now I can upload more than 4 pictures...
4) I had to re-write line 39 to add the shortcode running on WP. (see your first topic in this forum)
5) I just have an issue with the Ken Burns Effect, as you can see on my website : http://www.mezklador.com/nos-prestations/
How can I setup the plugins to place the animation from inside the main frame of the <crslideshow>'s div ? I noticed with Firebug that animations begins in far negative values... Something to tweak inside the .js of Cross-Slide or even in the .php code ??
Thank you for this great improvement. I hope my english isn't so bad.
@lezef, could you send me a copy of your changes (http://thisismyurl.com) so I am add them to the next release?
I'm working on a new version that will let me control the slide and Ken Burns effects with more detail, hopefully it'll be ready by 1.6
@lezef, there isn't currently a means to access the media pool from WP. That would be a great addition to the plugin, although it's a little tricky. Perhaps this is something I would be able to add for version 2.
Chris, this is a brilliant plugin, I've emailed you some update suggestions,
mainly:
- slide function enabled in WP plugin menu
- ability to add files by URL
- multiple sets, so if I have 3 pages calling [Crossslide1], [Crossslide2], [Crossslide3]
Thank you!
Anis
Dear Chris,
Thank you for providing CrossSlide Plugin, I have installed successfully, However, on the home page I have another widget "jQuery Mega Menu", which is used for main menu (with submenu dropdowns). As soon as I inserted cr_wp_crossslide(); code in theme-home template, submenu drop down vanished.
I removed cr_wp_crossslide(); and the sub-menu came back. Can you please provide a solution.
Thanks and Regards,
Lokesh M.
This topic has been closed to new replies.