cpres
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow Satellite] thumbs & caption show, no main imageI might need to see it to be able to better troubleshoot
Forum: Plugins
In reply to: [Slideshow Satellite] thumbs & caption show, no main imageDo images show if you switch to center and stretch? Are you getting any PHP errors?
Forum: Plugins
In reply to: [Slideshow Satellite] Too responsive!As of version 2.1.2 you just need to turn Debug Mode on under Advanced Settings and you’ll be using the unminified version of the javascript 🙂
Forum: Plugins
In reply to: [Slideshow Satellite] Too responsive!Look for this code on slideshow-satellite-plug.php:
//var $latestorbit = 'jquery.orbit-1.3.1.js'; var $latestorbit = 'orbit-min.js';and swap the // to the line below to show the non-minified js. That’ll help me see what’s going on with your problem since the issue happens in the javascript.
Cheers!
Forum: Plugins
In reply to: [Slideshow Satellite] JS Broken – respExtra ?Great to hear! Best way to show your thanks is a review if you find the time!
Cheers, CP
Hi Igor, did you just end up going with a different slideshow? It could have been some strange PHP config settings, or perhaps an older version?
Forum: Plugins
In reply to: [Slideshow Satellite] JS Broken – respExtra ?First off, thanks jdd00d for such a well documented bug report!
In /views/orbit/default.php
look for this line:
$respExtra = (isset($respExtra)) ? $respExtra : 0;
and change it to:
$respExtra = (isset($respExtra)) ? intval($respExtra) : 0;let me know if that fixes your problem!
Otherwise just do
$respExtra = 0Forum: Plugins
In reply to: [Slideshow Satellite] Too responsive!Strange! I’d have to see this live in order to be of any help. Are your slideshow settings set to a tall height/width ratio? Try resetting your configuration, save and reload your page twice.
Forum: Reviews
In reply to: [Slideshow Satellite] Excellent slideshow plugin..mucho appreciated! thanks for being a great bug hunter 🙂
Forum: Plugins
In reply to: [Slideshow Satellite] Integrate with CKeditorI’m not quite getting it if you have any clues
Forum: Reviews
In reply to: [Slideshow Satellite] Great plugin, great supportWP President, love it! haha
Forum: Reviews
In reply to: [Slideshow Satellite] Too messy to work withHi Mobile Rescue. There are lot of people that use standard WP Galleries with Satellite, including myself in some instances. The support forums are for people trying to deal with bugs like this that are often caused by a plugin conflict.
If you let me know the issue I could try and help troubleshoot! Then if we can’t figure it out the bad review would be more understandable
Forum: Plugins
In reply to: [Slideshow Satellite] Integrate with CKeditorShare your integration code her using the code format and I’ll make sure its in the 2.1.2 I’m about to release 🙂
Forum: Plugins
In reply to: [Slideshow Satellite] Using the Satellite Plugin on a WordPress MU siteLooks like the js and css aren’t even being loaded, I’d start with going into Advanced Settings and changing the Shortcode Requirement to off.
Also it may not be playing well with the plugin slideshow gallery
Forum: Plugins
In reply to: [Slideshow Satellite] Integrate with CKeditorCool thanks for the update!