VaLeXaR
Forum Replies Created
-
You have to make clearly defined the site address. With ‘www’ or without. Currently your site availabe by two address.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Translate slugs@irisfarma hi. You can use different metadescriptions for each language. Translating slugs does not affects on metatags.
Which code? Maybe You have to translate a text? For translating string use function ‘wpm_translate_string’.
Unfortunately free version of Visual composer have differrent core. Therefore it is not integrated with WP Multilang.
You also could use wpm-config for enabling/disabling needed post types.
{ "post_types": { "post": null } }
Forum: Reviews
In reply to: [WP Multilang - Translation and Multilingual Plugin] Fantastic thing!Thank You for your review.
What is the field type are You try to translate?
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] translate theme optionsSo, can You show the dump of the theme settings array?
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Custom taxonomy #2Try to add the language switcher by admin page ID.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] WooCommerce coupon issuePlease, update WP Multilang.
echo wpm_translate_string('[:ru]Аккумуляторы[:uk]Акумулятори[:]');
Delete qTranslate-X
Hi @lapzor
You need add code like here:[:en]<p> <label>Email address: </label> <input type="email" name="EMAIL" placeholder="Your email address" required /> </p> <p> <input type="submit" value="Sign up" /> </p>[:uk]<p> <label>Email address: </label> <input type="email" name="EMAIL" placeholder="Your email address" required /> </p> <p> <input type="submit" value="Sign up" /> </p>[:]