Playzare
Forum Replies Created
-
Forum: Plugins
In reply to: [Boxtal - Shipping solution] Erreur PHP Boxtalbonjour en effet j’utilise Colissimo en parallèle ; en revenant à la version antérieure de PHP le soucis ayant disparu je pense donc qu’il y a une incompatibilité entre les deux plugins : Colissimo, boxtal
Bonjour,
Edit : cela répond en fait à la question ??
Merci pour votre aide
- This reply was modified 2 years, 1 month ago by Playzare.
Forum: Plugins
In reply to: [Boxtal - Shipping solution] Erreur PHP BoxtalSolved : it was PHP version, Boxtal seems to not be compatible with 8.0 but going back to 7.4 and everything is working now
- This reply was modified 2 years, 1 month ago by Playzare.
Okay i fixed it by removing the if condition here (line 760):
if (empty($wp_filesystem)) { require_once (ABSPATH . '/wp-admin/includes/file.php'); WP_Filesystem(); }
replace by :
require_once (ABSPATH . '/wp-admin/includes/file.php'); WP_Filesystem();
Forum: Plugins
In reply to: [PhastPress] One little optimization missing to have a perfect score !Thanks for your time !! Seems better when i disable Borlabs so i think you are right !! Very good news!
Sorry for the time spent on your side ??
Best regards !Forum: Plugins
In reply to: [PhastPress] One little optimization missing to have a perfect score !Hi @kiboit i tried to clear everything and to preload manually on a New private tab but pagespeed displays the same notice!
Do you think it’s an issue with wpfc ? Do you recommend another cache plugin fully compatible with phastpress to remove this notice ?Thanks for your Time
Best regardsForum: Plugins
In reply to: [PhastPress] One little optimization missing to have a perfect score !Hi @kiboit done ??
I saw there is still a little notice from Page Speed Insights to have 100 on mobile too, don’t know if you can solve it with Phastpress but it’s a mobile only notice :
“eliminate render-blocking resources”: https://preprod.digi-boutik.com/wp-content/plugins/phastpress/phast.php/c2VydmljZT1jc3Mmc3JjPWh0dHBzJTN/BJTJGJTJGZm9udHMuZ29vZ2xlYXBpcy5jb20lMkZjc3MlM0ZmYW1pbHklM0RQb3BwaW5zJTNBMTAwJTJDMjAwJTJDMzAwJTJDNDAwJTJDNTAwJTJDNjAwJTJDNzAwJTJDODAwJTJDOTAwJTI1N0NQb3BwaW5zJTNBMTAwJTJDMjAwJTJDMzAwJTJDNDAwJTJDNTAwJTJDNjAwJTJDNzAwJTJDODAwJTJDOTAwJTI1N0NQb3BwaW5zJTNBMTAwJT/JDMjAwJTJDMzAwJTJDNDAwJTJDNTAwJTJDNjAwJTJDNzAwJTJDODAwJTJDOTAwJTI1N0NQb3BwaW5zJTNBMTAwJTJDMjAwJTJDMzAwJTJDNDAwJTJDNTAwJTJDNjAwJTJDNzAwJTJDODAwJTJDOTAwJmNhY2hlTWFya2VyPWQ4YTE5YTkzNTQ2ZDQzNDgyYjAwZTUyMzA2Mjg3MDA2LTIyMzkzMiZ0b2tlbj01ODE1MWVmYmIyYWJjYWI5.q.jsDo you know if there is something you can do or it’s a thing which can be solved from somewhere else ?
Best regards
Forum: Plugins
In reply to: [PhastPress] One little optimization missing to have a perfect score !Hi @kiboit perfect it’s fully compatible now !!
Thank you very much for this very quick support and this plugin.Is it possible to make a donation to you?
Best regards
Forum: Plugins
In reply to: [PhastPress] One little optimization missing to have a perfect score !Hi @kiboit yeah it’s perfect now !!! Thank you very much!
I saw that oxygen builder doesn’t like phastpress in edit mode, do you plan to add an option to disable it for administrators ? I see there is already the opposite.Thanks again for this perfect plugin, way better than autoptimize !
Best regards,- This reply was modified 4 years, 1 month ago by Playzare.
Same problem here because of Cloudflare i think !
Forum: Plugins
In reply to: [Site Reviews] Can’t click on add rating selectHi,
Thank you very much for your time and for looking in detail at the conflict issue. That’s really great! You shouldn’t have done that since the problem comes from another plugin.
I will edit the file you told me ?? I hope that the creator of the Uniform library will make the modification!
Thank you again for your professionalism.
Bests regards- This reply was modified 6 years, 3 months ago by Playzare.
Forum: Plugins
In reply to: [Site Reviews] Can’t click on add rating selectI changed the page for the test : https://bit.ly/2UPgxZm
- This reply was modified 6 years, 3 months ago by Playzare.
I have succedeed to have a variable with only the price and to do a calculation with and echo it, and i have also succedeed to display the page number / page total in dompdf.
I read that displaying the VAT was a premium feature so i will see it when i will buy the plugin, and for the variable of the order date, i’m still searching if you can help me only for this it would be very very useful ??
Thank you
Bests Regards
A last last question ^^’
Is it possible to have the variable of the order date and increase it to indicate a “validity date” of the invoice ?And is it posible to indicate the page number / page total in dompdf ?
Like a <?php $font = Font_Metrics::get_font(“helvetica”, “bold”); $pdf->page_text(500,10, “Page: {PAGE_NUM} of {PAGE_COUNT}”, $font, 6, array(0,0,0)); ?> ??Thank you very much !
Sorry for this other message, is it possible to have the total price without the VAT ? i try $item[‘ex_price’] but it’s only for an item, how to have the total ?
And how to display only the VAT too ?
Thank you very much !
Bests Regards