doctorofcredit
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] http fileNot currently unfortunately
Forum: Plugins
In reply to: [Autoptimize] http fileYes, both set to https
Forum: Plugins
In reply to: [Autoptimize] Issue With TablePressYup, all good now. Will move our image optimization over to the AO one to avoid the work around.
Forum: Plugins
In reply to: [Autoptimize] Issue With TablePressYeah, it looks to break the same. Things are left broken on the main site at the moment, but I can also set up staging if you want to have a poke around
Forum: Plugins
In reply to: [Autoptimize] Issue With TablePressWhen all are off the table works. As soon as one is enabled it breaks from my testing. I’m not using AO for lazyload
Forum: Plugins
In reply to: [Autoptimize] Issue With TablePressCouldn’t seem to narrow it down (e.g disabling CSS/JS/HTML one by one didn’t cause the issue to disappear. Issue seems to only disappear when the plugin as a whole is disabled).
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Pagination Not WorkingWhat browser are you using? It shows fine in safari but not other browsers. In other browsers it’s showing all items in the table rather than 10 at a time.
Forum: Plugins
In reply to: [Autoptimize] front end admin blankYes, same issue. Works fine when aggregate css is off.
Settings are:
optimize css on
aggregate css on
aggregate inline css on
generate data off
inline and defer on (section blank)
inline all css off
excluse css from autoptimize: admin-bar.min.css, dashicons.min.cssForum: Plugins
In reply to: [Autoptimize] front end admin blankSame thing happening to me, we have the default CSS optimization exclusions in place as listed above.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Remove Box ShadowThanks, is there a way to change the background area for ‘Leave A Reply’ ‘Join the discussion’ etc?
Forum: Plugins
In reply to: [Autoptimize] Preload FontsNo problem, appreciate the help as always!
Forum: Plugins
In reply to: [Autoptimize] Preload FontsIt’s odd because if I change it to 4.7.0 first in the preload specific requests you’ll see that one working properly but not the 5.0.4 one (i’ve just changed their ordering so you can see what I mean)
Forum: Plugins
In reply to: [Autoptimize] Preload FontsDone, triggering the lighthouse warning on 4.7.0 now
Forum: Plugins
In reply to: [Autoptimize] Preload FontsCurrently in that field I have https://www.doctorofcredit.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.0.6/webfonts/fa-solid-900.woff2
Forum: Plugins
In reply to: [Autoptimize] Preload FontsOk so not completely resolved unfortunately. If I put it in as:
https://www.doctorofcredit.com/wp-content/themes/voice/assets/css/fonts/fontawesome-webfont.woff2?v=4.7.0, https://www.doctorofcredit.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.0.6/webfonts/fa-solid-900.woff2
Then v4.7.0 will preload correctly but 5.0.6 will get the lighthouse error. If I put in:
https://www.doctorofcredit.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.0.6/webfonts/fa-solid-900.woff2, https://www.doctorofcredit.com/wp-content/themes/voice/assets/css/fonts/fontawesome-webfont.woff2?v=4.7.0
Then 5.0.6 will preload correctly but 4.7.0 will get the lighthouse error. Any ideas?