Im using your plugin for custom post types, and it works perfectly, thank you.
I need the same functionality for a slider plugin, but installing a different plugin ie Manual Image Crop
is ‘n bit duplication of the same functionality.
Is there a way to add support for a slider plugin Meteor Slides
to your cropping plugin?
Thank you
]]>Thank you so much for your time!!
Best regards, bowAlberda1
https://www.ads-software.com/plugins/meteor-slides/
]]>Thank you so much for your time!!
Best regards, bowAlberda1
]]>I’m using meteor slides in a multisite setup.
I need to set default image size settings, as users wont have to change the size for the theme I created for this purpose.
I was hoping I can override the settings in my themes’ functions.php and adding this somehow:
function meteorslides_default_options() {
$meteor_temp = get_option( 'meteorslides_options' );
if ( ( $meteor_temp['slideshow_quantity']=='' )||( !is_array( $meteor_temp ) ) ) {
$meteor_defaults_args = array(
'slideshow_quantity' => '5',
'slide_height' => '200',
'slide_width' => '940',
'transition_style' => 'fade',
'transition_speed' => '2',
'slide_duration' => '5',
'slideshow_navigation' => 'navnone'
);
update_option( 'meteorslides_options', $meteor_defaults_args );
}
}
https://www.ads-software.com/plugins/meteor-slides/
]]>What would be the best approach to add a custom fields as per screenshot, and keep the plugin upgrade proof?
https://www.evernote.com/l/ASFipuuBqzhBhY9zjOGLRQlTt9v9VvOPYAk
Many thanks
https://www.ads-software.com/plugins/meteor-slides/
]]>A client of mine has been using Meteor Slides on their site for some time. At some point relatively recently (they’re not sure) the Meteor Slideshow stopped working.
I’d made a backup of the site at the start of the year and left it hidden behind a username / password off my own server with a different URL, and it still works there…. so I don’t know if a recent WP update has caused this.
One strange thing, if I have just one slide, it works fine – I see the slide etc. If I have more than one, no slide appears, BUT it leaves a blank / whitespace where the slide should be. All the relevant code seems to be in place when I view source.
Site is running the Brightbox theme if that helps. Not sure that’s relevant as it was working up till recently.
I’ve made a complete copy of the site as is, moved to my own server and updated every single plugin, it’s still behaving this way.
Any help appreciated.
https://www.ads-software.com/plugins/meteor-slides/
]]>The Problem:
This site www.tsatsatzu.com is running Responsive. It has a meteor video on the landing page. The video is ugly and won’t resize. And googling hasn’t been helpful.
Is there someplace on this forum that I haven’t found yet with instructions to help me whip that video into shape? To make it expand or contract (be Repsonsive!) according to the browser and device? To eliminate the strange undersizing seen in Mozilla, Chrome, etc?
And apologize in advance if this topic has been covered elsewhere. Newbie, right?
Thanks.
]]>