cpres
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow Satellite] could not add the slides for galleryPlease read and comment on this thread for that problem:
http://wordpress.org/support/topic/cant-access-the-manage-slideshow-tabForum: Plugins
In reply to: [Slideshow Satellite] Can't access the manage slideshow tabNo, this would be going into PHPMyAdmin and doing a SQL drop of the mysql table gallery_slides.
I will have a programmatic fix for this by the end of the week if you’ve got the time though.
It was an issue on the database side. MySQL doesn’t default to UTF so you have to force it on setup, for example, here’s what I changed my slide title to:
VARCHAR(150) CHARACTER SET utf8 NOT NULL DEFAULT ”
Forum: Plugins
In reply to: [Slideshow Satellite] Can't access the manage slideshow tabHave you had Slideshow Gallery installed before this? We’re noticing an issue with previous installations of that plugin and Slideshow Satelliet. I’m hoping to have a fix done by the end of this week for that, otherwise you can drop the gallery_slides table and restart your image uploads
well I’m using the ID because there can truly be only 1 of them on a page for the slideshows to work.
You’re getting this on your extra.js (probably being called before jQuery):
Uncaught ReferenceError: jQuery is not definedAnd I think that error is blasting out my slideshow load. I’m also having image loading errors but perhaps thats caused by the same thing?
Forum: Plugins
In reply to: [Slideshow Satellite] Slides show on site, but not in wp-adminAnyone having this issue that would like to beta test my fix plz contact me! http://c-pr.es/contact
Forum: Plugins
In reply to: [Slideshow Satellite] Nav bar drop down menus are falling behind the pluginGot email confirmation the z-index helped. Hopefully this thread helps others as well!
Forum: Plugins
In reply to: [Slideshow Satellite] Responsive HeightThank you for that example. Definitely gets the point across.
That is most certainly doable (with code changes to the javascript), but for 95% of projects it won’t be good because WordPress is so often used for text, pages and blogs. This is a slideshow web-app for single page, always fit the image within the page, never have the page scroll. Not a “typical” usage, if that makes sense.
But I think it’s great, and this would be a fantastic tool for photographers so I’ll make it. Shoot me an email through c-pr.es/contact and I’ll have you beta test for me
Forum: Plugins
In reply to: [Slideshow Satellite] Slides show on site, but not in wp-adminI’ll be redoing the slide manager display with lazy load instead of pagination for the next release and hopefully this problem will go the way of the dodo
Hi Marcelolz!
Can you show me the page? Also, can you verify that the /pro/ folder is in your plugins/slideshow-satellite/ directory?
How many slideshows do you have on that page? You can only change the width and height once per page since that information is sent across to the stylesheet in the header.
Forum: Plugins
In reply to: [Slideshow Satellite] Order pictures in "this post"You can drag images around when you’re in the gallery view. Satellite will display them in that order, there should be an order number on that page too.
Forum: Plugins
In reply to: [Slideshow Satellite] Responsive HeightI’m not sure what you mean about the height responsiveness. Responsiveness is for changing of screen resolutions by different devices. Page widths get smaller and responsive things better fit within that, but when a page heights change all the time based on how much content is on the page, that’s not a need for responsiveness, browser height should be able to update without having things shift on the page.
The question you pointed to was just normal responsiveness, which is when the width of the content changes, when the width changes height changes as well.
PS- The contact form is working, and I ended up getting 5 messages from you 🙂 . I think sometimes it just hangs without updating to let you know the form has been sent. It’s a weird one.
Forum: Plugins
In reply to: [Slideshow Satellite] Nav bar drop down menus are falling behind the pluginI believe Satellite maxes its z-index out at 50, try making your menu 100 or more and see if that helps.
Forum: Plugins
In reply to: Slideshow Satellite non-stop loading icon on the homepageMy first thought is a conflict with a slideshow built into the homepage of that theme, which could be tough
Are the satellite css and js rendering if you view the source?
Forum: Plugins
In reply to: [Slideshow Satellite] Slides show on site, but not in wp-adminThat’s very true, and I definitely want to get to the bottom of this.
Is this happening to you on both Galleries AND Slides? Or just slides? They both use a method called Pagination to display their lists.
Did you install Satellite through normal, WP Dashboard Automatic Install? Or did you upload it in manually? You might want to think about uninstalling and then reinstalling the plugin a different way.