cpres
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow Satellite] Full ThumbnailI can show you were the cropping happens, but there will be a few other places you’ll need to edit, including rewriting how the thumbnails are included through the javascript to make that work.
I have actually made a lot of major changes in the code for the specific purpose of getting to a place where you can either crop thumbnails or not crop thumbnails, I’ll make sure to make that a core focus on the next release of the slideshow.
Forum: Plugins
In reply to: [Slideshow Satellite] Slideshow only showing 4 images?nice!!!
Forum: Plugins
In reply to: [Slideshow Satellite] add navigation buttons to satellite thickboxFixed contact box, and let me know how you like the Lightbox Ready feature I just added. I tested it with the Lightbox plugin linked above and it seems to work great for me! I think I’ll move all my slideshows over to it 🙂
Forum: Plugins
In reply to: [Slideshow Satellite] add navigation buttons to satellite thickboxNo it worked, 3 times 🙂 It just works a little funky… need to fix that…
Forum: Plugins
In reply to: [Slideshow Satellite] add navigation buttons to satellite thickboxI’ve fixed that issue! Lightbox will work with Satellite now, send me a message through my site if you want to beta test:
c-pr.es/contactcheers!
Forum: Plugins
In reply to: [Slideshow Satellite] add navigation buttons to satellite thickboxI’m noticing the same 🙁 Looks like it’s not good at adding the rel=”lightbox[gallery]” to the image links. I’ll have to add the ability to do that within the slideshow itself then…
Forum: Plugins
In reply to: [Slideshow Satellite] add navigation buttons to satellite thickboxHmmm, it’s still opening up in thickbox, did you adjust your Images and Links settings to be custom?
Forum: Plugins
In reply to: [Slideshow Satellite] After Slideshow there is NothingNice! Checked it on the site, looks great!
Forum: Plugins
In reply to: [Slideshow Satellite] Slide LimitConsider using the custom Manage Galleries Editor with Satellite? 🙂 I’ve been beefing it up a lot recently you may like it! 🙂
Forum: Plugins
In reply to: [Slideshow Satellite] After Slideshow there is NothingHey bendlight, I’m checking out your site now and I’m recreating the issue there. I noticed a funky thing with your javascript where it’s not changing certain things (z-index) on the new image… What transition are you using? I’d start with playing with that. maybe fade empty or fade blend? Are you using “none”?
Forum: Plugins
In reply to: [Slideshow Satellite] add navigation buttons to satellite thickboxeach individual plugin for lightbox stuff will have their own keyboard, or no keyboard options. This one mentions keyboard navigation and could be worth a shot:
http://wordpress.org/extend/plugins/wp-jquery-lightbox/Forum: Plugins
In reply to: [Slideshow Satellite] Captions content repeatedAaaah…Now I see the issue, thanks for doing the droplr. That does indeed sounds like an issue with the premium plugin, I’ll see if I can get a work around ASAP (tmrw hopefully)
Forum: Plugins
In reply to: [Slideshow Satellite] Slide LimitThat is the strangest thing. I didn’t even know it was possible to have a limit happen in the slideshow. I’m wondering if this is a some weird bug with WordPress and your theme, where it makes changes how get_children works and make the “$args[‘numberposts’]” 12.
http://codex.wordpress.org/Function_Reference/get_children
If you’re up for it, try and update the get_children reference in the slideshow-satellite.php
Look for this line in 2 different spots in slideshow-satellite.php:
get_children("post_parent=" . $post -> ID . "&post_type=attachment&post_mime_type=image&orderby=menu_order ASC, ID ASC")) {and change it to
get_children("post_parent=" . $post -> ID . "&post_type=attachment&post_mime_type=image& numberposts=-1&orderby=menu_order ASC, ID ASC")) {Forum: Plugins
In reply to: [Slideshow Satellite] Captions content repeatedWhat browser are you using? Can you share a screenshot through droplr.com or imgur? I’m seeing only a single title and description.
Screenshot: http://d.pr/i/z2UoVery good looking usage of the thumbs=fullright btw!!
Forum: Plugins
In reply to: [Slideshow Satellite] Reverse shortcode image order?Good find, my debug didn’t show that one for whatever reason, fix is in place ready for next release.