rickey29
Forum Replies Created
-
Forum: Plugins
In reply to: [Flx Woo] Demo site is downThank you! Actually, I am considering if I should make my project as an open source project, (like a lot of web development platforms,) I focus on the architecture develoment, developers/web development agencies foucs on pages/templates development, so the project can be more popular. My email address is rickey29 at gmail dot com. Send email to me if you want to have more communication.
Forum: Plugins
In reply to: [Flx Woo] Demo site is downI am sorry I move my demo site to: https://woo.flxwoo.com/ , the home page is: https://flxwoo.com/
Actually, my project is not good enough to demo, there are a lot of features I need to provide/improve. I hope I can give a good enough version on version 2.x.x
Forum: Plugins
In reply to: [Hyper PWA] Problema en notificacionClose this issue. If there is still any problem, please let me know.
Forum: Plugins
In reply to: [Hyper PWA] Problem with Push MessagesI will close this ticket. If there is still any problem, please reply to me, I will improve.
Forum: Plugins
In reply to: [Hyper PWA] Problema en notificacionHola,
?Podrías indicarme la URL de tu sitio web para poder comprobarlo? Si no desea publicar su URL aquí, puede enviármela por correo electrónico. Mi correo electrónico es [email protected] .
?Gracias!
Forum: Plugins
In reply to: [Hyper PWA] Problem with Push MessagesHi adobehills,
Sorry for the delay. I update my code. Please update to v3.1.0 or above, and verify.
Any questions, feel free to ask me.
Rickey
Forum: Plugins
In reply to: [Hyper PWA] Problem with Push MessagesHi @adobehills,
Give me sometime to repeat this problem in my environment. I am sorry it will take a long time.
Rickey
Forum: Plugins
In reply to: [Hyper PWA] Set Icons do not show up in hyper-pwa-manifest.jsonHi there,
I am sorry there is a bug in my code. Please update the plugin to the latest version. (Please also activate the plugin auto-update.)
Any questions, feel free to ask me.
Rickey
Forum: Plugins
In reply to: [Hyper PWA] Add to home screenHi createpop,
Hope you can find alternative solution.
Any questions, feel free to ask me.
Rickey
Forum: Plugins
In reply to: [Hyper PWA] Add to home screenHi createpop,
(If your website does not use PWA, you can do it, google “Create Website Shortcut on mobile” you can find the solution.)
While, when you use PWA, I don’t think that is possible, because in PWA, the “Add to Home Screen” depends on the “manifest.json”. For one website, there is only one “manifest.json” file, and there is only one “start_url” inside of this “mainfest.json”, which point to the homepage/home URL. So shortcut to sub-pages does not work anymore in PWA, shortcut will all point to the homepage.
Rickey
Forum: Plugins
In reply to: [Hyper PWA] How to change default ‘add to home screen’ icon?Hi Vivek,
Go to Dashboard Hyper PWA Settings page, Manifest tab, update the App Icon, the Icon of “Add to Home Screen” will be changed.
For the Premium package, you can download the package from “https://github.com/rickey29/flex-pwa-wordpress/blob/main/flex-pwa.zip”. There is a 90 days free trial. After the 90 days, you pay me through PayPal. The detail explanation is at the Premium package, Dashboard Setting page, Premium tab. If you still have question, send email to me.
Rickey
Hi Takis,
I am very sorry I find the urldecode() is not necessary for neither my AMP scenario nor your debug scenario.
Let me explain. When the cookie value is input by JavaScript, I read the value from Google Chrome Developer Tools, the comma is ‘,’; when the cookie value is input from PHP, in Chrome Developer Tools, the comma is ‘%2C’. I do some searching in Stack Overflow, find a urldecode() is necessary for the conversion, so I write this post. Actually, I did not debug your code at this time.
Today, when I debug your code (for your image file link debug issue), I find the $_COOKIE[‘resolution’] always gets a ‘,’ (comma, never %2C), no matter the input is from JavaScript or from PHP. Looks like PHP do the conversion (from %2C to comma) automatically for us.
Regarding the image link debug issue, my understanding is, within PHP code, you can never get a ‘%2C’ in cookie value (because PHP converts all %2C to comma), so you need not worry about this issue.
Sorry again for the inconvenience. You can forget my ticket/this post.
Thanks for your support and have a nice day.
Rickey
Hi Takis,
I understand your requirement, I will try to make it. Any question and/or progress, I will let you know.
Rickey
Hi Takis,
Thanks for your support.
AMP has its solution: https://github.com/ampproject/amphtml/blob/master/spec/amp-var-substitutions.md , search keyword VIEWPORT_WIDTH then you will find detail explanation and example.
Any question, please let me know.
Have a nice day.
Rickey
Forum: Plugins
In reply to: Mobile WordPressSome updating for FlexPlat:
FlexPlat (aptly named from FLEXible PLATform) is a Content Transcoding/Transforming proxy for Content Adaptation. It can convert desktop web pages into mobile friendly ones: retrieves desktop web pages, converts the content into mobile optimized ones, and returns the new pages to end users. It can be used for most CMS, such as WordPress, phpBB …
FlexPlat personalizes web page transcoding/transforming based on scripts and templates. As more scripts and templates are developed, FlexPlat will provide more flexibility for web mobilization, and end users will get more characteristic design than other transcoding/transforming solutions. In detail:
— it can output selected web content to mobile web pages;
— it can change content display order in mobile web pages;
— it can retrieve content from several desktop web pages, even from different web sites, and output to one mobile web page;
— it can retrieve content from one desktop web page, and output to several mobile web pages;
— it can support xHTML, HTML and/or WAP/WML formats/interfaces;
— it can provide multiple themes/styles for one web page, such as one for WAP only mobile, the other for iPhone/Android.Additionally, FlexPlat works as a proxy, it is not an add-on/plug-in module: it can be installed either in the desktop web site (with a different directory/subdomain), or a different web site; the desktop web site does not need any code change — you can add mobile solution without breaking desktop service.
FlexPlat is an Open Source project in SourceForge: https://sourceforge.net/projects/flexplat/
For detail information, please go to https://www.flexplat.com
Any comments are welcome.