Home › Forums › Weaver and Plugin Interaction › Meteor Slides
- This topic has 5 replies, 4 voices, and was last updated 7 years, 8 months ago by
wnovice.
-
AuthorPosts
-
September 10, 2015 at 12:55 UTC - Views: 2 #18236
wnovice
ParticipantSuddenly, today the meteor slides do not work. Error message is:
*/ // Add Shortcodes to load slideshow in content function
meteor_slideshow_shortcode( $meteor_atts ) { extract( shortcode_atts( array (
‘slideshow’ => ”, ‘metadata’ => ”, ), $meteor_atts ) ); $slideshow_att
= $slideshow; $metadata_att = $metadata; ob_start(); meteor_slideshow(
$slideshow=$slideshow_att, $metadata=$metadata_att ); $meteor_slideshow_content
= ob_get_clean(); return $meteor_slideshow_content; } add_shortcode(
‘meteor_slideshow’, ‘meteor_slideshow_shortcode’ ); /* To load the slideshow,
add this line to your page or post: [meteor_slideshow] */ // Adds widget to
load slideshow in sidebar include( ‘includes/meteor-slides-widget.php’ );Currently the shortcode ([meteor_slideshow slideshow=”company-header-industry”]) is place in Weaver II Pro Admin>Advance Options>Site Header Insert Code
does Meteor slides still work with Weaver?
September 10, 2015 at 16:04 UTC - Views: 2 #24457Weaver
KeymasterThat is not a real error message, but a clip of PHP code.
We’ve not been using or necessarily recommending Meteor Slides for some time, so I don’t know if it really works or not.
One thing would be to copy the short code you are using (site header insert code) and put it in a test page or post and see if it works there. If not, then try switching to a different theme (e.g., one of the default Twenty-xxx themes) and see if it works there. It almost certainly won’t, in which case you have a problem with the meteor slides pluing itself, or some kind of corruption issue.
The clip you showed is not typical.
September 11, 2015 at 02:18 UTC - Views: 1 #24458wnovice
ParticipantI have another website also using meteor slides at the Site Header Insert Code and it works fine.
If it’s corruption issue, can should I do?
Could it be a PHP version issue?
Also, which slide plugin is a good alternative in case I cannot solve the problem?
Thank you.
September 11, 2015 at 03:46 UTC - Views: 1 #24459scrambler
ModeratorThe people to ask are the meteor slide developer, only they can tell you what may be going on with their pluginAs far as other slider, there is weaver Show SliderSeptember 11, 2015 at 06:22 UTC - Views: 1 #24460Bobthearch
ParticipantAlso, which slide plugin is a good alternative in case I cannot solve the problem?
I played with about every slider, photo gallery, and lightbox program out there. Some were too complicated, some just didn’t work, and many didn’t have enough functionality without buying a premium version. Here is what I’m using now on a WeaverX website:
PhotoGallery by Webdorado. https://wordpress.org/plugins/photo-gallery/ The free version of this does a LOT. The paid version does offer extra features, but nothing I need.
Free version of Huge IT Slider. It’s a nice-looking slider. https://wordpress.org/plugins/slider-image/ The free version is rather limited but did enough at the moment.
September 11, 2015 at 10:25 UTC - Views: 1 #24461wnovice
ParticipantThank for the recommendations.
I will check with developer.
-
AuthorPosts
- The forum ‘ Weaver and Plugin Interaction’ is closed to new topics and replies.