Kiran
Forum Replies Created
-
AuthorPosts
-
Hello There,
You can replace this file https://github.com/GeoDirectory/geodirectory/blob/65726a2366acce2b2b6b5f84aeb27483f49ea352/geodirectory_shortcodes.php
To wp-content\plugins\geodirectory\geodirectory_shortcodes.phpLet us know.
Kiran
Hello,
If you are following standard method (.po files in /wp-content/languages) to translate plugins then the update not affect the existing translations.
Never seen any case, where translations was lost on update. We have many customers using our plugins on multi-language site.You can take backup before update so you can revert back it if find any problem after update.
Thanks
1. I downloaded those two files to the same directory. Do I have to change the source path ?
<
No you don’t have to change source path, you just have to update .po file using update from sources option.2. Should I open the file with geodirectory-en_US.po or geodirectory-th.po ? then merge
<
If you want to translate only for TH language then only need to open file geodirectory-th.po and merge, no need to do same for the file geodirectory-en_US.po.Brown ones are fuzzy ?
< YesAnother question is where can i translate “Search by Distance” ??
< It can be translated via custom field translation. Read this https://wpgeodirectory.com/docs/translating-custom-fields/A Fuzzy string means those translations need to be checked/reviewed for accuracy and edited or approved. The translator was probably not sure of his translation, so marked it as Fuzzy to let others confirm that the translation is correct before to use it.
If you are using PoEdit then you can identify those strings in different color. See attachment.
You can use any files from /wp-content/languages/plugins/geodirlocation-th.po or from /wp-content/plugins/geodir_location_manager/geodir-location-languages/geodirlocation-th.po
Only things needs to check is:
– File must not have fuzzy translation
– File must have recently updated translation stringsYou have to put your .mo file at /wp-content/languages/plugins/geodirlocation-th.mo
Hi There,
Please check now. The problem was those translation strings are marked as a fuzzy in .po file. I have unmarked those fuzzy translation strings and re-saved .po/.mo files. now it works fine.
Thanks,
KiranHi Marcos,
Looked in to your site and found that your site is running with old version of WP & GD + GD Plugins.
Site is running with GeoDirectory v1.6.8 which is too older than current one v1.6.17 & GeoDirectory Location Manager v1.5.0 which is too older than current one v1.5.31Please update WP & GD + GD Plugins, so we can assist you if problem still exists after updates.
Thanks,
KiranGreat 🙂
February 23, 2017 at 8:08 am in reply to: unable to find it's handler for recurring payments #363294Hi Alex,
You can find function “geodir_ipn_handler_stripe()” in file wp-content/plugins/geodir_stripe_payment_manager/geodir_stripe_payment_manager.php
This function used to handle ipn requests from Stripe for both normal & recurring payments. It differentiate the request by variable “event_type” to process request data.
Kiran
Hello There,
Step 1) To show upgrade link on message like you shown in previous post add tag [#show_upgrade_link#] in Notifications > Messages
For Ex:<p>Please confirm which subscription package you want [#show_upgrade_link#]</p>
Step 2) Use this snippet https://gist.github.com/kprajapatii/c98a55fa343b406311b6641da3f089d4 and put somewhere in your theme functions.php
Currently it is not possible to send upgrade link to specific logged user because upgrade process can be done via only owner of that post.
Thanks,
KiranHi Nasiot,
Please check now, i have updated patch on your site. This has been also included in future updates.
Thanks,
KiranHi Michael,
You have to change http:// to https:// in webhook url at Stripe webhook settings.
Set url https://successpartnerdna.com/gd-info/?pay_action=ipn&pmethod=stripe at Stripe webhook url.I have tested it with my test account and it worked for me.
Thanks,
KiranFebruary 23, 2017 at 5:05 am in reply to: Trouble with custom fields validation pattern items savings #363272Hello Alex,
> within custom fields or database? I need to know where exactly you made those changes because I am having the same problem for other CPT which have the same custom fields too.
> Can you please provide me a screen shot and may also provide me the database table column to know where the changes are made, because I am using also the import/export function within database for custom field data changes (custom field creation is made within backend, but field data will be corrected by import/export function).
<
“is_price” value are stored as a serialized data in the “extra_fields” column.Now i got why it was 0 there for “is_price”. Because you have imported those price fields, so “extra_fields” was not saved as expected.
“extra_fields” column must have valid serialized format. I recommend to you to create one price field via standard method (GD -> Custom Fields) and copy “extra_fields” column value stored in table and use it for other price field in import/export. Because same price structure mostly have same value for “extra_fields” column.
Here is sample value for extra_fields for price field
a:6:{s:8:"is_price";s:1:"1";s:18:"thousand_separator";s:5:"comma";s:17:"decimal_separator";s:6:"period";s:15:"decimal_display";s:7:"allways";s:15:"currency_symbol";s:0:"";s:25:"currency_symbol_placement";s:4:"left";}
I fixed it via re-save field from backend extra fields. The is_price field is hidden so using FireFox + Firebug, i have make it first it visible and ticked “Yes” and saved.
Please check screenshot.Let us know.
Thanks,
Kiran -
AuthorPosts