cpres
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow Satellite] Botton Acept is not runThis issue has been fixed for 2.2.5! insert slideshow button wasn’t working properly.
Forum: Plugins
In reply to: [Slideshow Satellite] Lineshift in caption textHave you tried adding standard HTML like
<br />
HTML should all work in the description fieldForum: Plugins
In reply to: [Slideshow Satellite] Inserting shortcodes not working..You’re a life save Scottitchy! I’ve been swamped with a new job so I haven’t been able to do some proper debugging, this will go in the upcoming edition for sure!
Forum: Plugins
In reply to: [Slideshow Satellite] Clean Start Toggle will not Stay OffI found a quick fix:
editing your helpers/form.php line 126
add this line:
<input type="hidden" name="<?php echo $Html->field_name($name); ?>" value="0" />it should be right before this line:
<input type="checkbox" ...I’ll have this in the new version very soon!
Forum: Plugins
In reply to: [Slideshow Satellite] Botton Acept is not runCould you try and explain in detail what your problem is in your native language, then run that through Google translate? I’m not sure what an acept is among other things.
Forum: Plugins
In reply to: [Slideshow Satellite] Inserting shortcodes not working..Thanks for letting me know about this, although I’m on the latest version of WordPress and it still seems to be working OK for me…perhaps another plugin is conflicting with it.
Do you see any javascript errors on the page from having a Console open? (Firebug, Chrome Inspector)
Forum: Plugins
In reply to: [Slideshow Satellite] Right Caption Always On – Not ResponsiveWhat do you mean by caption on the right? Are you using “Caption Location” on the Slide, and choosing Top Right or Bottom Right?
I have noticed that that is still a little buggy on mobile and I apologize about that.
You’re referring to it as “always on the right” which makes me feel like perhaps you’re referring to the thumbnails on the right?
Forum: Plugins
In reply to: [Slideshow Satellite] Clean Start Toggle will not Stay OffI’m so sorry! Looks like you’ve spotted a bug, I’m able to reproduce, so I’ll see if I can fix that real quick and submit the update.
haha there you go 🙂
PS – if you are enjoying the slideshow please feel welcome to help the ratings!
Looks like you’re dealing with the same issue as above. Is there a WordPress page that’s being rendered here as well? that’s when you can add the [satellite display=off]
Otherwise you’d have to go to Advanced Settings and choose “Shortcode Requirement: Off”
Forum: Plugins
In reply to: [Slideshow Satellite] Receiving Error 404Oof, yeah I’ve seen other Hosting Providers no longer support PHP files for processing CSS. It kind of seems like that’s happening here. It could also be some processing issue with the PHP, or bad permissions on that file, or some htaccess weirdness.
for now though I’d try and fix the issue with the orbit-1.3.1.css
Try adding
#featured, #featured1, #featured2, #featured3, #featured4, #featured5, #featured6, #featured7 { width: 100%; height: 450px; background: #000 url('../images/loading.gif') no-repeat center center; }Notice the 450px, that’s the main thing happening on the orbit-css.php that’s not working that I think is causing your problems.
Let me know!
Forum: Plugins
In reply to: [Slideshow Satellite] Can't get slideshow satellite to work at all!You should also try changing the jQuery setup through Satellite – Advanced Settings. You can choose to run jQuery through Google or WordPress, one of which may cause less of those errors than the other.
Forum: Plugins
In reply to: [Slideshow Satellite] Problem with Thickbox/lightbox and moreConsidering Prague is my favorite city I’ve visited I should sure hope it’d work in Czech!
Perhaps this is a PHP problem after all. What version are you on? I’m a bit at a loss as to what’s going on here…
I know there is a plugin that can change the language of your site, I used it for testing the Russian language translations Satellite has
Forum: Plugins
In reply to: [Slideshow Satellite] Can't get slideshow satellite to work at all!Usually to open the console I
Right Click
Choose ‘Inspect Element’
and then click the tab for ConsoleThen you refresh the website and see if any red errors pop up. This should work on Chrome, Firefox, Opera, even IE has an equivalent.
Forum: Plugins
In reply to: [Slideshow Satellite] Problem with Thickbox/lightbox and moreIt also might not hurt to make sure the image names don’t have any potentially incompatable characters in them, I’m noticing a lot of non-English and I haven’t done much testing with that, although I know a lot of people from Russia and elsewhere are using the plugin successfully