Pavel Mares
Forum Replies Created
-
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Once I set the type I can’t change itHi, no caching, currently developing locally.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Once I set the type I can’t change itI crated Lang2 attribute and set it to button. Now I have buttons but when I try to change to radio, nothing happens …
I have version 2.0.30, WP 6.4.3 and Woo 8.6.1. No updates available.
I will try some tests on my own, but this was kinda bothering me. I have a way to fixed this issue for our use-cases (instead string like “search” we will use “SEARCH_FIELD_PLACEHOLDER”, which will avoid both of these issues + migrate the plugins out of the theme).
So when there are mixed strings like __( ‘string’, ‘my-theme’ ); and __( ‘string’, ‘wordpress’ );
In Polylang translations there will be one and the same but the “wordpress” wins because it is first loaded.
No, they are probably not. I wrote to second one just to be sure. For this one, it is that I have TWO different text-domains inside my theme because I am loading plugin (ACF) inside my theme.
But in admin the acf string like __( ‘string from ACF’, ‘acf’ ); is appearing as __( ‘string from ACF’, ‘my-theme’ ); instead.
Which I don’t think is correct.
Not sure what fixed it, but it works now.
I tried uninstall, changing everything, I also disabled few tweaks for CF7 but nothing changed the ouput. There are span tags in CSS and JS code for some reason.
I disabled again LS Cache. I cleared cloudflare cache (purge everything). There is no other cache. This setup with plugins worked till now.
I tried to disable each and every non-critical plugin (except Polylang, ACF Pro).
As far as I can tell other sites with similar setup (plugins, caching or Turnstile settings) are not affected.
Not problem of the plugin it would seem, but not 100 % sure. More testing needed.
Hi, thanks for getting to this topic. I tried before I knew it was problem with this plugin and they did not find a thing.
Now they’ve just send me debug link and I can’t find what’s the problem.
Only thing I know for 100 % is, that if I disable the plugin, caches start working. Took me quite a long time of debugging each and every plugin, but I am 100 % sure this is it.
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed + Facebook Pixel problemSame here. If I disable the plugin, it’s ok. Fascinating is, that the issue is on 1 of 5 sites. Rest are ok even with PixelYourSite. Tried to set it up the same way (LS Cache plugin and PixelYourSite plugin), but does not seem to have effect.
Oh, I see the mistake. We used 1 text-domain for both plugins, because 1 functional 1 has client edits. Since first does not have strings so it’s not displayed and can’t be loaded anymore.
Thanks for resolving this. In future I will take not on this change.
- I checked multiple website on my localhost and prouction
- Here is clients settings of TTfp https://ibb.co/7grMssQ
- Everything worked till now and I can see that on localhost if I have domain.test (EN) and domain-cz.test (CZ) it does not work
- Another localhost website, which does not have this settings but the simple one, example.test/en/ and example.test/cz/ works fine.
Both websites have everything set up, WordPress Core + plugins the same version.
On clients website it worked till latest version of Polylang 3.3
seems fixed with 3.2.20
@marcinkazmierski seems fixed, thank you
- This reply was modified 2 years, 3 months ago by Pavel Mares.