You need add your taxonomies to config.
I failed too 😀 Tried to add property ..didn’t work 🙁
i still have the same issue especially when i got to txonomies pages there is no even a langauge tab , is that mean that your plugin dosent support the essential real estate plugin?
VaLeXaR , is it possible to make it work with Elementor builder?
@hammadi add this and your taxonomies will work , topic resolved
“taxonomies”: {
“property-type”: {},
“property-status”: {},
“property-feature”: {},
“property-label”: {},
“property-state”: {},
“property-city”: {},
“property-neighborhood”: {},
Is there a regular shortcode ? [shotrtcode]
Please help me to understand how does lang switcher work? Adding if ( function_exists ( ‘wpm_language_switcher’ ) ) wpm_language_switcher ();
puts it above the header…
And one more question how to keep settings saved even after plugin gets updated ? Or coreconfig.json is not getting updated with plugin update?
-
This reply was modified 7 years, 4 months ago by
dobriku.
-
This reply was modified 7 years, 4 months ago by
dobriku.
@dobriku
1. You need add function for displaying language switcher in needed place in your theme.
2. You need create in root of your thene the file ‘wpm-config.json’ and add there only your settings. As it says in description to the plugin. You do not need edit ‘core-config.json’ file from the plugin.
-
This reply was modified 7 years, 4 months ago by
VaLeXaR.
@dobriku
is it possible to make it work with Elementor builder?
I think it is possible. I have not yet encountered a plugin that could not be integrated.
Also widget is not translated 🙁 Tried to translate base text and html widget keeps returning the same value
@valexar Could you please give me a tip on how to add Elementor builder compatibility ? 😀
And thank you for your respond!
With best regards 🙂
Also widget is not translated 🙁 Tried to translate base text and html widget keeps returning the same value
Can You describe in more detail, your actions for editing widgets? I was check this and find no error.
Could you please give me a tip on how to add Elementor builder compatibility ?
There is no single method for solving this issue. Each plugin has its own approach.
The main principle is to make a multilingual string before saving and translate a string before the output.