VaLeXaR
Forum Replies Created
-
@octuss
You are disabled translation for “attachment” post type. But did no deleted old translations from database. You need to delete this manually.Forum: Reviews
In reply to: [WP Multilang - Translation and Multilingual Plugin] It still has many bugs@josk79
Thank You for try to help.
I am planning to delete the plugin from the WP repository at all. Because WP Multilang is for users who are at least familiar with the WordPress core. I will leaved the code only on github. There users are more experienced. Since I made this plugin for myself, the number of those who will use it for me does not care. If someone likes it, that means good. No, it’s not a problem.Set in your congig
{ "post_types": { "attachment": null } }And attachments will not be translated.
Hi @vineryap
Find the code for generate the message. Find filter if it exist for filtering the post title and translate the title using ‘wpm_translate_string’.Can You show me your wpm-config file and the custom posts url in admin?
@iraconira
The post_name field is not translating.
The prefix is attached to the addresses on the site. Check if your redirects are preset without a prefix. Accordingly, after installing the plugin, the addresses have changed and your forwarding rules are invalid.@bonkerz
Maybe you left the translation of the title? To remove the flag, you need to clear the content of the page and the header.Forum: Reviews
In reply to: [WP Multilang - Translation and Multilingual Plugin] Fatel Error@pa1
Can you describe your actions? Confirm that you follow the instructions in the Plugin Description? If you have a problem, you should contact the support forum.Forum: Reviews
In reply to: [WP Multilang - Translation and Multilingual Plugin] It still has many bugs@flo10000
And did you see support for Tiled Galleries in the description to plugin? There are problems working with what is described in the plugin and those plugins that are on the supported list? Why write about what has not been announced support? There is a description, everything is written there.- This reply was modified 8 years, 4 months ago by VaLeXaR.
- This reply was modified 8 years, 4 months ago by Ipstenu (Mika Epstein). Reason: removed spurious claim
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Sitemap + Yoast SEO@bonkerz WP Multilang do not creating another sitemap. It is changing YOAST sitemap. Converting it to multilingual. The map is correct. You can check it for validity. https://technicalseo.com/seo-tools/hreflang/
I do not use other plugins to generate a sitemap. Since the map created with YOAST SEO and WP Multilang me completely satisfied.Create in root of your theme file ‘wpm-config.json’. Add needed post types and fields.
{ "post_types": { "some_post_type": {}, "second_some_post_type": {} }, "post_fields": { "some_post_field":{}, "second_some_post_field":{} } }What exactly has changed on your site?
Forum: Reviews
In reply to: [WP Multilang - Translation and Multilingual Plugin] Fatel Error@josk79
Some people do not need support.
@pa1
The plugin has the minimum supported version of WordPress. It is 4.7. This information is provided in the description of the plugin. Senior PHP Developer, as you call yourself, has definitely looked at compatibility.- This reply was modified 8 years, 4 months ago by VaLeXaR.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] ACF Options page configThank You. I found the bug. It will be fixed in next version.
Add created post type in “post_types” section to wpm-config.
If You created custom fields add this fields to config file in “post_fields” section.