pavelevap
Forum Replies Created
-
No problem, I can test also directly with latest code from Github.
I also tried to debug
wptexturize()function to see what is going on inside and I found following:$closing_quotereturns non-localized quotesBut when you change
$resettotrue, you will see that only the first call ofwptexturize()returns non-localized quotes and all other returns right localized quotes (but not used because of$resetparam default caching).It seems to me that
wptexturize()is probably used by Freemius (or Popup Maker) too early somewhere (before localization files even loaded)?Still no change 🙁 Quotes work only when I comment line 56 (and all other lines bellow related to
fs_dynamic_init()call).Hi, no problem. I did not know if I should contact you or directly Freemius, but then I tried NextGEN Gallery (which has also Freemius support) and there was no problem with quotes, so I chose you 🙂
I tried to comment out these lines: https://github.com/PopupMaker/Popup-Maker/blob/master/includes/class-pum-freemius.php#L83-L89 but problem is still here. But both your latest links has the same URL, so I did not tried the last possibility.
I also tried to play with some other functions, but I was not successful 🙁 I did not find any content filtering or something else inside Popup Maker, so this is really strange and it looks like it can be Freemius fault (hidden external process).
You can test it very easily with Czech language, go to Settings – General and select “Čeština” as your language. Swiching languages become easy process, no need to handle any other thing.
Díky za otestování, brzy už konečně oficiálně vyjde nová verze 🙂
Forum: Plugins
In reply to: [České služby pro WordPress] Cena po zľaveOznačuji jako vyřešené, nikdo jiný problém nehlásil a cena se mi zobrazuje správně (tedy se zadanou slevou). Pokud někdo na tento problém narazí, tak se prosím ozvěte s podrobnostmi.
Forum: Plugins
In reply to: [WooCommerce] Older shipping methods enabled by default?Thank you!
Forum: Plugins
In reply to: [WooCommerce] Older shipping methods enabled by default?No, there is no problem with cache, Shipping debug mode is on. I have also similar reports from other users…
Forum: Plugins
In reply to: [WooCommerce] Older shipping methods enabled by default?1) Please take this code and save it as plugin, then activate.
2) Change
$this->enabledto “no”.3) Go to checkout and you will see that this shipping method is still active. It is not possible to disable this shipping method.
Forum: Plugins
In reply to: [WooCommerce] Older shipping methods enabled by default?Yes, but this “enabled” field from before does not work? Even if I uncheck it, shipping method is still available during checkout?
Forum: Plugins
In reply to: [WooCommerce] Older shipping methods enabled by default?OK, thank you! So all older shipping methods are “broken” because it is not possible to disable them through administration? There is no backwards compatibility and we should add support for newest WooCommerce version with shipping zones immediatelly? Or is there any quick and easy fix available?
Forum: Themes and Templates
In reply to: Change date formatHi,
problem is not in translation, but directly in WP core. I reported it here: https://core.trac.wordpress.org/ticket/36790
Thank you! I tested latest 1.1.6 and it works, great. Marking as resolved 🙂
Hi,
taxes handling for shipping has to be inside parent
foreachloop or this will work only for the last shipping method. When you have for example 3 shipping methods, only the last will have correct taxes, because foreach is setting$rate->taxesvariable for every shipping method and then you are working only with last of them.Forum: Plugins
In reply to: [České služby pro WordPress] Negeneruje XML@fjakub1: Podařilo se to nějak dořešit?