Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Neil,
I checked on my test site and replicated there too. We are using mapmarker.io API to generate map marker icon for forn-awesome icon & color. But it looks like the site https://mapmarker.io/ is down so it fails to generate icon.
Example: fab fa-acquisitions-incorporated
We are trying to contact them to fix this problem. Meanwhile please use normal image icon form map markers.
Thanks for spotting.
Regards,
KiranFebruary 25, 2020 at 4:25 am in reply to: PHP Error: RankMath 1.0.38 and GeoDirectory 2.0.0.77 #532077This reply has been marked as private.Hi Tristan,
Those plugins are released few days back. Fix will be in upcoming release of Location Manager.
I have applied patch on your site, please check and let us now.
Regards,
KiranThis reply has been marked as private.Hi Tristan,
You are using some outdated plugins please update those plugins so i can apply patch.
Kiran
Hi Timalua,
Issue has been fixed and patch applied on your site.
Please check and let us know.
Kiran
Hi Tristan,
This has been fixed and it will be in next release of Location Manager.
Provide us a site link, admin & FTP credentials to apply patch.
Kiran
Hi,
Here is filters that contains all the location variables replaced in title. https://github.com/AyeCode/geodirectory/blob/f86727454bf051dd220864ba9fbe9987a95a6a9c/includes/location-functions.php#L404
Example for в Львів:
1) Add following in geodirectory/language.php__( 'в Львів', 'geodirectory' );
2) Re-scan geodirectory plugin po file
3) Translate в Львів in different language
4) Add following snippetfunction gd_snippet_filter_location_replace_variables( $replace_vars, $locations = array(), $sep = NULL, $gd_page = '' ) { if ( ! empty( $replace_vars['%%location_single%%'] ) ) { $location_single = __( $replace_vars['%%location_single%%'], 'geodirectory' ); $replace_vars['%%location_single%%'] = $location_single; $replace_vars['%%in_location_single%%'] = wp_sprintf( _x( 'in %s','in location', 'geodirectory' ), $location_single ); } return $replace_vars; } add_filter( 'geodir_filter_location_replace_variables', 'gd_snippet_filter_location_replace_variables', 20, 4 );
Thanks,
KiranHello,
I have applied patch, please check downgrade listing now.
Kiran
Hi Alexander,
The things you asked is not easily feasible, because to show some string in different languages first it requires that string translated in all languages. But currently there is no way to store all locations in different languages.
If there are very limited strings then it can be done via title filter.
Regards,
KiranFebruary 24, 2020 at 11:17 am in reply to: Problems translating CPT Names with WPML String Translation #531914This reply has been marked as private.February 24, 2020 at 11:09 am in reply to: How to set edit/modify listing status to pending preview #531912Hi Abdelaziz,
You have disabled email notification for “Send an email when a listing is edited by a user”. Enable that option from GeoDirectory > Settings > Emails > Admin emails > Listing edited.
Let us know.
Kiran
Hi JACQUES,
It is hard to auto correct searched keyword from user. We have already one task to enhance search functionality, so we will check how it feasible to implement what you requested.
Kiran
Please check now.
Kiran
Hello,
“distribution alimentaire” is found in post description but “distribution alimentaires” not, so it not showing results for “distribution alimentaires”.
Kiran
-
AuthorPosts