cpres
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow Gallery Pro] Slideshow Gallery Pro issue with gallery loading.Looks like the site wasn’t able to load the js or css of the plugin. Have you tried deleting and reinstalling?
This is actually fixed on the new release on the members page. If you’re an annual member login and download to get the fix!
Awesome! Thanks for sharing this!
Hey jg. First off, love the comic and your utilization of the plugin. Second off, you can certainly do this but you’re going to have become a little proficient at jQuery.
Using $().live and something…
jQuery(“#imgnext”).live(“click”, function(){ jQuery(“div.page”).scrollTop(20) });
I haven’t tried this yet, but this should point in you in the direction you’re looking for. the jQuery api docs are a good place to start:
http://api.jquery.com/scrollTop/
http://api.jquery.com/live/That is currently only available in the premium edition, although next release go-round this will be available to all editions.
Damn. Sorry that’s a big fat bug. 🙁
I’ll look to have a fix for the next release.
Forum: Plugins
In reply to: [Slideshow Gallery Pro] [Plugin: Slideshow Gallery Pro] HTML5?No, using javascript so it’s more compatible across browsers. I could see it going the way of HTML5 once more users have the proper browsers installed. ie. No more IE8 and FF3
This one is under the “Big Feature Not Yet Available But Should Be Soon” category. I am working on it and don’t think it’s impossible but its pretty deep OOP coding.
Forum: Plugins
In reply to: [Slideshow Gallery Pro] [Plugin: Slideshow Gallery Pro] Doesn't show imageshow are you running the slideshow? It should be running whatever images are in your post if you just put in [gpslideshow]
Forum: Plugins
In reply to: Slideshow stops when i am activating Quotes Collection plugin.Have any idea what slideshow it is? Do you see any javascript errors pop up in Firebug when you refresh the page in ‘Console’ view?
Sadly there is no easy way of doing this without some more serious php code. You could run a do_shortcode for the PHP embed and add an “auto=on” and “thumbs=on” if you are able to do an if statement in PHP to discover the number of images. Not sure how you’d accomplish that part of it though.
The Orbit transitions are much better at handling a single image. The arrows disappear and it just looks static which is quite nice. Sadly the orbit doesn’t handle thumbnails at this version, and the auto slide has a bug in it (v 2.0.1) where autoslide needs to be turned on in order for it to work. The premium edition has this fix and the basic edition will have a bug-fix release relatively soon.
Are you using the Default fade, or one of the transitions using Orbit (ie, all the other ones)
Forum: Plugins
In reply to: [Slideshow Gallery Pro] Upgrading from 1.3.2 breaks displayboth [slideshow] and [gpslideshow] work now, I’m doing a slow phase-out.
What version are you upgrading too? 2.0.1 doesn’t have any awkward upgrade incompatabilities that I know of yet.
Forum: Plugins
In reply to: [Slideshow Gallery Pro] [Plugin: Slideshow Gallery Pro] 403 errorTry converting your gallery-css.php file to UTF-8
Try resetting your configuratin too, there should be a variable for width being passed to the stylesheet. But if deleting out width works just the same, then very good!