Kiran

Forum Replies Created

Viewing 15 posts - 5,026 through 5,040 (of 6,022 total)
  • Author
    Posts
  • in reply to: Problem when Merging Multilocations #385900

    Kiran
    Moderator
    Post count: 7069

    Yes it will be included in future releases of Location Manager too, so don’t worry about future updates.

    Kiran

    in reply to: Invoicing Not Working #385885

    Kiran
    Moderator
    Post count: 7069

    Are you going to generate invoice from front end via add listing process?
    I tried generating invoice via add listing > checkout process, and it worked for me.

    Let me know any user id that has problem in generating invoices.(If possible provide username/password for user too)

    FYI: i have attached image that i forgot to attach in my previous reply https://wpgeodirectory.com/support/topic/invoicing-not-working/#post-385883

    Kiran

    in reply to: Invoicing Not Working #385883

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Problem when Merging Multilocations #385872

    Kiran
    Moderator
    Post count: 7069

    Hi Neil,

    We have fixed problem, so now during merge location less CPT will set NULL values for city, region, country etc. Fix patch updated on your site too.

    Thanks,
    Kiran

    in reply to: WPML translated strings are not proper displayed #385768

    Kiran
    Moderator
    Post count: 7069

    Hi Alex,

    – Screen shots of email 1
    – Screen shots of email 2
    < To translate emails you should follow GeoDirectory custom fields translations (Ex: custom database texts, emails etc.).

    In your plugin create one xyz.php file and include that file in your main plugin file. In this xyz.php file add strings/emails texts that needs to be translated. You can check /geodirectory/db-language.php file how we added custom texts/emails for translation purpose.
    After this follow steps given in this WPML support post https://wpml.org/forums/topic/custom-string-translating/#post-640164

    – geodirectory strings
    < You should follow as WPML support said here https://wpml.org/forums/topic/email-is-not-being-translated-accordingly/#post-1301795

    – geodirectory Invoice
    – geodirinvoice
    < In those texts are dynamically loaded(means loaded from db) then you should follow same method described for email translations.

    You can ask for help to developer of “geodir invoice”.

    Thanks,
    Kiran

    in reply to: geodirectory API V0.0.4 #385741

    Kiran
    Moderator
    Post count: 7069

    Hi D.D.

    We have some WPML compatibility fixes in GD and it is also included in GeoDirectory API v0.0.4. Functions related to fixes are included in GD core files.

    You have updated GD API dev version only that’s why you face this problem.

    Try to rollback change https://github.com/kprajapatii/geodir_api/commit/daf90790707225055a6f023362279b72301181ec#diff-cec1a6cd8f2c8e3a67c726543c256a83L1105
    Let us know how it goes.

    Thanks,
    Kiran

    in reply to: Problems Downgrade #385650

    Kiran
    Moderator
    Post count: 7069

    Thanks for letting us know 🙂

    in reply to: Problems Downgrade #385637

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Add Listing Page – Minimum Words #385621

    Kiran
    Moderator
    Post count: 7069

    Hi Neil,

    Pattern validation does not supported by few version of Safari & IE.
    I am providing snippet code this will alert user if description length characters are less then required.
    To prevent user submit the form with description length less required, you need some custom code.

    
    
    <script>
    jQuery(function() {
        if (jQuery('#propertyform textarea#post_desc').length ) {
            var minLength = 100;
            jQuery('textarea#post_desc').attr('minlength', minLength);
           
            jQuery('#propertyform textarea#post_desc').blur(function() {
                var content = jQuery(this).val();
                var regx = /(<([^>]+)>)/ig;
                plaintext = content.replace(regx, "");
                if (plaintext.length < minLength) { 
                    alert('For description you must use atleast ' + minLength + ' characters.');
                }
            });
        }
    });
    </script>

    Thanks,
    Kiran

    in reply to: Problems Downgrade #385526

    Kiran
    Moderator
    Post count: 7069

    Hi Juan,

    I have checked in your site and found every things fine.

    Let me know:
    From which plans those two listings downgraded to FREE plan?
    Are both listings auto expired by system or you have done it via running GD tool?
    Which fields data lost after downgrade process?

    Thanks,
    Kiran

    in reply to: CSS / Stylesheet issue #385505

    Kiran
    Moderator
    Post count: 7069

    Hi Fabrizio,

    Let us provide admin & FTP credentials so we have to do some debugging to find exact problem.

    Thanks,
    Kiran

    in reply to: WPML translated strings are not proper displayed #385500

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: WPML translated strings are not proper displayed #385477

    Kiran
    Moderator
    Post count: 7069

    Thanks for letting us know.

    Actually there was conflict with BuddyPress Integration plugin. It was loading GeoDirectory plugin textdomain before WPML load.

    Kiran


    Kiran
    Moderator
    Post count: 7069

    Great!
    @jamesgird Thanks for letting us know 🙂

    in reply to: WPML translated strings are not proper displayed #385468

    Kiran
    Moderator
    Post count: 7069

    Hi Alex,

    Please check and let us know.

    Kiran

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