Kiran
Forum Replies Created
-
AuthorPosts
-
September 5, 2018 at 5:48 am in reply to: Display of listing image different if uploaded via csv #445376
Hello,
Upload & resize images during CSV imports takes too much time when there are thousands of listings and it may results in server timeout problem. That’s why we allowed users to upload images directly in media folder after CSV import completed.
There are many plugins available that allows bulk images resize. Here is one: https://wordpress.org/plugins/imsanity/
After taking backup you can resize all images available on your directory. 🙂Kiran
September 4, 2018 at 2:16 pm in reply to: After import there is same country with 2 translations #445284Hello,
Patch has been applied on your live site too.
Can you please tell me why I have almost 1000 database entries in database “wp_terms”? In this table there are the category and tags?
Because there are many words that I dont know where they come from.
Is this an import error??There are categories & tags linked to all posts including(wp posts, gd listings etc..)
Can you please check if all other wp and gd database tables are correct or if there are any import errors.
I checked and all tables & data seems fine.
Kiran
September 4, 2018 at 1:55 pm in reply to: Display of listing image different if uploaded via csv #445281Hello,
In manual creation we have image to resize during saving the listing data. While in import you have to upload images after data imported and saved successfully.
So during import there is no chance of resizing image. You have to upload images in folder after resizing manually or you can upload it by going to edit listing.Kiran
September 4, 2018 at 12:09 pm in reply to: After import there is same country with 2 translations #445272This reply has been marked as private.September 4, 2018 at 9:46 am in reply to: After import there is same country with 2 translations #445256Hi,
I have applied patch on your site, please check and let us know.
Thanks,
KiranSeptember 4, 2018 at 8:59 am in reply to: After import there is same country with 2 translations #445250This reply has been marked as private.September 4, 2018 at 8:15 am in reply to: After import there is same country with 2 translations #445244This reply has been marked as private.Hello Alex,
Only “Ajax Chained” categories has option to choose default category, in other options it sets one of categories as default category after save.
Thanks,
KiranSeptember 4, 2018 at 7:07 am in reply to: After import there is same country with 2 translations #445234Hello Marc,
Did you used translated country name or normal country name in csv?
Recently we has some fix with country translation slugs. It will fix the issue.Please provide FTP credentials and csv file so we can test on your site after applying patch.
Thanks,
KiranThis reply has been marked as private.This reply has been marked as private.Hello Moharaj,
Use following code snippet to disable popup on pages than directories page.
/* Popup share geo location on particular page */ function _gd_snippet_advanced_search_js_msg( $params ) { global $post; $page_id = 39871; // Change your page id here if ( ! ( is_page() && ! empty( $post ) && $post->ID == $page_id ) ) { $params['onload_askRedirect'] = false; } return $params; } add_filter( 'geodir_advanced_search_js_msg', '_gd_snippet_advanced_search_js_msg', 10, 1 );Thanks,
KiranThis reply has been marked as private.This reply has been marked as private.August 30, 2018 at 6:39 am in reply to: Listings not going to draft and reminder emails not being sent #444607Hello Jen,
So what is the solution?
If listing created by following full payment process(submit listing > checkout > payment successfull) then there will be not any issue. But after payment done, if in between package price updated then it may break active subsctiption & auto renewal of the listing.
We need to be able to send the people who have draft listings invoices to resubscribe. I have just tried sending an invoice and reminder to myself for the test profile and have not received and email invoice or reminder at all.
When I accidentally made the profile live I did receive an email saying it was live, so some emails are obviously working but not the reminders.I just checked and found that you have enabled “Payment Reminder” but not set “When to Send” value. Please set it from “Invoicing > Settings > Emails > Payment Reminder > When to Send”.
The timing of the payment reminders depends on “Due Date” & “When to Send”, suppose “Due Date = 2018-08-30” and “When to Send = On the Due Date” then it will send payment reminder on same date(on due date). You can also send “Payment Reminder” manually from backend invoice page(“Due Date” & “When to Send” must be enabled).I was advised by support on this forum to cancel the subscriptions before we increased the prices so I don’t really know what to do now.
If you change price of package then it may break active subscription. If you change package price at website will be not updated at gateway site. So there may be case of mismatch price(new package price at website & price value from IPN request) during IPN verification. Mismatch in price may results in invalid payment.
So either you have to create new price(increased price) or you have to cancel all active subscription from Gateway and then have to follow (renew/upgrade listing > checkout > payment successfull).Let us know.
Thanks,
Kiran -
AuthorPosts