VaLeXaR
Forum Replies Created
-
@jrtderonde
What do You using for this post type page? Bult-in post type page or custom page?Check your language settings for each language. https://goo.gl/43iP1x
On your home page using ‘en_US’ locale. But in need to be Hungary.Hi @matthiasw
Here is instruction https://make.wordpress.org/chat/Do You have ‘htaccess’ in root of your site? Did You enable permalink structure? It must be not ‘Plain’.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] ACF Options page configHi @digitalform
You need to get the page id from ‘get_current_screen()’ in admin.Hi @risalmin
You can get acquainted with performance tests here https://plugintests.com/plugins/wp-multilang/latest .
It’s clear that the more plugins you need to translate you are using, the more load on the site and the time the page responds. Try enable/disable plugins and checking which plugin create the greatest load.Hi @matthiasw
This error is from the special settings of your server. I need FTP accesses to your site. I can not reproduce this error in order to fix it. Can we contact in WP Slack?Delete text from needed translation.
Divi Builder is not supported.
You need PHP knowledge and the WordPress ecosystem.
Hi @marleyharris
It is impossible to configure all plugins only using the configuration file. Some plugins need to be integrated through the use of filters and actions. You need to write code in PHP for integration.You can disable translation for post type. But not for one post.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] For Repeater fieldUse “wpm_each” tag.
"navthemes_lightnorth":{ "screenshots_screenshots":{ "wpm_each": { "title": {} } } }It is a special tag for adding configuration for translating each element in an array.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Permalink translationThis function is used to add a language prefix to the url.
Please, update to 2.2.3.