Viewing 15 replies - 1 through 15 (of 23 total)
  • Thread Starter mongobread

    (@mongobread)

    I fixed the issue by recoding srcset to src in the file…

    module.picturefill.php

    …for both <source> and <img> tags

    I noticed that srcset can’t read space as the path to the images is like in the sample below:

    https://www.jmlaudio.com/wp-content/gallery/audi/2012 Audi Q7/thumbs/thumbs_IMG_5553.JPG

    Please optimize the coding on the plugin of module.picturefill.php of NGG Pro plugin, so the space is converted to %20 like the sample below

    https://www.jmlaudio.com/wp-content/gallery/audi/2012%20Audi%20Q7/thumbs/thumbs_IMG_5553.JPG

    Same here……I am using the Photocrati theme……and just updated to the last version with the Pro Nextgen player. Beachball on loading…….

    Thread Starter mongobread

    (@mongobread)

    Try the little hack I did and it’ll be fine for the moment.

    in line 52

    "<source srcset='%s' media='%s'>",

    then in line 189

    $attrs['srcset'] = implode(", ", $srcsets);

    change srcset to src

    I’ll give it a try but I can’t find– module.picturefill.php in the NGG Pro plugin at all?

    OK, I deleted the old NextGENPro plugin and re-installed…….beachball issue is solved.

    Thread Starter mongobread

    (@mongobread)

    Glad you made it

    Yeah it was kind of weird…….maybe there is a bad line in the file that was auto-updated through the dashboard? I pulled the other file from the product page my downloads, and that resolved everything…..lol who knows

    Thread Starter mongobread

    (@mongobread)

    No, it just timed out and caused the installation incomplete in your case.

    Not doubting your assessment but I watched the update…..got the green check mark and said update complete.

    Plugin Contributor photocrati

    (@photocrati)

    @mongobread – Please contact our support team directly with any questions or concerns for NextGEN Pro via your member’s area at https://nextgen-gallery.com/

    Thanks!

    – Cais.

    Thread Starter mongobread

    (@mongobread)

    I did, but the support link keeps me in a loop to the My Account.

    I did send a bug report but it keeps loading and sending

    https://i58.tinypic.com/6nqnm1.jpg

    Plugin Contributor photocrati

    (@photocrati)

    @mongobread – Please clear your browser cache / use an anonymous browser window and try again.

    Thanks!

    – Cais.

    Same problem here.
    The galleries doesn’t work either in Firefox and Chrome.
    Cleaned the cache. No difference.
    On Chrome I receive this error if I switch on debug mode: “Failed parsing ‘srcset’ attribute value since it has an unknown descriptor”

    ** Edit **
    My solution is to modify the line 189 of nextgen-gallery-pro/modules/nextgen_picturefill/module.picturefill.php as follow:
    $attrs[‘srcset’] = str_replace(” “, “%20”, implode(“, “, $srcsets));
    It appear that srcset doesn’t work good with spaces…

    Thread Starter mongobread

    (@mongobread)

    Hi @cyberpk,

    It seems your fix is the better option and I’ll try that. And yes, spaces aren’t accepted for srcset.

    Photocrati PRO Team I’m calling your attention on this, you have to patch it up!

    I wasted hours already trying to login to your so called PRO Support that’s why I didn’t bother to ask there. And we ended modifying your codes faster because we (I’m sure CyberPK too) have live site that needs to get fixed asap.

    SEO dropping because of broken image links.

    Please don’t take this lightly.

Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘Images not showing’ is closed to new replies.