cpres
Forum Replies Created
-
Shadowbox and Prettyphoto are both integrated into the slideshow and work well with non-resized images.
Forum: Plugins
In reply to: The "Last Updated" date of my plugin doesn't changeSame issue for me. Weird!
tis a bummer too since you can’t get listed on the “Recent Plugin Updates” list which is great for new downloads
Look at the manual, there is a section where it gives the code for is_frontpage() just make it !is_frontpage() and it will show on all pages but your frontpage
Did you check your thumbnails on different browsers? It could be a caching issue
Under Appearance -> Editor locate your header.php file (most likely called ‘Header’).
Then you’ll see a line like so:
<script type=”text/javascript” src=blahblah….jquery.1.4.2.js”>etc..To comment that out you’ll do
<!– <script etc.etc.blah </script> –>To take out there slideshow could get tricky, but to add mine the php hardcode is in the manual I’ve got on my site.
Ciao!
CameronAre there multiple jquerys being called? If so that could definitely be causing errors. If there’s one hardcoded into your theme you might want to comment that one out
I’ve heard of some people with a case issue have a similar issue,
jpg vs JPG. try to keep them all lower case.Also, use firebug to see if you can see how the image is trying to be called with its absolute path and see if it matches up with where the images actually are.
The code doesn’t have to be in the loop. I put some more documentation into the Manual from the last time we talked. Let me know if everything is fixed with the latest versions:
https://cameronpreston.com/projects/plugins/slideshow-gallery-pro/
Forum: Plugins
In reply to: [Slideshow Gallery Pro] [Plugin: Slideshow Gallery Pro] Chrome opacityGreat work, I’ll test this out soon! And now I’ll be able to say it works on the Chromium browser (which I certainly don’t test for atm)
Forum: Plugins
In reply to: [Slideshow Gallery Pro] [Plugin: Slideshow Gallery Pro] Chrome opacityDamn, it looks like your code is taking out IE. And I tested it on my Chrome, and I don’t have a “,” in my e.style.opacity
Makes me wonder if its something with your Chrome, or if its something that definitely needs to be in the slideshow
Yeah, that sounds really really weird…I’ll start checking more of my slideshows in Safari and see if I can replicate the issue. Nothing yet though.
Sorry, that capability is not possible. The “From URL” takes the image that site and saves it into the /plugins/slideshow-gallery-pro/ folder. This is to save page-load time as calling images from various other servers is asking for an issue. In fact a lot of hosts will notice images being pulled from other servers and send a different image instead noting that the image has been locked.
To answer your confusion about the use of “From this post” – that is pulling images from the gallery of the current post or page you’re calling the [slideshow] from.
Forum: Plugins
In reply to: [Slideshow Gallery Pro] [Plugin: Slideshow Gallery Pro] Upgrade Full EditionDidn’t see this posting! But all full editions are sent within a day, but allow 48 hours before posting comments, emailing, or stone throwing ??
Forum: Fixing WordPress
In reply to: Add a badge or widget, and add slideshowwhat embed code did you use? since you aren’t on a specific page [slideshow] wouldn’t work without a post_id or sending it the custom variables [slideshow custom=1]
So if you take firebug, inspect the element of the broken image – does that point to an image that is actually there? Or is there something along the pathway messed up?
in the uploads/sgpro/ are the images you’ve uploaded also with a ‘-small’ duplicate? If you put the image pathway directly into your browser does it render the image?
First thing I’d do is change #slideshow-wrapper in gallery-css, instead of -6 try -4 in the php setting for the width.
((int) $styles[‘width’] – 4)
Next on the /views/default/gallery.php look for slideshow.letterbox and change it to #FFF;
Let me know if that fixes it!