Kiran
Forum Replies Created
-
AuthorPosts
-
Hello Marc,
This has been fixed and will be available in next release.
Kiran
Hello Javier,
You should ask “Photographer Directory” support team. They will help you if their plugin supports OpenStreetMap.
Kiran
Hello Alexander,
Here is one example to auto duplicate translation on post submit. https://wpml.org/forums/topic/how-to-automatically-create-duplicate-translations/#post-507498
Please ask WPML supporter, they will explain in detail.
Kiran
Yes, as WPML Supporter has said, using custom code it can be auto translated. Even it will use fallback translation if post not translated.
Kiran
This reply has been marked as private.Hello,
I have added JavaScript snippet at GeoDirectory > Design > Scripts > Header Scripts. Now it is working fine.
Kiran
Glad to hear that. 🙂
I am not exactly sure about official release of plugins but you will be informed via email notification. You can also check our blog to get updates.
Kiran
Hello,
We are converting some remaining GeoDirectory addons to make it compatible with GeoDirectory v2. It is almost ready, but still i recommend you to use it on staging/test site before switching to GeoDirectory v2 on live/production.
Kiran
Hello Alexander,
It does not matter in which language (for example, in Russian, Ukrainian, or English) I need to display it in other languages of the site, but not translate the ad itself into other languages.
This is currently not possible with GeoDirectory v1.
We are currently working on GeoDirectory v2 with some new features and it will have this feature. Please see https://wpgeodirectory.com/support/forum/geodirectory-core-plugin-forum/v2-beta/
We have separated multilingual functionality in GeoDirectory v2 with separate addon. See https://github.com/AyeCode/geodir-multilingualKiran
Hello,
Use following code snippet to use shortcode in custom field. If this is not working then provide us admin & FTP credentials in a private reply to look into.
function gd_snippet_shortcode_in_custom_field( $html, $location, $field ) { if ( $html ) { $html = do_shortcode( $html ); } return $html; } add_filter( 'geodir_custom_field_output_html', 'gd_snippet_shortcode_in_custom_field', 100, 3 ); add_filter( 'geodir_custom_field_output_text', 'gd_snippet_shortcode_in_custom_field', 100, 3 ); add_filter( 'geodir_custom_field_output_textarea', 'gd_snippet_shortcode_in_custom_field', 100, 3 );Thanks,
KiranNovember 5, 2018 at 1:08 pm in reply to: Beaver Builder's "Beaver Themer" Compatibility Issue #452594Hello Gunther,
We are currently working on GeoDirectory v2 with some new features and making it more simple and user friendly. Please see https://wpgeodirectory.com/support/forum/geodirectory-core-plugin-forum/v2-beta/
Our main focus is on GeoDirectory v2 now, we only updates if any bugs in GeoDirectory v1. In GeoDirectory v2 this already fixed.
Kiran
This reply has been marked as private.November 5, 2018 at 10:15 am in reply to: Beaver Builder's "Beaver Themer" Compatibility Issue #452578Hello Gunther,
I have added one code snippet in your child theme functions.php to fix add listing page issue with Beaver Builder(Gecko Builder).
Kiran
Hi Luca,
Issues mentioned in post #452437
1st attachment:
In mobile hover event does not exists, so these buttons are always remain visible on mobile devices.2nd attachment:
For map next/back buttons issue, we have fixed issue that showing next/back navigation button on map. It will be available in next release of Supreme Directory.Kiran
-
AuthorPosts