Josh Leuze
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] Warnings in PHP 7.2Hi, sorry for the delayed response. Thanks for sharing your code, that looks correct to me. I will get this updated in the next release for WordPress 5.0!
Forum: Plugins
In reply to: [Meteor Slides] Fullscreen sliderSorry, Meteor Slides doesn’t support this, the slideshow needs a height and width in pixels to work.
Forum: Plugins
In reply to: [Meteor Slides] images via https?No problem Cynthia!
Forum: Plugins
In reply to: [Meteor Slides] Center align buttonsHi, you can use this custom CSS to center the paging buttons:
.meteor-slides .meteor-buttons { text-align: center; } .meteor-slides .meteor-buttons a { display: inline-block; float: none; margin: 0 3px !important; }
Forum: Plugins
In reply to: [Meteor Slides] images via https?Forum: Plugins
In reply to: [Meteor Slides] images via https?Hi Cynthia, WordPress should handle using HTTPS for those when needed. If you are still having issues with this can you post a link to the page with this problem?
Forum: Plugins
In reply to: [Meteor Slides] Slideshow with one slideHi Dan, the slideshow on that page seems to be working, did you get this figured out?
Forum: Plugins
In reply to: [Meteor Slides] slide images are visibility:hiddenNo problem!
Forum: Plugins
In reply to: [Meteor Slides] Specific slideshow widthYep, that looks correct!
Forum: Plugins
In reply to: [Meteor Slides] slide images are visibility:hiddenHi Justin, that first code example has always been there, that is how the slideshow works.
What is causing your slideshow to disappear is that the JavaScript that powers it is broken. This can happen when you switch a site to HTTPS because some themes and plugins don’t fully support HTTPS and files they load become missing and the causes JavaScript conflicts with other plugins.
Something is causing jQuery not to load and that is breaking the slideshow. Try deactivating your other plugins and testing the slideshow to narrow down the cause of the conflict.
Forum: Plugins
In reply to: [Meteor Slides] Specific slideshow widthHi Dan, yes it is possible to do that, see this blog post for more info:
https://jleuze.com/adding-multiple-slideshows-with-different-sizes/Forum: Plugins
In reply to: [Meteor Slides] VideoHi Dan, this would be possible to do, but it would take a lot of customization to make it happen.
Forum: Plugins
In reply to: [Meteor Slides] Meteor Slides: height wrong (too small)Glad to hear you got it working!
Forum: Plugins
In reply to: [Meteor Slides] Meteor Slides: height wrong (too small)@kdawson If the slideshow is in a sidebar that is 242px wide, why do you have the slides set to 900px wide? The slideshows will scale to fit the container they are in, but it is best to set the slideshow dimensions to the exact dimensions that you want them to display at, and also to size the images to match that exactly.
If you want to send me a link I can take a closer look, but it sounds like the slide images themselves are cropped, not just resized.
Did you upload any of these slide images before setting the current slideshow dimensions? The slide images will be cropped to fit the dimensions that are set at the time that the slide images are uploaded. I would try re-uploading the slide images and resetting the images for the slides.
Forum: Plugins
In reply to: [Meteor Slides] Settings missing from dashboard@jeanius2 That’s strange, but I’m glad to hear it’s working now!