cpres
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow Satellite] Resize the slide?Configuration -> Appearance & Styles has a way to set the width and size of your slideshow.
I thought this error was fixed with 2.2.1, can you verify you have the latest version?
Forum: Plugins
In reply to: [Slideshow Satellite] Sudden speedup/fade in-out issuesAre you running jQuery through Google or WordPress (Advanced Settings) this is screaming a weird jQuery issue to me.
Also, whichever it is, switch it to the other and see if it’s any better.
Is that fixed with 2.2.1?
Forum: Plugins
In reply to: [Slideshow Satellite] Can't have two slideshows on one page@finalcircuit, you should be happy, as of 2.2 everyone is allowed multiple slideshows on a page!
This fix has been committed for 2.2.1! thanks for informing me!
can you link a screenshot to this issue? I’m not seeing it…
I’m starting to think this is a file encoding issue due to saving the file from a different IDE. The code of course shouldn’t have been that fragile so…my bad
Forum: Plugins
In reply to: [Slideshow Satellite] changing caption position and behaviorCaption animations are only editable on the Gallery. I’m noticing now that this is missing! 2.2.1 will have it back, probably over the weekend?
As far as the spacing of the caption, try playing with ‘Thumbnails Margin’ in the ‘Thumbnails Settings’ increasing that should bring the captions down with it.
thanks for bringing this to my attention, I may have a fix for, contact me through the contact form: c-pr.es/contact
Thanks!
Forum: Plugins
In reply to: [Slideshow Satellite] Sudden speedup/fade in-out issuesDoes this issue persist if you do Transition style ‘none’? Thanks for bringing this up btw
Haha, I hope it’s worth the headache for your sake too! And for the other people dealing with this i’m sure it is.
echo "<script type='text/javascript'>"; echo "var base_plupload_config=".json_encode($plupload_init); echo "</script>";is what it should be there for you. Does that work?
Try changing it to:
$url = (empty($url)) ? get_option('home') : $url; echo '<script type="text/javascript">'; echo 'window.location = "'.$url.'"'; echo '</script>'; flush();?
Forum: Plugins
In reply to: [Slideshow Satellite] Thumbnails not desplaying on FireFoxI noticed in Twenty Fourteen the thumbnails show just fine on Firefox. I really think this is theme related.
That’s incredibly strange. I see that as the end to the redirect function..
function redirect($location = '', $msgtype = '', $message = '') { $url = $location; $url = ($_GET['single']) ? $url."&single=".$_GET['single'] : $url; if ($msgtype == "message") { $url .= '&' . $this->pre . 'updated=true'; } elseif ($msgtype == "error") { $url .= '&' . $this->pre . 'error=true'; } if (!empty($message)) { $url .= '&' . $this->pre . 'message=' . urlencode($message); } ?> <script type="text/javascript"> window.location = '<?php echo (empty($url)) ? get_option('home') : $url; ?>'; </script> <?php flush(); } <---- Line 326Did you try and activate again?