i-Ron
Forum Replies Created
-
Forum: Plugins
In reply to: [HTTP Headers] Incompatibility with WPMLI’m Itamar from WPML WordPress Multilingual) technical support team.
https://wpml.org/Our compatibility team has found a fix for this issue. Here is how it can be fixed.
1. Take a backup of your site in case something goes wrong.
2. Edit with code editor the following file in the HTTP Headers plugin folder.
/wp-content/plugins/http-headers/http-headers.php3. Replace the following lines 1417/1418
add_action("added_option", 'http_headers_option'); add_action("updated_option", 'http_headers_option');
with:
add_action("added_option", function() { add_action('admin_init', 'http_headers_option'); add_action("updated_option", 'http_headers_option');});
4. This should solve the fatal error issue when saving the HTTP Headers options. It works for me on the test site.
Hi, @duracelltomi
It would be great if you could join our Go Global Program.
You can find details about it here.
https://wpml.org/documentation/theme-compatibility/go-global-program/
Our compatibility team will be happy to cooperate with the authors in making their plugin officially compatible with WPML.Itamar – WPML Support Team.
Hi @rachelbourbon, and @ultimatemembersupport
Please see my Brief Description at the top of the following link.
https://wpml.org/forums/topic/i-cant-translate-members-pages-with-ultimate-members/?resolved_description=published#post-1261932 ->>>Itamar – WPML Support team.
- This reply was modified 7 years, 7 months ago by i-Ron.