VaLeXaR
Forum Replies Created
-
The base version of WP Multilang will not increase the number of supported plugins.
Hi @cuartostudio
You can use action ‘wpm_changed_language’. It works when language is changed. On this action You can do redirect to where You want.Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Custom fieldsHi @kavarnalife
WP Multilang do not using JS selectors for translating. You need add in config names of options or metadields.Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Mega Menu ProblemNew version released.
New version released.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Catalan languageIf You have the flag, You can use filters ‘wpm_flags_path’ and ‘wpm_flags_dir’ for sett in your path to the flags. And You can give me the flag and I will added this to the plugin.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Catalan languageHi @sdesergi
In the plugin no any language is set. If WordPress available on your language you can use this localization with any language. When you add a new language, you yourself choose the name of the language, locale, and localization from the downloadable ones in the WordPress repository.
If You want use a localization what not available from WordPress repository, You need add the custom localization yourself.Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Custom Post TypesAdd needed post type in ‘post_types’ section in your wpm-config file in root of your current theme.
@jcsanc
Yoast SEO with WP Multilang generate multilingual sitemap by Google guideline https://support.google.com/webmasters/answer/2620865?hl=en.
In All-In-One SEO Pack is no possibility for adding additional links to sitemap for each post or term as it possibly in Yoast SEO.Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Slider RevolutionWP Multilang is not clone of qTranslate. You can use different sliders for different languages.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Custom Post TypesHi @peterparket
Add needed post type in configuration. Exapmle of configuration You can view in config folder in root of the plugin.Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] HTTPS not workredirect from http to https set up in htaccess or in settings on the server
For display language switcher You need set up it in widget, or menu item, or with function in your theme.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Widget untranslatableHi @wocmultimedia
Always glad to help. Please address. Happy New Year.- This reply was modified 8 years, 5 months ago by VaLeXaR.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Widget untranslatableI see what default functions for display prev/next link is translating. https://goo.gl/NFC9vU
In your theme an author wrote own functions for prev/next links https://goo.gl/X7etnx and they using raw title string. Without filters. You need redeclare this functions in a child theme and use filters for post titles.