maxence1502
Forum Replies Created
-
I finally found the problem, this is this setting : https://prnt.sc/20ouvil
JetPack is still using jQuery Migrate ?Okay, this is working with Twenty Twenty-One.
My theme is Flatsome : https://themeforest.net/item/flatsome-multipurpose-responsive-woocommerce-theme/5484319And to be even more precise, this is a problem with Flatsome Child and not Flatsome.
So I have a theme change somewhere that is causing this problem obviously, can you give me some hints on where to look and what to look for?Thank you! Problem solved ??
Yes, great, it works now !
Do I have the possibility to clear this cache myself as well? To avoid contacting you every time, this kind of problem happens to me often.
I have tried with all the browsers on my computer and I have the same problem even though I never use these browsers.
I have even tried on my phone in 4G (although I never go to my site with my phone) and the image is still cached: https://prnt.sc/1qh2rnsMaybe you only deleted the cache for one region and the server that displays my image at home still has the old version? It’s strange
However I modified this image several days ago and there was no change.
The problem is still there, you can compare the cached image:
https://i1.wp.com/www.the-programmer.com/wp-content/uploads/2021/01/skins_packs_skyrise_vanilla_gendarmerie.png?resize=300%2C300&ssl=1
And the image with the direct link :
https://www.the-programmer.com/wp-content/uploads/2021/01/skins_packs_skyrise_vanilla_gendarmerie.pngThe flags on the top right are displayed on the cached image and have been removed on the direct image
Here is the links :
– https://i1.wp.com/www.the-programmer.com/wp-content/uploads/2021/01/skins_packs_skyrise_vanilla_gendarmerie.png?resize=300%2C300&ssl=1
– https://i1.wp.com/www.the-programmer.com/wp-content/uploads/2020/05/skins_packs_skyrise_d3s_atlas.png?resize=300%2C300&ssl=1But is there any way I can do this without asking you every time? Because I have the problem for every image I replace actually
Forum: Plugins
In reply to: [WooCommerce] Display multiple categoriesUp ??
Forum: Plugins
In reply to: [WooCommerce] Display multiple categoriesThanks for your answer, it’s a bit surprising that Woocommerce doesn’t allow you to do this natively.
I hope someone will be able to help meForum: Plugins
In reply to: [Product Labels For Woocommerce (Sale Badges)] Badge over navbar flatsomeThanks, solved with :
.products .acoplw-badge .acoplw-badge-icon { z-index: 25; }
Forum: Plugins
In reply to: [WooCommerce] Icon for products already boughtThere is no addon like that, that already exist ?
That’s a pretty easy featureThanks ! But how to update the billing email of the customer orders ?
The billing email of the account is already automatically updatedDoes anyone has an idea ?
Forum: Plugins
In reply to: [WooCommerce] Disable order commentsYes I know, but woocommerce doesn’t use any event based on the creation by the system of a comment in an order ?
If I correctly remove the code that add the comment, that will not break woocommerce ?Forum: Plugins
In reply to: [WooCommerce] Disable order commentsThanks, just a question before breaking everything. Does remove comments can create bugs in Woocommerce or the comments in the order are just a information for the admins ?