Home › Forums › Bug Reports › Plugin is not compatible with Google PageSpeed Module › Reply To: Plugin is not compatible with Google PageSpeed Module
Oh no, I’m not saying you should remove the attribute at all.
But maybe you misunderstood my problem. I am using the pagespeed server edition (I wasn’t talking about the one that is installed on top of Firebug or on Google Chrome). It’s a module that when installed on the server on top of apache or nginx, it will minify the final HTML, JavaScript and CSS code in order to optimize it.
One of pagespeed’s optimization features, is to remove the type='text'
from inputs, since according to the HTML5 w3 standard
The missing value [of the input’s type] default is the Text state.
http://www.w3.org/TR/html5/forms.html#attr-input-type
My request is just to add input:not([type])
to the jQuery selectors. So when the type is missing, it would be considered as if <input type='text' />
.
If you’re still not sure what I’m talking about, you can view the PageSpeed module here: https://developers.google.com/speed/pagespeed/module
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
ACF wouldn’t be so widely used in WordPress if it didn’t have some pretty amazing capabilities. In this article, we look at a few of the features we’ll discuss during “7 things you didn’t know you could do with ACF” at #WPEDecode later this month. https://t.co/5lnsTxp81j pic.twitter.com/Yf0ThPG1QG
— Advanced Custom Fields (@wp_acf) March 16, 2023
© 2023 Advanced Custom Fields.
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Cookie Policy. If you continue to use this site, you consent to our use of cookies.