Julien ALIBERT
Forum Replies Created
-
Forum: Plugins
In reply to: [PWA] How to change start_url?Is it.
Hi Rowinson,
Thank you very much. Now, all work normally. I hope, I’ll can help other WordPress users to turn to Perfecty Push Notifications. It’s a nice work.
Now, Progressive WordPress have a strong solution to send notification!
Thank you very much.
- This reply was modified 3 years, 6 months ago by Julien ALIBERT.
I’m still using the cache plugin WP Rocket. PPN runs perfectly on my Samsung S20 (Chrome 90.0.4430.91) but not properly on Windows (Chrome 90.0.4430.93). Effectively the registration fails in the first attempt :/
I will test on other devices.
Hello,
Thank you for your advice and your kindness.
I disabled XtremCache from my server and removed the forcing https on htaccess.Replaced:
# Redirection vers HTTPS et WWW RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteCond %{HTTP_HOST} ^(.*)$ [NC] RewriteRule (.*) https://www.%1/$1 [R=301,L]
by
RewriteEngine On RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteCond %{HTTPS} !on RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
I don’t know if that resolves the problem. My technical knowledge is already outdated.
Forum: Plugins
In reply to: [Addon Paypal and Stripe With Contact Form 7] Seems broken?Also, demo mode reveales price issue.
SUM calcul are wrong. 2 cherry 10$/u + 3 tea 20$/u = 63$ ???I’m sorry because the specifications seems are top!
Forum: Plugins
In reply to: [PWA] My manifest is haunted!UPDATE
Hi there,
Finally it’s work fine after waiting 8 days.
I do not understand why it took so long.
My website runs with the AMP standard.
Is it possible than AMP rules, the cdn, are the root of this delay?
Anyway, thank you very much @westonruter for the plugin and your availability.Forum: Plugins
In reply to: [Material Design for WordPress] AMP SupportNot tested but I also would like to know. Do you foresee an environment conducive to the creation of PWAMP?
Forum: Plugins
In reply to: [PWA] My manifest is haunted!I don’t know if I was clear.
Filters in functions.php do not work.
The manifest present 3 different and unpredictables versions depending you refresh the window (https://oaformation.com/wp-json/wp/v2/web-app-manifest) :
{"name":"Olivier Aubrun Formation","start_url":"https:\/\/oaformation.com\/","display":"minimal-ui","dir":"ltr","lang":"fr-FR","background_color":"#fff","theme_color":"#fff","description":"Permis d'exploitation - Hygi\u00e8ne alimentaire \u00e0 Lyon","icons":[{"src":"https:\/\/oaformation.com\/wp-content\/uploads\/2017\/02\/OAF_favicon.png","sizes":"192x192","type":"image\/png"},{"src":"https:\/\/oaformation.com\/wp-content\/uploads\/2017\/02\/OAF_favicon.png","sizes":"512x512","type":"image\/png"}]}
OR
{"name":"OAFormation","start_url":"https:\/\/oaformation.com\/","display":"minimal-ui","dir":"ltr","short_name":"OAFormation","lang":"fr-FR","background_color":"#fff","theme_color":"#fff","description":"Permis d'exploitation - Hygi\u00e8ne alimentaire \u00e0 Lyon","icons":[{"src":"https:\/\/oaformation.com\/wp-content\/uploads\/2017\/02\/OAF_favicon.png","sizes":"192x192","type":"image\/png"},{"src":"https:\/\/oaformation.com\/wp-content\/uploads\/2017\/02\/OAF_favicon.png","sizes":"512x512","type":"image\/png"}]}
OR
{"name":"","start_url":"https:\/\/oaformation.com\/","display":"minimal-ui","dir":"ltr","short_name":"","lang":"fr-FR","background_color":"#fff","theme_color":"#fff","description":"Permis d'exploitation, formation Hygi\u00e8ne alimentaire","icons":[{"src":"https:\/\/oaformation.com\/wp-content\/uploads\/2017\/02\/OAF_favicon.png","sizes":"192x192","type":"image\/png"},{"src":"https:\/\/oaformation.com\/wp-content\/uploads\/2017\/02\/OAF_favicon.png","sizes":"512x512","type":"image\/png"}]}
Forum: Plugins
In reply to: [PWA] My manifest is haunted!There not. Should I re-install pwa plugin?- This reply was modified 3 years, 9 months ago by Julien ALIBERT.
Forum: Plugins
In reply to: [PWA] My manifest is haunted!Do you suggest I should find a file named class-wp-web-app-manifest.php in /wp-include ?No no no no no… understood… the location is pwa/wp-include
:o)- This reply was modified 3 years, 9 months ago by Julien ALIBERT.
- This reply was modified 3 years, 9 months ago by Julien ALIBERT.
- This reply was modified 3 years, 9 months ago by Julien ALIBERT.
Forum: Plugins
In reply to: [PWA] My manifest is haunted!Today, this is what I see :
{"name":"Olivier Aubrun Formation","start_url":"https:\/\/oaformation.com\/","display":"minimal-ui","dir":"ltr","lang":"fr-FR","background_color":"#fff","theme_color":"#fff","description":"Permis d'exploitation - Hygi\u00e8ne alimentaire \u00e0 Lyon","icons":[{"src":"https:\/\/oaformation.com\/wp-content\/uploads\/2017\/02\/OAF_favicon.png","sizes":"192x192","type":"image\/png"},{"src":"https:\/\/oaformation.com\/wp-content\/uploads\/2017\/02\/OAF_favicon.png","sizes":"512x512","type":"image\/png"}]}
Blogname
is declared as OAformation.
We don’t use multilingual plugin.
Yoast probably causes issue withname
orshort_name
but is similar to
Blogname
and delay to consider updates do not allow to check.
Finally, there is no explication why I can see 3 versions ofname
depending refresh of https://oaformation.com/wp-json/wp/v2/web-app-manifest :
1. Nothing
2. OAFormation
3. Olivier Aubrun Formationthe underlying code for where the name is coming from: https://github.com/GoogleChromeLabs/pwa-wp/blob/4e900dfbf267b4147e8e1f9c9db2ee38ff68be6c/wp-includes/class-wp-web-app-manifest.php#L132-L148
'name' => html_entity_decode( get_bloginfo( 'name' ), ENT_QUOTES, 'utf-8' ),
Yes is the blogname but does it not explain my case.I do not know.
- This reply was modified 3 years, 9 months ago by Julien ALIBERT.
Forum: Plugins
In reply to: [PWA] My manifest is haunted!Note that I have cleared caches of the site, browser, old versions of the manifest in the browser …
Forum: Plugins
In reply to: [PWA] How to change start_url?It’s done. Thank you for your prompt response!
Understood, thanks you.
Ok I do (disconnect – reconnect). It works !