cpres
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow Satellite] Use Satellite Slideshow in Advanced Excerptis Advanced Excerpt a plugin?
Thanks for finding this!! That’s great to hear there’s an easy work-around!
Forum: Plugins
In reply to: [Slideshow Satellite] Cannot change Slide TitleYou, my friend chrisHe, rock. That’s exactly the fix that’s needed 🙂 Thanks!
Forum: Plugins
In reply to: [Slideshow Satellite] Preloading w/ huge galleries?I’m really close to the new release at this point. Let’s say next Tuesday. I’ve been adding new features that I’ve wanted for quite sometime! 🙂
Forum: Plugins
In reply to: [Slideshow Satellite] Cannot change Slide TitleWoah, just saw this sorry for the delay!
That’s an interesting error you got there. What is the slide title that you’re using? Perhaps that’s what’s breaking it?
Any new info you can give after you’ve had some time with it?
Forum: Plugins
In reply to: [Slideshow Satellite] Thumbnail slider doesn't advanceThis sounds like some stylesheet craziness to me. Could you inspect the thumbholder with Firebug and let me know if the images are there? Does the slideshow roll through all the images, but just doesn’t show them in the thumbnail holder at the bottom?
Forum: Plugins
In reply to: [Slideshow Satellite] Cant download PremiumFor support for premium it’s best to use the contact form on the website:
http://c-pr.es/contactI can just email you the premium edition. I’ll verify to see if that link is broken right now
Forum: Plugins
In reply to: [Slideshow Satellite] Preloading w/ huge galleries?100+ is sooooo big!!!!!
The preload could definitely use an overhaul.
One thing I might suggest, since you’re premium, is splitting up the images into multiple galleries if possible (realizing your client might have a problem with this) but you can show multiple galleries on a single page pretty easily with
[satellite gallery=12,14,43,54,21]
That will help the loading time a lot on the page.I’ll look at making some update to the preloader for the upcoming 1.4 release. If you haven’t tried the latest Responsive Beta on the Members Section it’s definitely worth checking out!
Forum: Plugins
In reply to: [Slideshow Satellite] [Plugin: Slideshow Satellite] Slideshow not loading@clemece.zim – To start, delete the <script jquery-1.8.3.min.js etc… line. jQuery is already called by the plugin and will be displayed in the header. Adding a second jquery is a definite issue.
@osallou – can you confirm turning Shortcode Requirement to ‘off’ you’re not getting the css and js loading for satellite?
Forum: Plugins
In reply to: [Slideshow Satellite] [Plugin: Slideshow Satellite] Responsive OptionTristan and Loosefast. If you want to do responsive I have the responsive beta available on the Members Page. I’m getting good feedback so far that it’s working so please check it out and let me know!
Forum: Plugins
In reply to: [Slideshow Satellite] Satellite and WP 3.5 using "WordPress Media Gallery"The other option is to just use the galleries. I understand you being worried about me no longer supporting the plugin (I’ve been working on this plugin since 2009 btw and don’t plan on giving up anytime soon, it’s my BABY) But the images stay on your server in the /uploads/slideshow-satellite/ folder. So you can always just FTP them out and then upload them back in through a different gallery later if you’re truly concerned about that. You’re not losing any control by uploading them to the custom galleries, and I assure you the benefits of the galleries are very high and becoming greater on each release.
Forum: Plugins
In reply to: [Slideshow Satellite] Satellite and WP 3.5 using "WordPress Media Gallery"include should be working regardless of premium or not. Is it not working with your attachment ids? You should be doing attachment ids rather than their order id or anything else.
We can use Satellite, instead of changing ‘#content img’ etc…it makes more sense to add references to slideshow specific css in your theme css file.
.satl-wrapper .sorbit-wide img {}Or something of that nature. I will have a new version on the Members page this weekend for people to start using that will have a whole bunch of compatability fixes that will help you and other out as well as RESPONSIVE 🙂 But I’ve got a few other additions as well before I release 1.4 out to the public. Guessing around the 15th for that.
Forum: Plugins
In reply to: [Slideshow Satellite] Use Satellite Slideshow in Advanced ExcerptI’ve got a whole bunch of updates coming in 1.4 that will most likely fix that problem. I’m going to have a basic version of it available for members that will have compatibility fixes and RESPONSIVE OH YEAH 🙂 available HOPEFULLY over the weekend.
But if you’re not up for becoming a member (totally cool btw) 1.4 should hopefully be out by the 15th of January
Forum: Plugins
In reply to: [Slideshow Satellite] Deleting gallery images doesn't seem to deleteYou’re right, it’s just deleting the database record not the file. Great idea for an addition, it should really delete the file as well
Hi Missymoo I can lend a hand. Sorry for the delayed response but the holidays are busy 🙂
Sounds like you’re dealing with some conflicts with your theme.
I would add the fixes you make in firebug to your own theme stylesheet instead of trying to change them on the plugin itself. The more specific about how you identify a line of css the high priority it gets by the processor.
I would probably make the captions have a white background instead of transparent. A lot of your captions are big enough that no amount of margin will be big enough 🙂
Your theme conflict the slideshow css on the image centering too it looks like. #content img is one but there are a few others… I’ll try and be more explicit in the slideshow css to get past those issues for the next release.
Sorry about all the issues!