cpres
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow Satellite] Breaks jqueryYou can also switch in ‘Advanced Settings’ to stop using Google jQuery
Forum: Plugins
In reply to: [Slideshow Satellite] Breaks jqueryI’ve got a fix for this I’ll be updating the plugin later this week. In the meantime if you contact me through the contact form: http://c-pr.es/contact I can get you that edition right away!
Forum: Plugins
In reply to: [Slideshow Satellite] Can't have two slideshows on one pageThat’s good feedback. When it was first created it was much more of a unique feature that was premium sell, I’ll look into adding that into the free version on the next release.
Forum: Plugins
In reply to: [Slideshow Satellite] wrong image linkswait, so the
<a>and<img>show the same jpg, but firebug shows the code of the image before?I’m glad you decided to turn off the linking of the image, I don’t think you need it for your page. Glad you got it worked out!
Forum: Plugins
In reply to: [Slideshow Satellite] Can't have two slideshows on one pagePlease refer to the FAQ for basic information on topics like displaying multiple slideshows:
http://wordpress.org/plugins/slideshow-satellite/faq/That is a feature only available for premium users. If you are using the premium edition please post back and let me know, and we’ll get to the bottom of it!
Forum: Plugins
In reply to: [Slideshow Satellite] Does not support 3 seconds time durationYou will probably also need to change the transition speed, or change your transition type to ‘none’
Let me know if that helps!
Forum: Plugins
In reply to: [Slideshow Satellite] wrong image linksI would have to inspect the code and see what it’s saying:
</a class="sorbit-link thickbox" href="http://www.greengavin.com/wp-content/uploads/2010/12/blah.jpg" rel="" title="Lightweight-trailers-keyst copy"/> </img class="absoluteCenter noStretch" src="http://www.domain.com/wp-content/uploads/2010/12/blah.jpg" alt="Lightweight-trailers-keyst copy"/> </a/>Both the
<a>and<img>should both be showing the same jpg, if not, something is really weird is happening, If they are, something weird is happening too, but somewhere else.Forum: Plugins
In reply to: [Slideshow Satellite] Too responsive!Under Advanced Settings, I made a Developer Mode toggle, to make it so you don’t have to go in the code. Could you turn that on?
Also, I’m seeing where the issue is coming from, but I just don’t know why it’s happening. When it runs through all the images figure out the sizing, it keeps seeing your image height requirement as another 40px, so for every image you have it gets 40 pixels taller and taller until it’s that weirdness you have on your site! So strange. it’s like the jQuery(‘img’).height() command is messed up.
I have a toggle in Advanced for using google jquery or wordpress jquery, the google jQuery isn’t playing friendly?
Forum: Plugins
In reply to: [Slideshow Satellite] Too responsive!I still haven’t quite figured this out, but could you upgrade that page to the latest version of the script? I’m noticing it has one of the bugs that I’ve fixed already, maybe it’s making this issue happen to?
Forum: Plugins
In reply to: [Slideshow Satellite] Full ThumbnailI’ve made one step towards doing thumbnails non-cropped, and I made a way to do the cropping in CSS as an experiment with the main images, you can now see a “Stretch & Crop” option in the configuration for Images & Overlay.
But doing non-square thumbnails still isn’t possible. And no matter what the thumbnails will need to have a uniform width.
Forum: Plugins
In reply to: [Slideshow Satellite] Satellite Premium 2.1.1 doesn't work after upgradeif you click into the orbit-css.php does it look like a stylesheet? some servers have a hard time reading PHP in CSS.
Otherwise I’d need to check your site to track down any issues
Forum: Plugins
In reply to: [Slideshow Satellite] thumbs & caption show, no main imageI see the slideshow is turned off. Are you trying a different strategy now?
Forum: Plugins
In reply to: [Slideshow Satellite] Satellite Premium 2.1.1 doesn't work after upgradeDo a view source, do you see anything after orbit-css?
It should look something like this:
~/slideshow-satellite/css/orbit-css.php?v=2.1.2&pID=566&navbuttons=0&navpush&nav_opacity&width=475&height=350&border=1px+solid+%23CCCCCC&background=%23FFF&infotitle=0&infobackground=%23FFF&infocolor=%23000&playshow=A&infomin=Y&thumbheight=75&thumbspacing=5&thumbopacity=70&thumbactive=%23999&thumbarea=275&thumbareamargin=30&thumbmargin=2&align=none&nav=off&ver=3.5.2Forum: Plugins
In reply to: [Slideshow Satellite] thumbs & caption show, no main imageYeah, this is a css.php issue. Did version 2.1.1 work for you?
Also you mentioned that the stretch distorted your image, I take that it used to work and is no longer? Did you change anything else in the settings?
Forum: Plugins
In reply to: [Slideshow Satellite] thumbs & caption show, no main imageSo if you view your source you’ll see that you’re not passing anything along with the orbit-css.php, when it SHOULD be having a whole bunch of variables for like ?width=400&height=500
after:
~/new-site-temp/wp-content/plugins/slideshow-satellite/css/orbit-css.phpIf you change it to stretch & crop, did you say you see something different? I wonder if there is some setting messing up with the passing of that info