Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Milind More

    (@milindmore22)

    Hello @ali1010

    Thank you for reaching out to us. When we checked your website’s AMP page, we found out that you are using AMP plugin in Reader Mode. Also, we didn’t encounter any issues with the AMP page. We also tested your AMP pages on AMP test, which didn’t report any errors.

    If you were on different template mode before (Transitional or Standard) the error might be from the old settings and will clear over time.

    We also noticed that you are using Elementor editor, which is not AMP compatible, so we will recommend adding the AMP enhancer plugin which fixes some compatibility issues with AMP.

    We hope this helps!

    Thread Starter ali1010

    (@ali1010)

    Thank you for your response.
    I understand that you are on holiday, and I apologize for disturbing you.
    Merry Christmas!

    I am experiencing an error in the admin panel and cannot access the settings. Please review the attached image.

    Thread Starter ali1010

    (@ali1010)

    This is the response from Google Search Console during the error fix.

    Plugin Support Milind More

    (@milindmore22)

    Hello @ali1010

    Thank you for contacting us.

    The first issue you’re encountering with the AMP plugin settings appears to be caused by a conflict with the Litespeed plugin. It seems the Litespeed plugin is adding comments to the JSON response, which can interfere with the AMP plugin’s functionality.

    To resolve this, please try adding the following code snippet to your active theme’s functions.php file or within a custom plugin:

    add_filter( 'litespeed_comment', '__return_false' );

    This code snippet should disable the Litespeed plugin’s comments in the JSON response.

    The second issue you mentioned, the error in Google Search Console, seems to be related to an invalid CSS rule being added to your website. This CSS rule includes a browser-specific path for the background image:

    <div class="simple-translate-button isShow" style="background-image: url('moz-extension://3ebed59f-428c-4dd5-b8dd-d9053f54327b/icons/512.png'); height: 22px; width: 22px; top: 7456px; left: 722px;"></div>

    The AMP validator of Google Search Console requires that background images have a valid URL with the https:// or https:// protocol. Since this CSS rule uses a moz-extension:// path, it’s considered invalid, leading to AMP errors.

    To fix this issue, you’ll need to locate and remove this CSS rule from your website. This might involve inspecting your theme’s files, checking for any active plugins that might be adding this code, or using a browser developer tool to identify the source of this CSS rule.

    We hope this information helps!

    Plugin Support Milind More

    (@milindmore22)

    @ali1010 As we didn’t receive a response I’ll mark this as resolved. Feel free to open a new support topic if you require any further assistance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.