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

    (@futtta)

    Afternoon hydro22;
    There’s no generic problem between AO & WP 4.2.3, but it is possible that after updates of Core and/ or plugins/ theme problems do occur (as CSS and/ or JS changes).

    If that happens, you’ll have to follow the same troubleshooting procedure as described in the FAQ. If all else fails, you could always disable autoptimization of your homepage using the API (autoptimize_filter_noptimize, cfr. example code in autoptimize_helper.php_example).

    That being said; if you can provide me with the URL of your site (with AO active), I’ll be happy to take a look there myself to see what is happening.

    Kind regards,
    frank

    Thread Starter hydro22

    (@hydro22)


    Klick

    ao active
    But please hurry up ??

    Plugin Author Frank Goossens

    (@futtta)

    OK, had a look and even compared with the non-AO’ed version (adding ?ao_noptimize=1) and can’t see a problem?

    what do you see, can you describe what is wrong?

    frank

    Thread Starter hydro22

    (@hydro22)

    Yes, on all iphones an ipads with safari neither the normal pages nor the galleries are shown correctly. I have a screenshot. If you provide me a mailadress, i will send it to you

    Plugin Author Frank Goossens

    (@futtta)

    sure; futtta-at-gmail-dot-com

    Plugin Author Frank Goossens

    (@futtta)

    But as I don’t own an ipad/ iphone I won’t be able to help you to debug, so you will indeed have to go the debugging/ troubleshooting from the FAQ. The most likely culprit is JS optimization, so I would start with disabling that and see if the problem goes away. If it does, you can start playing with the JS optimization options (“force into head” for starters and if that does not work excluding specific scripts from optimization) to fix this.

    frank

    Plugin Author Frank Goossens

    (@futtta)

    ok, saw the screenshot; the problem is not with JS, but with CSS optimization. can you briefly re-enable AO?

    Plugin Author Frank Goossens

    (@futtta)

    Will be offline soon now, but will be briefly/ intermittently back later tonight.

    Based on the screenshot the CSS isn’t loaded, so what I would do if I were you;
    0. check/ make sure this is not a caching issue (on iphone/ ipad or on your server or …)
    1. look at your server’s http-logs, finding the requests for the page. are there requests for the autoptimized CSS? what status code?
    2. if you know how, enable remote debugging on iOS and try to find out why the CSS is not loaded.

    and for possible solutions/ workarounds/
    1. disable CSS optimization to see if the problem goes away.
    2. if so, look at how CSS optimization is configured and play around with that; if you are using “inline & defer” disable that and try with “inline all CSS”.
    3. if this still does not work, try excluding your CSS-files one after the other, trying to identify which one is breaking the optimized CSS

    frank

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Problems with 4.2.3’ is closed to new replies.