cpres
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow Satellite] Clicking on images slideshow imagesthat is the strangest thing. Could I see it? you can email me through c-pr.es/contact if you aren’t into sharing on the forums. This could be a jQuery issue too, that’s the only other thing I can think of…
Forum: Plugins
In reply to: [Slideshow Satellite] Thumbnails not desplaying on FireFoxMy hero!
Forum: Plugins
In reply to: [Slideshow Satellite] Thumbnails not desplaying on FireFoxYeah, Satellite page is done in Twenty-Thirteen so…yeah it’s broken and I should switch themes 🙂
What I really need to do is figure out what in Twenty-Thirteen is hiding those thumbs.
Forum: Plugins
In reply to: [Slideshow Satellite] Google Chrome Slideshow PositionTry to fit it within 650px and see, are you sure the image is overlapping the thumbnails? Or is it turning from 2 columns into one column? Sounds strange, would really help to see the site or at least see a screenshot (droplr,imgur).
Forum: Plugins
In reply to: [Slideshow Satellite] Thumbnails not desplaying on FireFoxThis is very particular to themes, including Twenty-thirteen sadly.
Try adding this styling to your theme’s style.css
.thumbholder {display:-moz-deck }
It doesn’t FIX the problem, but it’s definitely better for Firefox
Forum: Plugins
In reply to: [Slideshow Satellite] changing caption position and behaviorThe 2.2.2 release has caption animation configuration on the Gallery section, check it out!
Forum: Plugins
In reply to: [Slideshow Satellite] Custom size not working on pro editionThis is fixed and if you try to download again from c-pr.es you’ll get the fix.
If you just have the one-time download and need this fixed here is how you do it:
Lines 26 and 34 of /pro/custom_sizing.php should start like this:
if (!empty( $w ) || !empty( $width )) { if (isset($width)) { $w = $width; }if (!empty($h) || !empty($height)) { if (isset($height)) { $h = $height; }Ideally you could just reinstall from the download on the site of course 🙂
Forum: Plugins
In reply to: [Slideshow Satellite] only one image will loadI’m seeing about 30 javascript errors stemming from the plugin “slideshow-gallery” I’d imagine that’s what’s breaking the slideshow. It looks like that’s the slideshow you’re using?
Forum: Plugins
In reply to: [Slideshow Satellite] Custom size not working on pro editionI see on the homepageso the width is being set correctly to 960, but the height isn’t changing. Interesting. I’ll have to see if I can reproduce this locally.
Forum: Plugins
In reply to: [Slideshow Satellite] plugin conflicts with drop down menus on my siteI’d assume there is a jQuery conflict between the two, did you see any javascript errors?
Forum: Plugins
In reply to: [Slideshow Satellite] Clicking on images slideshow imagesI have another issue talking about this issue, they changed to 2.0.2 and no longer had the issue, want to try that out?
http://wordpress.org/plugins/slideshow-satellite/developers/
Forum: Plugins
In reply to: [Slideshow Satellite] plugin doesn't loadThanks polypa, for those dealing with jQuery issues please read:
thank you so much! I’ll have 2.2.2 coming out soon, you rock.
Forum: Plugins
In reply to: [Slideshow Satellite] problems with Slideshow Satellite 2.2.1 updateYeah, I’ve seen this issue before, but I feel like it ended up being a plugin conflict that created some weirdness. This is obviously not happening to everyone so it’s specific to your environment. I’d love to be able to check it out and view the source to see if I can see why it might be happening…
On the developers section you can download older versions of Satellite:
http://wordpress.org/plugins/slideshow-satellite/developers/I’d try and download and install an older version as that will be the quickest way to start showing your slideshow again.
This will give us some time to figure out how to fix this. It would be great if there was a testing environment that you could setup for me with wp-admin priviledges so I can really get to the bottom of it for a 2.2.2 release 🙂