gerem
Forum Replies Created
-
I send you the video !
Thank you for your reply.
I am using your plugin : https://ibb.co/JFrZgh0M
I am using a membership plugin where i can send email based on some event (failed payment, registration etc…). This plugin is ARmember, it’s the screenshot.
I am using your plugin to normalize all my email with a single design.
I don’t know if an update of your plugin or ARmember break the line now, but in the past, it was working.
What did you need to know to investigate ?
Hello, it seems to work now, i don’t get this error again !
I cannot because my 2 licences key were expired, so i cannot send you a bug ticket…
Thank you.
I don’t know that i can change the version of the worker to reinstall them on client side.
I don’t use cache strategy.
Thanks a lot for your support !
Yes you are right, it is a cache issue.
But a cache issue on iOS Safari : I clear all my cache from my host provider and all cache on my device. Still not work.
So that means that i cannot update my splashsreen for people who already install my PWA.
So it seems a bug 🙂
Try on one of your pwa to download it on your phone, then change the spashcreen image : you still have the previous one, not the new one
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] JS Error subscriptionChange()Thank you, sorry for that, i miss this release.
It is working fine now. thank you !
Thank you ! it is working like a charm !
Forum: Plugins
In reply to: [Super Progressive Web Apps] Add to homescreen not showing upHello,
Still not work on iOS and my Android (Huawei).
So i develop my banner programmatically to install the pwa
- This reply was modified 2 years, 6 months ago by gerem.
Forum: Plugins
In reply to: [Super Progressive Web Apps] Add to homescreen not showing upThank you.
I was thinking that this feature was free.
It is working for iOS ?
Forum: Plugins
In reply to: [Restrict Media Library Access] Notice Error after installing your pluginit is working thank you !
Forum: Plugins
In reply to: [Restrict Media Library Access] This plugin is causing an error on my siteI think i get same kind of error.
Here mine :
Notice: Trying to get property ‘id’ of non-object in /wp-content/plugins/restrict-media-library-access/restrict-media-library-access.php on line 37
Hello,
Still not working on your version 3.18.2
Your are not implement my fix
Forum: Plugins
In reply to: [PDF Generator for WordPress] PDF generator not working with safari on MACI resolve the problem for Mac > safari and mobile download.
You have to modify the file : /pdf-generator-for-wp/common/class-pdf-generator-for-wp-common.php
function : pgfw_generate_pdf_from_library()
Line 340 add on the if ( ‘download_locally’ === $pgfw_generate_mode ) {
the code exit() at the end of the if.
So the if is now like :
if ( 'download_locally' === $pgfw_generate_mode ) {
$path = $upload_basedir . $document_name . '.pdf';
$dompdf->stream(
$document_name . '.pdf',
array(
'Attachment' => 1,
)
);
exit();
}Can you add this to the next release ?
Thanks a lot