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:
http://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 9 years, 5 months ago by
Paul.
-
This reply was modified 9 years, 5 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 ‘http://…..’ 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.