mddsharp
Forum Replies Created
-
Forum: Plugins
In reply to: [PWA] Prompting To Add To Home Screen TwiceI have a weird site lol
Some people come for the tourism side which is the homepage, some come for the Buy/Sell/Trade section, some come for local news, etc…
So, I made a WordPress page with all three of those sections so that the people coming for news and buy/sell/trade wouldn’t have to go through the homepage.
Forum: Reviews
In reply to: [PWA] Huge performance boost and easy to configureOK perfect, I am assuming the code above by Luke is already handled by the caching strategy plugin you sent me:
add_filter( ‘wp_service_worker_navigation_caching_strategy’, function() {
return WP_Service_Worker_Caching_Routes::STRATEGY_STALE_WHILE_REVALIDATE;
} );add_filter( ‘wp_service_worker_navigation_caching_strategy_args’, function( $args ) {
$args[‘cacheName’] = ‘pages’;
$args[‘plugins’][‘expiration’][‘maxEntries’] = 50;
return $args;
} );Forum: Reviews
In reply to: [PWA] Huge performance boost and easy to configure@westonruter OK TY working now. Lighthouse still says I have a performance issue, not sure what to do about that, I am behind Cloudflare and have it set to cache everything.
Now when you said I could add:
add_filter( ‘web_app_manifest’, function( $manifest ) { $manifest[‘short_name’] = ‘Carteret NC’; return $manifest; } );
Which file exactly?
And given the above code by Luke, what file is that added to? Where to define the start URL?
Forum: Reviews
In reply to: [PWA] Huge performance boost and easy to configure@westonruter OK, I have the PWA plugin installed and activated, and the caching strategy plugin installed and activating.
I then visited my site on my mobile device using Chrome and got nothing to install on my home screen.
Here is my lighthouse report
Forum: Reviews
In reply to: [PWA] Huge performance boost and easy to configureFor someone new to this plugin, what exactly did you configure after installing? I installed it and there are no setting, nothing changed on my mobile device.
Forum: Plugins
In reply to: [AMP] PWA + Official AMPAh ok, I thought this was the framework for those that have built there own PWA.
Link to a good tutorial on setting this up after install? Like styling, setting icon, etc…?
Forum: Plugins
In reply to: [AMP] WordPress Comments Via Official AMP And Mod_SecurityOK, I feel like an idiot.
I guess I just looked at the URL and saw AMP-WP.org and in my haste figured it was the AMP for WP site.
I will go to my corner now.
Forum: Plugins
In reply to: [AMP] WordPress Comments Via Official AMP And Mod_Security404 To Homepage
Akismet Anti-Spam
AMP
Quick fix for amp-wp#3409 (you sent me)
Atomic Blocks – Gutenberg Blocks Collection
Classic Editor
Cloudflare
Contact Form 7
Easy WP SMTP
Glue for Yoast SEO & AMP
Insert Headers and Footers
Jetpack by WordPress.com
Smush
User Switching
Widget Logic
Widgets On Pages
WP SEO Structured Data Schema
WP User Avatar
Yoast SEO
Forum: Plugins
In reply to: [AMP] WordPress Comments Via Official AMP And Mod_SecurityAnd, I was able to recreate the error by going to the origin server AMP page that isn’t in the Google cache.
Forum: Plugins
In reply to: [AMP] WordPress Comments Via Official AMP And Mod_SecurityThe error I got earlier was on a article I wrote 3 days ago. I haven’t had the other plugin installed in over a year.
I see no evidence at all of the other plugin. Not within the dashboard or via wp-content in my hosting.
I am only bringing this up because I didn’t want you and the others dealing with this as it comes up when it’s related to the other plugin. Plus, to me, it seems like a glaring security issue.
Forum: Plugins
In reply to: [AMP] WordPress Comment Form Under AMP: Failureok, give me a second to do that.
Forum: Plugins
In reply to: [AMP] WordPress Comment Form Under AMP: Failure@westonruter I got an account on slack but have never used it and can’t figure out how to message you. Review https://ccountync.com/weston.html
If you need further info, let me know and we can figure out how to talk.
Forum: Plugins
In reply to: [AMP] WordPress Comment Form Under AMP: Failure@westonruter What is a way to contact your directly? I just found something major that isn’t right.
Forum: Plugins
In reply to: [AMP] WordPress Comment Form Under AMP: Failure@reneesoffice @westonruter On it now.
Forum: Plugins
In reply to: [AMP] WordPress Comment Form Under AMP: Failure