VaLeXaR
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] New plugin – wpcasaHi @abusquets
You have added the configuration correctly. I do not understand what the problem with the addresses in the admin.Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Page Not FoundPlease, check permalink settings(it should be enabled) and availability htaccess in root of the site.
Great
Thank you for your review. As I see, then developing this plugin no longer makes sense. Hope you find the better.
Forum: Reviews
In reply to: [WP Multilang - Translation and Multilingual Plugin] Feedback devHi @albertins
Thank You for your review. You need to contact with your language team and ask for edit translation for the plugin.https://make.www.ads-software.com/polyglots/handbook/rosetta/theme-plugin-directories/#sample-post
This is the screen id from ‘WP_Screen’ object. Use ‘get_current_screen’ for get this object.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] how to translate themsAdd the option item to the config file. Usually it saved in options table. Find this text in option table and add config for this option.
Can You show the screenshot of the problem?
You can to change the function in your theme what modifiding menu items.
All needed information for untegration described in a description to the plugin. It is a config file. But for many plugins need to use their filters for filter data before saving and before showing. As example You can see that in integration folder in my plugin.
We successfully contacted with ElegantTheme developer and I ansvered all his questions.
If You want to help You can fork the progect in GitHub.
Valentyn
It is the theme. It changed the menu items and therefore in image instead a image title shows the image code.
@zavr2008
My plugin support WPBakery Visual Composer and Page Builder by SiteOrigin. If you need to support of another page builders, You can to write your own plugin for integration with WP Multilang or using other plugin for multilinguage.
My plugin have integration with 21 plugins out of the box. That is more that any another free plugins for multilingual.
Support many plugins need a lot of time and many work. If you have a free time and opportunity for help me I will gladly accept it.Add this filter in your functions.php
add_filter( 'woocommerce_coupon_get_description', 'wpm_translate_string' );
I will fixed in in the next version.