darkstudio
Forum Replies Created
-
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] error report when backing upZip is not a good option because zip take many more time to process and we loose many informations about files like ACL.
tar gz is better because we keep all informations and its easier to untar on linux server.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Warning when, backupHi,
we are not sure that zip fil preserve chmod, Tar gzip yes.
We wait 2 major fix from your plugin since 2 month : timeout fix and Tar gzip (file name lenght limit).
Thanks.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] task error with dropboxCan you say if we can delete the script on function.php ?
A new version which “fix” this problem is available ?Regards
Forum: Plugins
In reply to: [Super Progressive Web Apps] Add to Home screen not working as wellHi @brock40 ,
I have same problem since many month and we have made a test website on a local environement which permit to superpwa team to try to find a solution.
Superpwa work on your test website actualy.We have already finded the problem, some cache plugin broke the configuration of service-worker, if you disable cache plugin (mine is wpfatestcache) , our clear browser cache, you close browser and reopen the url, you will see that PWA work well.
But we can’t publish a website which haven’t cache, its very poor performance.
We wait that superpwa team find a solution.
regards@jzegnio you are welcome ??
try this @jzegnio
Elementor team change some class name (very strange for realibility) and support does not accept their responsibility and does not find a solution.
1) create a new .php file (with name of your choice) in the wp-content/mu-plugins folder (create forlder if doesn’t exist)
2) put this php script on the file created
<?php /** * Plugin Name: Elementor Scheme_Color and Scheme_Typography Class Issue **/ namespace Elementor; \add_action( 'plugins_loaded', function() { if ( ! class_exists( 'Elementor\Scheme_Color' ) ) { class Scheme_Color extends Core\Schemes\Color {} } } ); \add_action( 'plugins_loaded', function() { if ( ! class_exists( 'Elementor\Scheme_Typography' ) ) { class Scheme_Typography extends Core\Schemes\Typography {} } } ); ?>
Regards
To fix the problem, you must change class name because the old name is not used anymore on elementor.
I have wait one month for a resolution of elementor team but it will never help me really.
I have find this solution and its works well => https://cutt.ly/mGzzIoz
Forum: Plugins
In reply to: [Super Progressive Web Apps] Doesn’t work with WP Fastest Cache pluginIts normal, i have disable it because the plugin doesn’t work with wpfatestcache.
I have answer to your email support.
Forum: Plugins
In reply to: [Super Progressive Web Apps] Doesn’t work with WP Fastest Cache pluginorp-jauche.be
Forum: Plugins
In reply to: [Super Progressive Web Apps] Doesn’t work with WP Fastest Cache pluginDear, after many month this issue is not yet fixed.
When wpfastestcache is used, your plugin make a strange link for service worker “superpwa-sw.js&action=wpfastestcache” instead superpwa-sw.js and the result is that the PWA dont work and add to home screen is not showed.
I have try to exclude superpwa-sw.js from wpfatestcache but your plugin continue to create a strange file on root (superpwa-sw.js&action=wpfastestcache).
If we disable wpfastestcache, the superpwa generate normal file on root (superpwa-sw.js) and PWA work normaly but we need wpfastestcache plugin to improve the speed of website.
https://ibb.co/1Z8hXPkForum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] task error with dropbox4 days and no answer, no support ? The error still here, please.
[16-Mar-2022 03:04:55] 1. Tentative d’envoi de la sauvegarde vers Dropbox… [16-Mar-2022 03:04:55] Token has expired; new token has been obtained [16-Mar-2022 03:04:56] Authentifié chez DropBox avec l’utilisateur : myname [16-Mar-2022 03:04:56] Transfert vers DropBox commencé… [16-Mar-2022 03:04:56] Début d’une nouvelle session de transfert de fichier [16-Mar-2022 03:05:25] Token has expired; new token has been obtained [16-Mar-2022 03:05:45] /....php: API DropBox : cURL error 28: Operation timed out after 5001 milliseconds with 0 bytes received [16-Mar-2022 03:05:46] 2. Tentative d’envoi de la sauvegarde vers Dropbox… [16-Mar-2022 03:05:46] Token has expired; new token has been obtained [16-Mar-2022 03:05:46] Authentifié chez DropBox avec l’utilisateur : myname [16-Mar-2022 03:05:46] Transfert vers DropBox commencé… [16-Mar-2022 03:06:15] Token has expired; new token has been obtained [16-Mar-2022 03:06:44] Token has expired; new token has been obtained [16-Mar-2022 03:07:17] Token has expired; new token has been obtained [16-Mar-2022 03:07:38] ....php: API DropBox : cURL error 28: Operation timed out after 5001 milliseconds with 0 bytes received [16-Mar-2022 03:07:39] 3. Tentative d’envoi de la sauvegarde vers Dropbox… [16-Mar-2022 03:07:39] Token has expired; new token has been obtained [16-Mar-2022 03:07:39] Authentifié chez DropBox avec l’utilisateur : myname [16-Mar-2022 03:07:39] Transfert vers DropBox commencé… [16-Mar-2022 03:08:09] Token has expired; new token has been obtained [16-Mar-2022 03:08:39] Token has expired; new token has been obtained [16-Mar-2022 03:09:08] Token has expired; new token has been obtained [16-Mar-2022 03:09:39] Token has expired; new token has been obtained [16-Mar-2022 03:10:11] Token has expired; new token has been obtained [16-Mar-2022 03:10:43] Token has expired; new token has been obtained [16-Mar-2022 03:11:16] Token has expired; new token has been obtained [16-Mar-2022 03:11:45] Token has expired; new token has been obtained
Regards,
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] task error with dropboxTomorrow, same issue : Token has expired; new token has been obtained
Even you rebuild manualy token, its doesn’t work when task in run after a couple of hours.Forum: Plugins
In reply to: [Super Progressive Web Apps] Doesn’t work with WP Fastest Cache pluginFYI, its not resolved.
Forum: Plugins
In reply to: [Super Progressive Web Apps] Doesn’t work with WP Fastest Cache pluginRE,
I dont understand your solution because i say that when WP Fatest Cache plugin is disable its work (no mime type problem) but when wp fatest cache plugin is enabled, doesn’t work anymore, is not a problem of mime type.
i have checked mime type of js and mime type is correct : js = application/javascriptDo you have a solution please ?
EDIT: i have find the problem, the plugin create a file named : superpwa-sw.js&action=wpfastestcache instead superpwa-sw.js on root of website.
we must rename the file to superpwa-sw.js and its works but your plugin keep the old bad name on “Service Worker” check mention on main page of your plugin configuration (its strange).
https://ibb.co/t8FQ7gN- This reply was modified 3 years, 2 months ago by darkstudio.
Forum: Plugins
In reply to: [Super Progressive Web Apps] Doesn’t work with WP Fastest Cache pluginHi,
Where do you want i made this exactly ?