weltonwang88
Forum Replies Created
-
Forum: Plugins
In reply to: [PWA for WP - Progressive Web Apps Made Simple] No buttonHey guys, I think the issue is with the code of the service worker its self.
See this thread here: https://wordpress.org/support/topic/js-error-in-service-worker/
TO fix it, go to your hosting file manager and find the service worker file (pwa-sw.js), then add the “];” to the const neverCacheUrls = [/\/wp-admin/,/\/wp-login/,/preview=true/, line. this will temporarily fix it. However, you need to do this each time you generate a service workerForum: Plugins
In reply to: [WP Super Cache] Preload only a post typeThank you soo much! It worked!
Forum: Plugins
In reply to: [WP Super Cache] Preload only a post typeYes please, thanks!
Forum: Plugins
In reply to: [WP Super Cache] Homepage not GZIPped / cachedcan you send a link to your webpage url?
Check to see if you check the is_front_page() checkbox. it should be unchecked. As for GZIP, you need to enable it on the server, or via .htaccessForum: Fixing WordPress
In reply to: Widget Font SizeOk thanks
Forum: Fixing WordPress
In reply to: Widget Font SizeThanks, but this changes the font size for all the other text on the page