Vladimir Vassilev
Forum Replies Created
-
I’ve sent you an email (comes from gmail). You might want to check in spam if you haven’t seen it yet.
Hey, Zack, I appreciate you being so responsive! Let me know if I can help you with testing it during the weekend. If you don’t have a configured WPML bilingual environment feel free to send me a patch through wordpress.slack.com and I’ll test it in order to confirm it’s working on my end.
@kaira , thank you for notifying me of the update! Sadly the fix doesn’t seem to work for me as the issue persist. If I could set the form destination url (e.g. example.com/en/ for the English version) in the block, that would be good enough for me.
There’s something separate that I’ve noticed that you might want to look into – the plugin-provided blocks do not appear in the Blocks selector in WordPress 6.5.5 or lower. Once I updated the core to 6.7.1 they appeared again but have it in mind that backward compatibility has been broken (1.1.04 was not ok either). Let me know if you’d like me to report this in a separate ticket.
Thank you for the response, @kaira ! I’ll let you know if it your fix works for me once you publish it, no matter how much it would take. I understand that you have your own priorities so that’s, of course, alright 🙂
Thank you for following up on this matter!
Thanks for your answer, @geraltrivia,
Sadly LocoTranslate doesn’t help much here, as even scanning the plugin’s files with it the strings do not appear. I find it safe to assume that neither LocoTranslate, nor WPML are scanning non-php files for strings.
Another problem that your dev team should have in mind is the error that LocoTranslate spits when scanning for strings:
Warning: 9 files over 100 KB have been skipped. (Largest is 451.9 KB). Check all strings are present before saving.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Testing on a staging subdomainThanks for the advice, Jarno!
Forum: Themes and Templates
In reply to: [Lemmony] Changing the preselected fontsAh, I just realised the comment I made about the two fonts not supporting Cyrillic is not regarding Lemmony, but another recent struggle of mine with another theme.
Thank you for being so patient and helpful, “Fonts Plugin” as pointed in one of the links from your answer did the job <3
Forum: Plugins
In reply to: [Event Tickets and Registration] Very slow AJAX calls across WP after updateThanks for your reply, Darian. Yet, the code my question is about is located in the free plugin. I will forward it to the premium support forum too, but I believe more people would benefit from it here.
Forum: Plugins
In reply to: [Emails Catch All] Email/plain text settings overwrites format of all emailsAwesome, thank you!
Hello, @varunmatomo and @mattmary ,
Yes, I finally got it working. Here’s what I did:
- Added a wildcard for subdomains of the main domain to be tracked by the same script in the plugin settings: *.example.com
- I added a wildcard for the domains in the tracking script:
_paq.push(["setDomains", ["*.example.com"]]); - I added a prefix to the page title of all pages from subdomains, so that I could easily distinguish them in the stats from pages that come from the main domain by adding this to the tracking script:
_paq.push(['setDocumentTitle', document.domain + "/" + document.title]);
With this solution I can track all the subdomains in the main Matomo installation that is on the main domain and have a distinction between pages from the different subdomains.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Can you approve my translations? Please!@belgins , we’ve listed this plugin in the translation editor’s queue and the suggested translations will be addressed in near future. If you need to use your translations now, I’d suggest you export them together with the rest of the translations and upload them manually to your site.
Here’s how to do this:
1. Go here: https://translate.ww.wp.xz.cn/projects/wp-plugins/customer-reviews-woocommerce/stable/bg/default/?filters%5Btranslated%5D=yes&filters%5Bstatus%5D=waiting
2. Set the export settings to “only matching this filter” and “.mo” file (as in the screenshot: https://prnt.sc/HkNX-Y0_jC4y)
3. Click export.
4. Create a languages directory in your content directory, and a plugins directory in the new one. On a normal WordPress installation this should look like /wp-content/languages/plugins/.
5. Upload the .mo file you just downloaded to the newly created directory.
6. Purging the cache (if any) of your site should lead to the new strings being displayed for the bg_BG locale.Forum: Plugins
In reply to: [Buy one click WooCommerce] Not possible to translate fields Help plsDone.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Cookie table listAll shortcodes are documented here:
Forum: Plugins
In reply to: [Two Factor] Not Receiving Email with Authentication CodeI’m facing a similar problem with the emails with code not being sent. An easy test to make sure that WordPress is generally sending emails and that they don’t end up in spam is by attempting to reset one’s password through the “Lost password” form. This test works for me. Yet, once I set the right username and password in login page, I am left on the verification code page without actually receiving anything neither in inbox, nor in spam.
I’ve checked the logs after setting WP_DEBUG and WP_DEBUG_LOG to true => no result whatsoever.
My environment is WP 5.5.3, the plugin is v.0.7.0, PHP is at v.7.2.34.
I’m not sure that marking the issue as resolved was the right thing to do if even it’s author had to stop using the email method and went for an alternative.