Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Frank Goossens

    (@futtta)

    you’re using some kind of lazy-loading for your images mayankparmar, exclude the relevant JS from JS optimization and all will be fine. have a look at the FAQ for more info on how to troubleshoot.

    kind regards,
    frank

    Plugin Author Frank Goossens

    (@futtta)

    quick follow-up;

    this might actually due to this item in the changelod “Improvement: Re-enable functionality to move non-aggregated JS if “also aggregate inline JS” is active (can be disabled with autoptiize_filter_js_unmovable filter)”

    you can try the following code snippet to undo that functionality;

    add_filter('autoptimize_filter_js_unmovable',__return_true);

    frank

    Plugin Author Frank Goossens

    (@futtta)

    Morning mayankparmar;
    I’m working on an update which will by default not activate the improvement mentioned above. Would be great if you could download https://downloads.www.ads-software.com/plugin/autoptimize.zip and test to see if this fixes your problem.

    kind regards,
    frank

    Plugin Author Frank Goossens

    (@futtta)

    fyi: 2.0.2, based on the current dev version, will be released shortly (today or tomorrow) with what I think should fix this issue.

    do test and if things don’t work any more holler now or be silent forever (well, not really, but I’d prefer to fix things before releasing to the masses).

    frank

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images not loading after new update for the plugin!’ is closed to new replies.