• Resolved jpelverding

    (@jpelverding)


    One of my sites “suddenly” lost the meteor sliders.
    I have looked into the source code of the site (Browser, apple-U) and found the links were there, and through the links I could see the pictures.
    Then I noticed that somehow the slider was hidden
    ‘<img style=”visibility: hidden;” class=”meteor-shim” src=”http://www.brocantelinnen.nl/wp-content/uploads/2015/05/2015-07-27-12.19.38-800×600.jpg&#8221; alt=””>’
    When using the inspector I could “undo” that and at least the first picture was visible again. I tried a fresh install at another site, no problem there. At another site I tried it as well and it worked ok.
    Unfortunately, at johnpeter.eu all pictures are now underneath one another. I tried all notations ‘1 [meteor_slideshow(“beelden”)] – 2 [meteor_slideshow(beelden)] – 3 [meteor_slideshow()] ‘ as I found several notations on your site.
    Using the same theme and a fresh installtion of meteor I had no trouble at http://www.e57.nl/testclone/

    I’m using 1.5.4 on the latest version of WP. I don’t fool around with plug-ins so I didn’t change any code there.

    Thanks for your time!
    JP

    https://ww.wp.xz.cn/plugins/meteor-slides/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter jpelverding

    (@jpelverding)

    I checked: The one that works is version 1.5.3 on ‘$wp_version = ‘4.1.6″
    The other ones use 1.5.4 on ‘$wp_version = ‘4.2.3’;’
    πŸ™

    Plugin Author Josh Leuze

    (@jleuze)

    Hi, it looks like the markup for the slideshow is broken, so the JavaScript for the slides won’t work.

    On johnpeter.eu in the source code I can see this line with an un-closed HTML comment:

    <!--<div id="featured" class="grid col-940">

    That comment is bleeding down into the slideshow code, commenting out part of it and breaking the slideshow.

    Thread Starter jpelverding

    (@jpelverding)

    Thanks, that issue probably resulted from having a white page of death, leaving me to edit a page through my ftp-client. It’s working OK again.

    I’ll dive into the brocantelinnen.nl to see if anything like that has happened but there it’s on several sliders on different pages.

    Could it be that the new update cycli has led to a strict adherence to rules? What is the shortcode for mutliple shows like ‘alpha’ and ‘beta’ on two different pages. I used ‘[meteor_slideshow(alpha)]’ which used to work, my client used “” instead of () and on your site you name ‘[meteor_slideshow slideshow=”robots”]’

    Could you please clarify that?

    Thanks for your speedy reply on the first matter!
    JP

    Thread Starter jpelverding

    (@jpelverding)

    From the site source code
    ‘<div class=”meteor-clip”>
    <img style=”visibility: hidden;” class=”meteor-shim” src=”http://www.brocantelinnen.nl/wp-content/uploads/2015/05/2015-07-27-12.19.38-800×600.jpg&#8221; alt=”” />
    <div class=”mslide mslide-1″> ‘
    I’ve tried to locate this in the several *.css but I can’t find that. I use a modified theme and the custom-css plug-in. The slider (front) is added to the page in the theme options section, although I have also tried php.
    In short: I’m lost.
    Thanks!

    Plugin Author Josh Leuze

    (@jleuze)

    It looks like the slideshows are working alright on your sites, did you get it figured out? If not can you post a link to the specific page where you are having issues?

    The formatting for multiple slideshows is important, if that formatting isn’t correct it may sometimes work partially, but can still break so it is best to do it the correct way.

    That image with the visibility set to hidden is intentional, that is how it is supposed to work. The slideshow script will display the slide images as they are needed.

    Thread Starter jpelverding

    (@jpelverding)

    Nope, I’ve been on the road for a while and it didn’t solve itself by magic πŸ™

    I have two examples: http://www.brocantelinnen.nl/ (slider: front) and http://www.brocantelinnen.nl/kristal/ (slider:kristal).

    Looking at the code I can see it’s hidden. No idea how I can make that visible, whcih probably would solve it.

    ‘ [meteor_slideshow slideshow=”kristal”]

    In the source code (I added the — here)
    ‘<div class=”meteor-clip”>
    <——> img style=”visibility: hidden;” <——— class=”meteor-shim” src=”http://www.brocantelinnen.nl/wp-content/uploads/2015/06/2015-06-02-12.28.40-800×600.jpg&#8221; alt=”” />
    <div class=”mslide mslide-1″>

    So, two questions;
    How did it go to hidden?
    How do i fix it in the site set-up?
    (And a third: How did it happen…)

    Thanks Josh!

    JP

    Thread Starter jpelverding

    (@jpelverding)

    I have absolutely no clue what has happened. I’ve been on line with the providers helpdesk, uses meteor on three different sites/hosting providers and all worked well on those sites. I uninstalled and re-installed the plug-in, to no avail.
    Then I decided to uninstall all plug-ins, and suddenly the sliders were back again. Testing one after another to see which one would break te sliders and none of them did. It’s up and running (Touching wood now).

    Thanks for your support!
    JP

    Plugin Author Josh Leuze

    (@jleuze)

    Glad to hear you got it working.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Plug in code changed/’ is closed to new replies.