gore.m
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems with copying OL, UL, LI from MS Word document to pageHM, it is not working,
ÚVODNÍ USTANOVENÍshould be OL with number 1, but it is UL and it is not closed very soon – it should be closed at the end of document.
(Next) I have useless empty OL with number 1 and than next OL with number 1.1.Im on WP 4.9.8. Do you have any tweaks in editor?
Thanks you
Forum: Fixing WordPress
In reply to: Problems with copying OL, UL, LI from MS Word document to pageHi, of course yes here is example.
Thanks you
Forum: Fixing WordPress
In reply to: Problems with copying OL, UL, LI from MS Word document to pageThanks you, yes, Ive tried that, but I would rather have text directly in editor.
Super cool! It is working, thanks you very much.
I have to say, you have best plugin support ever .-)It is not working, invoice is not attached in both emails (even if attach to “Processing order” is checked or not) 🙁
Hi and thanks you for your reply.
I needed new order status order-accepted, but I didnt want to construct new email, processing order email has enough I need, so I tweaked subject and heading and triggered it again to new order status, but I didnt realise, that this scenario wont be shown in your “PDF attach to section”.
So… You are right I want to attach the PDF to the ‘processing’ email when it has the ‘order-accepted’ status.
Is it possible?Forum: Plugins
In reply to: [WooCommerce] Canceled product does not return to stockI was searching for same curiosity. According to Woo docs it is right behaviour, because for some of reasons some users dont want restock it automatically.
I think missing auto restock option is one of many Woo curiosities 🙂 You can use plugin or code snippet for it.
Or restock manually:
https://cdn.wpml.org/wp-content/uploads/2017/12/1447697-re_stock_on_refund.png?x30111Unfortunately, no… it doesnt work.
I still have mishmash of currencies, strange is that is happening only in secondary language.If I switch currency to EUR in category “Toys” on product page Toy1, so category “Toys” is in EUR and only one thing that I can do is go to Toy1 again and change currency to lets say USD, but if I go back to Toys category there is still EUR (same for rest of categories and also cart is in EUR).
It looks like cached is first currency change and that is served everytime, until I delete cache.Thanks you, I had time now to check it deeper and unfortunately I have to say, I cant get it work with any caching plugin.
I found out this topic on WPML forum https://wpml.org/forums/topic/cache-problem-with-currency-switcher/
But… it seems to be know issue for almost one month, was this issue already fixed?Thanks you
Forum: Plugins
In reply to: [Swift Performance Lite] Error 500 during “Preload”This error appeared several times – (It seems) only on Swift dashboard page.
Thanks you. As I wrote above WPML was working fine, I had only problem with currency switcher in second language. I looked to Comet cache settings (I had) and I had set up to not cache GET parameter.
Anyway W3 Total Cache is only one caching plugin WPML supports?Hello.
It is working now. I forget that I was playing with Cometcache… so most probably you are right.
May I know if are there any specific needs for using caching plugins to prevent issue I had?Thanks you
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Opt Out CookieWell, I found out that
if ( function_exists('cn_cookies_accepted') && !cn_cookies_accepted() ) { add_filter('woocommerce_ga_disable_tracking', '__return_true', 20); }is working but there is an conflict with CometCache, that is not reflecting changes.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Opt Out CookieHi there,
may I know what should happen after
woocommerce_ga_disable_trackingis used?
Tracking code should not be presented or it should be changed?
Im asking because Ive tried snipped recommended from github, but nothing happened, tracking code is everytime presented.Isnt there easy solution like I did with Facebook for Woo Integration?:
if ( function_exists('cn_cookies_accepted') && !cn_cookies_accepted() ) { add_filter('facebook_for_woocommerce_integration_pixel_enabled', '__return_false', 20); }Thanks you
Forum: Plugins
In reply to: [WooCommerce] Privacy policy checkbox not appearingIve tried both, with same result as I posted above.