cpres
Forum Replies Created
-
Forum: Reviews
In reply to: [Slideshow Satellite] Satelite PluginHi ksmits, please check back on version 2.4 to see if your problems have been remedied, thank you!
Forum: Plugins
In reply to: [Slideshow Satellite] Resizing even when switched to none.Fixed in 2.4!
Forum: Plugins
In reply to: [Slideshow Satellite] Don't work with PHP 5.5Please test everything in the 2.4 release and see if your problems have been fixed! There has been much improvements, including adding all of the Premium features.
Forum: Plugins
In reply to: [Slideshow Satellite] Main Images Not Displaying (conflict?)Ooh, that’s because the the orbit-css.php handles the customizing of the widths…
#featured1, div.satl-wrapper { height: 400px !important; width: 100% !important; max-width: 700px !important; }
you might also need to add this:
div.resp div.sorbit-wide { max-width: 100%; }
Forum: Plugins
In reply to: [Slideshow Satellite] Main Images Not Displaying (conflict?)You can set your slideshow to be any width you want it. Something tells me in your configuration you have it set to 450? Try changing that to 550 px and you should be OK. It’s responsive so it will adjust if the surrounding div is smaller
Forum: Plugins
In reply to: [Slideshow Satellite] Main Images Not Displaying (conflict?)Your host looks like it’s having a hard time processing the dynamic CSS file orbit-css.php
Typically this
header("Content-Type: text/css");
at the top of the file fixes that problem, but for some reason your server isn’t reading it properly… Ideally we could get around that by forcing the height of the slideshow and a few other details. I went ahead and figured out the main pieces to hand input.Add this to the end main.css
#featured1, div.satl-wrapper { height: 400px !important; } div.orbit-default.default-thumbs div.satl-wrapper { marbin-bottom: 20px; } .thumbholder { padding-top: 390px !important; padding-bottom: 10px; }
Forum: Plugins
In reply to: [Slideshow Satellite] Don't work with PHP 5.5Sad to say, I’m testing now in PHP 5.5, and 5.6 and am not dealing with your same issues. My slideshow is loading fine actually, so I’m wondering where the problems are coming from.
@flavia-programmer – it looks like you’re dealing with a jQuery issue or else the javascript is loading before the elements arrive.
@simk it look like your error is dealing with decoster6.jpg – right in the middle of data-thumb for that image we get this:
<div id='satl-custom-13147' class='sorbit-wide absoluteCenter' data-caption='#custom1-7' data-thumb='https://www.philarchi.be/wp-content/<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>200 OK</title> </head><body>
It’s a really strange bug! Can you try and delete all the images past decoster5 and see if the slideshow loads?
Thanks!
Forum: Plugins
In reply to: [Slideshow Satellite] Don't work with PHP 5.5Thanks guys! Diving into this now!
Forum: Plugins
In reply to: [Slideshow Satellite] Limit on slidesOh no! Thanks for updating me on this. Update coming!
Forum: Plugins
In reply to: [Slideshow Satellite] Slideshow fails in Opera and ChromeI think I know what you’re talking about
Using the page slug should work OK.
[satellite slug=about] used to work, haven’t test it in awhile though! That of course will only work if you’re doing a post_id which if you’re using Manage Slides it’s probably not.
No, on second thought for the Satellite Custom Galleries you do have to use the # after all…It’s a good idea for a new feature though, to slugify the title and be able to use that
Forum: Plugins
In reply to: [Slideshow Satellite] Don't work with PHP 5.5You’ve got it, let me know if it works!
Forum: Reviews
In reply to: [Slideshow Satellite] Satelite PluginI’m sorry to hear you’re dealing with some bugs! I’ll look into the ordering issue, and not sure what other bugs you’re seeing but I’d love to work with you on getting them fixed! There are a lot of configuration options so things can break on WP upgrades that I don’t know about.
Forum: Plugins
In reply to: [Slideshow Satellite] Satellite as widget not workingI haven’t tried this in quite a long while. Perhaps there is a better plugin to add an embed code?
Have you tried putting the plugin elsewhere to make sure it’s not another type of display conflict? Like the theme not working well with Satellite, or another plugin?
Forum: Plugins
In reply to: [Slideshow Satellite] Resizing even when switched to none.Oooh I totally misunderstood!! It’s actually resizing the photo on upload even when that’s set to none, sorry about that! It’s thinking of the image as a box, max-size is 1024 so the height is 1024 on that resize. Hrmm… Setting it to none doesn’t work? That’s great to know, I’ll look into this.
Forum: Plugins
In reply to: [Slideshow Satellite] Page too slow after slideshowsThis is worth thinking about! There is a way in the premium edition to do a [satellite splash=on] so it doesn’t load the slideshow until you click the > (play button). Which would be a fix, but not be the experience you’re going for.
3MB per photo is definitely too big, but my plugin should have resized your photos if you’re using the gallery manager. 1024px is all you normally need.