sofiabsilva
Forum Replies Created
-
Hello, got this issue resolved with the help of the Newsletter plugin support.
In the “class-wpm-newsletter” file found in: wp-content/plugins/wp-multilang/includes/integrationsChange this code:
public function save_profile_20( $data ) { $data['profile_20'] = wpm_get_language(); return $data; }
to this:
public function save_profile_20( $data ) { $data->profile_20 = wpm_get_language(); return $data; }
Forum: Plugins
In reply to: [Loco Translate] 403 “Forbidden” ajax error when savingThank you, it was the mod security blocking ajax.
Forum: Plugins
In reply to: [Loco Translate] 403 “Forbidden” ajax error when savingHelp! Is there a way to save it via code?
Forum: Plugins
In reply to: [Loco Translate] 403 “Forbidden” ajax error when savingHey, any ideas on how to solve this?
Nevermind, I changed the links to aboslute-relative and it doesn’t add the
?
. Still weird why it was happening with the absolute links!Thanks for the reply, thing is I don’t know why the
?
appears there, on the menu settings I only put https://visaoplus.pt/#contacto.
Any idea why that’s happening?Forum: Plugins
In reply to: [CBX Multi Criteria Rating & Review System] 0 review instead of 0 reviewsOk, thanks!
Forum: Plugins
In reply to: [CBX Multi Criteria Rating & Review System] 0 review instead of 0 reviewsNo, it’s not how it should be written in english. We say “0 things” not “0 thing” for example.
Forum: Plugins
In reply to: [CBX Multi Criteria Rating & Review System] 0 review instead of 0 reviewsHi, so it’s either: rating-review-details-avg-rating.php , line 44. Or: rating-review-avg-rating.php , line 33.
- This reply was modified 4 years, 9 months ago by sofiabsilva.