Kiran
Forum Replies Created
-
AuthorPosts
-
October 29, 2018 at 12:53 pm in reply to: Paid listing status not set, and listing and order status not updated with test #451687
Hello,
2. Woo order status is set to Processing. Woo’s docs say these virtual products ‘should’ be status=completed automatically after payment. Is it working right? Ideally we would like to click just one button on the listing to publish the listing and set the order as complete.
Pricing Manager system does not trigger any event when order status changes to other than Completed.
Whenever WooCommerce order status changes to “Completed”, Pricing Manager system triggers the listing status change and applies the status which is set in Package > Paid Listing Status.3. When editing the price package for “Vacation Rental Free Forever” I want to exclude all categories except “Vacation Rental – Other” but there are many categories that are not even showing up. My end goal is that there is only one to choose from for the person adding the listing. I have excluded all that are available, but, the one I want to include isn’t even listed.
This has been fixed.
4. When editing the price package “Vacation Rental Paid Annual” I want to exclude all categories ESPECIALLY “Vacation Rental – Other” but the category is not listed. The list in the price package settings does not match the list in the Place Categories.
This has been fixed.
5. I cannot exclude FB or Twitter fields from the package. How do I do that?
You can exclude those fields from:
– CPT > Settings > Custom Fields > FIELD > “Show only on these price packages” > Untick packages you want.
or
– CPT > Settings > Packages > PACKAGE > Exclude FieldKiran
October 29, 2018 at 12:53 pm in reply to: Paid listing status not set, and listing and order status not updated with test #451686This reply has been marked as private.Hello,
I’ve looked in the geodirectory po to translate the text “Image 1 of 8” for example, from the image modal. Can you please point me where it is?
This has been fixed and will be available in next release.
Also can’t find “My Invoice History” in the po files
This text translated via Payment Manager .po file.
Also I can’s find these two strings “Click on above field and type to filter list or add a new city” and region from the address in the add listing page.
This text translated via Location Manager .po file.
Kiran
Hello Mike,
Seems there is a conflict with Membership Pro/User Role plugin, i have fixed it from our side.
Now it showing correct results on CPT pages.Please check and let us know.
Kiran
Hello,
Please provide us FTP credentials, i need some debugging to find where it causing conflict.
Kiran
Hi luca,
There is no way to limit listing title characters. It requires customization.
Kiran
In snippet change “gd_place” to CPT you want.
You will find it in two lines
$author_link = geodir_getlink( $author_link, array( 'stype' => 'gd_place' ), false ); $redirect_to = apply_filters( 'geodir_dashboard_link_my_listing', $author_link, 'gd_place', $user->ID );Kiran
Hello,
Try this snippet to redirect to author page after login.
// Login redirect to specific url. function _gd_snippet_login_redirect_to_author( $redirect_to, $requested_redirect_to, $user ) { // Only modify the redirect once the user is logged in if ( ! is_a( $user, 'WP_User' ) ) { return $redirect_to; } // If a 'redirect_to' parameter has been passed that contains 'wp-admin' if ( ! empty( $redirect_to ) && false !== strpos( $redirect_to, 'wp-admin' ) && user_can( $user, 'edit_posts' ) ) { return $redirect_to; } $author_link = geodir_getlink( get_author_posts_url( $user->ID ), array( 'geodir_dashbord' => 'true' ), false ); $author_link = apply_filters( 'gd_dash_listing_author_link', $author_link, $user->ID ); $author_link = geodir_getlink( $author_link, array( 'stype' => 'gd_place' ), false ); $redirect_to = apply_filters( 'geodir_dashboard_link_my_listing', $author_link, 'gd_place', $user->ID ); return $redirect_to; } add_filter( 'login_redirect', '_gd_snippet_login_redirect_to_author', 100, 3 );Kiran
Hello Carin,
Please check now, i have applied patch on your site.
Kiran
Hello Rafaela,
Please add following css snippet under GeoDirectory > Design > Scripts > CSS
.main_map_wrapper .gm-style button.gm-ui-hover-effect { z-index: 9999; } .main_map_wrapper .gm-style button.gm-ui-hover-effect > img { background-color: #ccc !important; }Kiran
Hello,
1) Does this AddOn replace WPML? If this is the case, which will be the migration process?
GeoDirectory Multilingual is a standalone addon to integrate multi language functionality between GeoDirectory and Multilingual addons(ex: WPML).
In short GeoDirectory Multilingual is a bridge between GeoDirectory & WPML. If you want to extend WPML functionality within GeoDirectory then you must need GeoDirectory Multilingual.
Main reason behind GeoDirectory Multilingual is to separate multi language functionality, because not all customers want multi language functionality on their sites.2) Does this AddOn provide functionality for users to add, edit and pay multilanguage listings in one go instead having to do it individually for every language as with GDV1?
All WPML multi language functionality in GDv2 will be same as in GDv1.
Kiran
This reply has been marked as private.This reply has been marked as private.Hello Carlin,
Issue has been fixed and it will be in next release.
Provide us FTP credenitals if you want me to update patch on your site before next release.Kiran
This reply has been marked as private. -
AuthorPosts