I want my site in english, but its not working completely

Posted in: Newsmag
Post count: 5

Hello tagdiv & community,

I wanted to ask about the language stuff for my website. First of all, my language is german, I work with wordpress from here, and my webhost has also a server here. But I want everything, really everything on my website in english, no matter from where its ridden. So its made for worldwide. I write my articles in english, and also some elements in the website were in english by default (so, without doing anything), but at a lot of other things its unfortunally in german, like the search bar for example. The search button contains the german word for search and not the english. Or in the articles box instead of “All”, it shows german “Alle” (its the Block 1 for visual composer which came with your theme). So how can I just have everything in english. This is very annoying I need some good help with that. I was going to Newsmag theme panel > Translations > Load an available translation …. I set it to english already and then pressed “Load Translation”, but nothing changed. I tried this multiple times, also with spanish, but never works. What can I do please I need everything in english, if not my site doesnt really work well. (I asked a friend from south america, I think he also said in his country it shows up the german word)

Thanks, Greets

Post count: 9544

You might try adding explicit language = EN or whatever in your wp-config.php file

https://codex.wordpress.org/Editing_wp-config.php

you “should” be able to set this from the WP admin panel, but I find this helps:

define( 'WPLANG', 'en' );

or

define( 'WPLANG', 'en_GB' );

Might not help but worth a try 🙂

Post count: 6535

Hi @LPnm

Please make sure that the parameters from system status have the values indicated in our documentation: https://forum.tagdiv.com/system-status-parameters-guide/ Also check the browser’s console while you’re trying to load the translation. Usually if the translation are not successfully loaded there should be a 403 or 404 error on admin-ajax.php file.
The theme makes many requests to admin-ajax.php file the security module fro your server may treat it as a thread. In this situation that file is banned and the theme can’t access it anymore. Try to contact your host provider and ask him if you that file is banned or if there is any firewall on the server which may block the request.

Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.