Kiran

Forum Replies Created

Viewing 15 posts - 5,521 through 5,535 (of 6,022 total)
  • Author
    Posts
  • in reply to: Listing Map not showing by Custom Post Type #364043

    Kiran
    Moderator
    Post count: 7069

    Hello There,

    You can replace this file https://github.com/GeoDirectory/geodirectory/blob/65726a2366acce2b2b6b5f84aeb27483f49ea352/geodirectory_shortcodes.php
    To wp-content\plugins\geodirectory\geodirectory_shortcodes.php

    Let us know.

    Kiran

    in reply to: Search Directory issue #363587

    Kiran
    Moderator
    Post count: 7069

    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

    in reply to: Translation #363556

    Kiran
    Moderator
    Post count: 7069

    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.

    in reply to: Translation #363551

    Kiran
    Moderator
    Post count: 7069

    Brown ones are fuzzy ?
    < Yes

    Another 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/

    in reply to: Upgrade URL for non-logged in users #363546

    Kiran
    Moderator
    Post count: 7069
    in reply to: Translation #363540

    Kiran
    Moderator
    Post count: 7069

    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.

    See more: https://make.wordpress.org/polyglots/handbook/tools/glotpress-translate-wordpress-org/#strings-color-key

    If you are using PoEdit then you can identify those strings in different color. See attachment.

    in reply to: Translation #363535

    Kiran
    Moderator
    Post count: 7069

    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 strings

    You have to put your .mo file at /wp-content/languages/plugins/geodirlocation-th.mo

    in reply to: Translation #363528

    Kiran
    Moderator
    Post count: 7069

    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,
    Kiran

    in reply to: Search Directory issue #363527

    Kiran
    Moderator
    Post count: 7069

    Hi 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.31

    Please update WP & GD + GD Plugins, so we can assist you if problem still exists after updates.

    Thanks,
    Kiran

    in reply to: Stripe Webhooks Error #363521

    Kiran
    Moderator
    Post count: 7069

    Great 🙂

    in reply to: unable to find it's handler for recurring payments #363294

    Kiran
    Moderator
    Post count: 7069

    Hi 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

    in reply to: Upgrade URL for non-logged in users #363292

    Kiran
    Moderator
    Post count: 7069

    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,
    Kiran

    in reply to: Date picker don't work well in search #363285

    Kiran
    Moderator
    Post count: 7069

    Hi Nasiot,

    Please check now, i have updated patch on your site. This has been also included in future updates.

    Thanks,
    Kiran

    in reply to: Stripe Webhooks Error #363282

    Kiran
    Moderator
    Post count: 7069

    Hi 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,
    Kiran

    in reply to: Trouble with custom fields validation pattern items savings #363272

    Kiran
    Moderator
    Post count: 7069

    Hello 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

Viewing 15 posts - 5,521 through 5,535 (of 6,022 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount