morvy
Forum Replies Created
-
Forum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] Error JS on Litespeed ServerAs you can see on your screenshot, code that requires jQuery is executed before LS loads delayed scripts. Set jQuery as an exception so it’s not delayed and the error should be gone.
Forum: Plugins
In reply to: [Maintenance Mode] stylesheet for this pluginYou need to have a child theme and there you create
maintenance.min.css
file with all styles needed. Works fine for me ??Here’s mine:
html { background: #fff; } body { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100vw; height: 100vh; box-shadow: none; background: none; margin: 0!important; padding: 0; max-width: 100%; } h1 { border: 0; } #query-monitor { display: none; }
What is the issue with these reports? It doesn’t work on WP 5.8 and 5.9 and I have sites I can’t update for now.
I only get this in XHR
{"data":[],"recordsTotal":150,"recordsFiltered":"","draw":"2"}
Forum: Plugins
In reply to: [Packeta] DPH príplatku za dobierkuSice neodpoviem na otazku, ale Dobierka nie je doprava, je to platobna metoda/sluzba a ako taka by mala byt so standardnou, teda 20% DPH. To by malo platit aj v pripade, ze predavate len tovar so znizenou DPH ako napr. knihy. Cize za mna to vyzera OK (nie som nijako spojeny s Packetou, len som uz videl vselijako nastavene DPHcky na SR a CR a velakrat je to co uctovnicka to iny nazor)
Forum: Plugins
In reply to: [Permalink Manager for WooCommerce] Trailing slash issueIf it helps, the problem can be fixed by adding trailingslashit() on lines 557 and 559 .. but I’m not sure if that’s the best solution. As I checked the code, I was a bit surprised the plugin needs to get the link from database (I was hoping it can bend the original permalink structure somehow)
Forum: Plugins
In reply to: [Permalink Manager for WooCommerce] Trailing slash issueIf I disable the plugin and enable Premmerce, issue is gone
I think the logs are saved correctly, but they are not displayed. I have the same problem and I see this (I have 500 emails to keep in log). I can see the emails in DB, but not in the WP admin.
Showing 0 to 0 of 0 entries (filtered from 500 total entries)
Forum: Plugins
In reply to: [Packeta] Vlastny text tla?idla vyberuJa sa pripojim s podobnym “problemom”. Ak vyberiem zobrazovanie tlacidla pod metodami, ktore funguje lepsie ako priamo v metode, tak kvoli sirke toho tlacidla sa zmensi prvy stlpec, kde je inak logo Packeta. Ak by ten riadok s vyberom nebol len <tr></tr> ale <tr><td colspan=”2″><table><tr> tak by to pravdepodobne vyriesilo viacere problemy, lebo by si Packeta button vyhradil celu sirku, nie len sirku druheho stlpca.
Forum: Plugins
In reply to: [WooCommerce] REST API: Undefined array key “ignore_discounts”@tva3777 just found something (maybe) useful.
Try to open each Free Shipping method in each shipping zone and resave it (without any changes, just click SAVE). I just did this in my local installation and the error is gone.
@xue28 @babylon1999 this API call is causing the issue (4 is ID of the zone I resaved and got rid of the error):
/wp-json/wc/v3/shipping/zones/4/methods
Forum: Plugins
In reply to: [WooCommerce] REST API: Undefined array key “ignore_discounts”Hi @tva3777 , no I’m still having the issue. It happens when the external system downloads new orders, I checked with them and they use the standard API functionality, no custom stuff.
I found missing property definiton ($ignore_discounts) in free shipping class, but that doesn’t solve the issue.
Forum: Plugins
In reply to: [Packeta] Konflikt filtrov v objednavkachNahodou ste sa k tomuto nedostali? Dost nam to stazuje pracu v admine, riesenie typu prechod na “stary” plugin od WPify by bol komplikovany kvoli ID dopravy
@haseeb0001 would it be possible to add a filter for the returned RUN_MODE constant? I’d use it to toggle the email sending with WP environment variable (I’d like to disable emails on local/development/staging environments). I know this is not something that everyone wants, that’s why a simple filter would be great.
Thanks for your reply.
Yes I got the point from source code. I wish there was a simpler solution .. I wanted to keep the url as short and meaningful as possible, so either I rename all taxonomy slugs and have short filter slugs, or I just use long slugs for filters that won’t collide.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Partial match does not matchOK, this must’ve been an issue in the DB or something. I disabled the plugin, re-enabled it and there are now hundreds of stopwords in both languages, including “rund” in German. Removed it, reindexed just to be sure and now it works correctly.
Thanks a lot!
- This reply was modified 1 year, 6 months ago by morvy.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Partial match does not matchJust tried “run” and it works, returns a different order, but matches all the products it should match. So it’s really only the “rund” that is not working. I tried to add it to stopwords and remove but without any effect.