rzepak
Forum Replies Created
-
Forum: Plugins
In reply to: [Kirki Customizer Framework] AbandonedThat’s very sad but seems to be true, are you aware of any good alternatives?
Forum: Plugins
In reply to: [Contact Form 7] Contact Form / is blocking translations after the code.Ok, I realized now something, each form created in Contact Form has locale setting. So if I had forms created before when the site was in English it will switch it to English. It works for the newly created form, if I create now form when the site language is set to polish, and display that form, everything is how it supposed to be.
I don’t see how that makes any sense and how is that useful to unload the textdomain and break other widgets
- This reply was modified 1 year, 8 months ago by rzepak.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form / is blocking translations after the code.I’m facing the same issue, I did some digging in code and what I found is that the issue is caused by the function wpcf7_switch_locale
I have my site language in pl_PL, all plugins are translated, theme is translated, CF7 has also polish localization. Now in that function if I check the $previous_locale it’s set to pl_PL, but the $locale is set to en_US (and I don’t know why) and available_locales shows what translations exist for CF7 as it shows me array of languages I checked array(4) { [0]=> string(5) “en_US” [1]=> string(5) “de_DE” [2]=> string(5) “en_AU” [3]=> string(5) “pl_PL” }
The result is that I have everything on site in PL, until the contact form widget comes up, everything in sidebar after that widget is back in English
if you set $do_switch_locale to false it works correctly, shows all widgets in PL, contact form in PL, and any widget after the contact form is also in PL.
any idea what’s the issu ehere?
Forum: Plugins
In reply to: [Contact Form 7] 5.7.* breaks website gettext translationsI can confirm similar issue, if I add a widget with CF7 form in sidebar all widgets added after that one will loose translation and get back to default english language. This happened recently
Forum: Reviews
In reply to: [Contact Form 7] Huge Bug with 5.7 updateAnd that’s the reason to rate it 1 star? Don’t be a d*ck, You get awesome free plugin developed for years by Takayuki and because of 1 bug you decided to rate it with 1 star? How will that help with anything?
I can second that, there’s a lot of br tags added suddenly in the code of the forms
Forum: Plugins
In reply to: [WP Job Manager] wp-admin category filter isn’t working on 1.31.2Hi
no, it’s the problem with filtering categories on the jobs table in wp-admin, the dropdown is empty despite having many categories with assigned jobs https://www.dropbox.com/s/opowh5gfyz727aq/Screenshot%202018-11-06%2017.34.56.png?dl=0
Thanks
Forum: Plugins
In reply to: [WP Job Manager] wp-admin category filter isn’t working on 1.31.2Hi
I’m afraid it wasn’t fixed yet, this bug is still present in latest version of WPJM
Hi magicroundabout
I’m facing the same problem right now.. I’ve got ajax call to file with loop, from where I want to load post and display ratings.
I’ve got error: Fatal error: Call to a member function render_article() on a non-object in \gd-star-rating\code\fn\legacy.php on line 170
Did you manage to find a way to solve your problem?
Cheers