Home Forums Weaver and Plugin Interaction Meteor Slides

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #18236
    wnovice
    Participant

    Suddenly, 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?



    #24457
    Weaver
    Keymaster

    That 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.

    #24458
    wnovice
    Participant

    I 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.

    #24459
    scrambler
    Moderator
    The people to ask are the meteor slide developer, only they can tell you what may be going on with their plugin
    As far as other slider, there is weaver Show Slider
    #24460
    Bobthearch
    Participant

    Also, 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.

    #24461
    wnovice
    Participant

    Thank for the recommendations.

    I will check with developer.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘ Weaver and Plugin Interaction’ is closed to new topics and replies.