• Resolved whitewizard00

    (@whitewizard00)


    I have installed Automatic AMP plugin.. and it works fine but I can NOT:
    1- Scan my site. amp Site scan failed.
    2- images doesn’t show on amp pages

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter whitewizard00

    (@whitewizard00)

    Support UUID: ampwp-8db10942-1909-518d-ad59-6a1fad905b8b

    Plugin Support Milind More

    (@milindmore22)

    Hello @whitewizard00

    Thank you for the support topic, As we checked you are using AMP plugin in Reader Mode with Legacy theme, also you are Litespeed cache plugin

    1) There is conflict between LiteSpeed cache and AMP site scanner preventing it from finishing the scan.

    Please add the following code snippet in your child themes functions.php or in a custom plugin.

    add_filter( 'litespeed_comment', '__return_false' );

    2) We are able to check images on your AMP page, let us know if you still face issues.

    Hope this is helpful!

    Thread Starter whitewizard00

    (@whitewizard00)

    I have add this line of code and nothing changed.

    I have tried to disable all the plugins one by one.

    and I found Yoast SEO (18.3) is the plugins which make this errors happen.

    How I can solve this conflict.

    Plugin Support Milind More

    (@milindmore22)

    Hello @whitewizard00

    I tested Yoast SEO 18.3 Separately also along with other plugins you have but didn’t encounter any issues.

    I did get site scan failed when Litespeed cache is installed but code snippet is not added.

    The code that I gave you just removes the HTML comment added by LiteSpeed cache
    example HTML comment shown below
    <!-- Page supported by LiteSpeed Cache 4.5.0.1 on 2022-03-11 06:15:12 -->

    Once you add the code snippet please clear your site cache and try Site Scan

    If this didn’t work, Please check Browser Console and look for any error or conflicts.

    Hope this helps!

    Thread Starter whitewizard00

    (@whitewizard00)

    Yes, Thank you very much for your help.
    I have added the code but I didn’t clear the cache.
    I have re-added it and clear the cache now and it worked!
    Thank you!

    Plugin Support Milind More

    (@milindmore22)

    @whitewizard00
    Glad my suggestion is helpful, I’ll mark this as resolved Open a new support topic if you face further issues, also feel free to leave a plugin review, we would love to hear your feedback.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Amp-page images doesn’t load’ is closed to new replies.