Kiran
Forum Replies Created
-
AuthorPosts
-
Yes it will be included in future releases of Location Manager too, so don’t worry about future updates.
Kiran
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
This reply has been marked as private.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,
KiranHi 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,
KiranHi 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,
KiranThanks for letting us know 🙂
This reply has been marked as private.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,
KiranHi 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,
KiranHi Fabrizio,
Let us provide admin & FTP credentials so we have to do some debugging to find exact problem.
Thanks,
KiranThis reply has been marked as private.Thanks for letting us know.
Actually there was conflict with BuddyPress Integration plugin. It was loading GeoDirectory plugin textdomain before WPML load.
Kiran
Great!
@jamesgird Thanks for letting us know 🙂Hi Alex,
Please check and let us know.
Kiran
-
AuthorPosts