Hello.
Thanks for the fantastic plugin!
I develop a multilingual directory website (locally with XAMPP, soon live) with the GeoDirectory plugin.
At first, it didn't work at all but I found the solution with pll-config.php file. Now, it works nice but I have some issues.
1. There is a CPT (Places). In every Place, you can attach images. I would like to sync these images, as they are the same for every language. The option "Synchronization -> Featured image" didn't work. These images are stored in a table named "geodir_attachments". How could I do this?
2. There are some strings in the plugin's admin options which cannot be translated (not shown in "Strings translation"). I tried to make the "wp-content/polylang/wpml-config.xml" file like this:
<wpml-config>
<admin-texts>
<key name="wp_options">
<key name="geodir_term_condition_content" />
</key>
</admin-texts>
</wpml-config>
but the string didn't appear. Did I do it wrong or there is something else?
Thank you in advance!