Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Paul

    (@paultgoodchild)

    This validation error states “link rel=stylesheet for fonts” … but it’s not a link for fonts, it’s a Stylesheet link. Not quite sure what to suggest.

    Actually, this is the problem:
    https://stackoverflow.com/questions/36120632/accelerated-mobile-pages-link-to-css-file

    If you’re using a plugin to generate your amp pages, try setting on the option within our plugin to use the WordPress enqueue method.

    • This reply was modified 8 years, 4 months ago by Paul.
    • This reply was modified 8 years, 4 months ago by Paul.
    Thread Starter pako69

    (@pako69)

    Hi
    I know nox why I get this error (because I recently had it eslwhere), it’s because the AMP validator do not “like” this URL syntax:
    //cdnjs.cloudflare.com/.......
    II it was:
    https://cdnjs.cloudflare.com/..........
    That validation will be ok…

    I had the same issue in another website and change ‘//…..’ to ‘https://…..’ and it works

    Thread Starter pako69

    (@pako69)

    Sorry I talk to fast!
    The issue I was talking about url without http do no concern your plugin…

    Thread Starter pako69

    (@pako69)

    The “Not recommended- Use native WordPress CSS enqueue for Bootstrap files.” works to validate the page, but I do not like to use something that is no recommanded…
    My posts seems to work good but I do no not what other issue I could get with that enabled…
    Thanks

    Plugin Author Paul

    (@paultgoodchild)

    When we say “not recommended”, we say this to ensure that most people don’t use the option and then wonder why it doesn’t work like they expect.

    If you can say that your site loads and looks correctly with this option enabled, then you can use this option.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not compatible with WordPress AMP Plugin’ is closed to new replies.