Kiran

Forum Replies Created

Viewing 15 posts - 3,586 through 3,600 (of 6,022 total)
  • Author
    Posts

  • Kiran
    Moderator
    Post count: 7069

    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 Field

    Kiran


    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Translate Image 1 of … #451634

    Kiran
    Moderator
    Post count: 7069

    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

    in reply to: general public view problem #451633

    Kiran
    Moderator
    Post count: 7069

    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

    in reply to: general public view problem #451330

    Kiran
    Moderator
    Post count: 7069

    Hello,

    Please provide us FTP credentials, i need some debugging to find where it causing conflict.

    Kiran

    in reply to: Listing title characters length home page #451302

    Kiran
    Moderator
    Post count: 7069

    Hi luca,

    There is no way to limit listing title characters. It requires customization.

    Kiran

    in reply to: redirect login page #451273

    Kiran
    Moderator
    Post count: 7069

    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

    in reply to: redirect login page #451212

    Kiran
    Moderator
    Post count: 7069

    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

    in reply to: Listing Review Date not showing #451210

    Kiran
    Moderator
    Post count: 7069

    Hello Carin,

    Please check now, i have applied patch on your site.

    Kiran

    in reply to: Close Cross in Pop up not working #451184

    Kiran
    Moderator
    Post count: 7069

    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

    in reply to: WPML Duplicate GD Posts Categories problem #451181

    Kiran
    Moderator
    Post count: 7069

    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

    in reply to: V2 Activation prevents accessing wp admin #451180

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Listing Review Date not showing #451179

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Listing Review Date not showing #451060

    Kiran
    Moderator
    Post count: 7069

    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

    in reply to: problem with installation #451059

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
Viewing 15 posts - 3,586 through 3,600 (of 6,022 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount