Nigel Hancock

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 69 total)
  • Author
    Posts
  • in reply to: Front end form, address (location) doesn't change … #514781

    Nigel Hancock
    Expired Member
    Post count: 83

    I figured that was the case Kiran but needed to confirm. It makes no sense though because while manually inputting the first line of the address and then moving the pin the zip code changes which makes the address invalid. We have beta testers working on our site right now and 2 out of 5 of them reported this behaviour.

    in reply to: Front end form, address (location) doesn't change … #514525

    Nigel Hancock
    Expired Member
    Post count: 83
    This reply has been marked as private.
    in reply to: Badges? #514413

    Nigel Hancock
    Expired Member
    Post count: 83

    Brilliant, thank you Kiran!

    in reply to: Badges? #514407

    Nigel Hancock
    Expired Member
    Post count: 83

    Thanks Kiran, that seems to work. Is that a patch that’ll be included in future updates? I have several sites where this will need to be implemented.

    in reply to: Front end form, address (location) doesn't change … #514398

    Nigel Hancock
    Expired Member
    Post count: 83

    Exactly the same issue on the backend.

    in reply to: Badges? #514376

    Nigel Hancock
    Expired Member
    Post count: 83
    This reply has been marked as private.
    in reply to: Badges? #514370

    Nigel Hancock
    Expired Member
    Post count: 83

    Any update on this please?

    in reply to: Badges? #514230

    Nigel Hancock
    Expired Member
    Post count: 83
    This reply has been marked as private.
    in reply to: Badges? #514120

    Nigel Hancock
    Expired Member
    Post count: 83

    ok, so using the shortcode builder, I have …

    [gd_post_badge key=”last_updated” condition=”is_less_than” search=”+7″ badge=”Updated” bg_color=”#0073aa” txt_color=”#ffffff”]

    Where “last_updated” is a custom date field.

    I am able to display “last_updated” with [gd_post_meta key=”last_updated”] so it does exist in a proper date format and I can actually display a badge using the condition “is not empty” so why isn’t the “is less than” condition not working?

    in reply to: Invoicing – sent emails #508957

    Nigel Hancock
    Expired Member
    Post count: 83

    Works perfectly thank you Alex

    in reply to: Invoicing – sent emails #508876

    Nigel Hancock
    Expired Member
    Post count: 83

    Thank you Alex but, forgive my ignorance – which file should the snippet be included?

    /**
     * Prevent sending invoice email notifications to user for free invoices.
     */
    function gd_snippet_prevent_invoice_email_for_free_listing( $recipient, $email_type, $invoice_id, $invoice ) {
    	if ( class_exists( 'GeoDir_Pricing_Post_Package' ) && ! empty( $invoice ) && $invoice->is_free() ) {
    		$post_packages = GeoDir_Pricing_Post_Package::get_items( array( 'invoice_id' => $invoice_id ) );
    
    		if ( ! empty( $post_packages ) ) {
    			$recipient = NULL; // No recipient.
    		}
    	}
    	return $recipient;
    }
    add_filter( 'wpinv_email_recipient', 'gd_snippet_prevent_invoice_email_for_free_listing', 100, 4 );
    in reply to: Today's date field? #492008

    Nigel Hancock
    Expired Member
    Post count: 83

    Ah! I’m sorry too 🙂

    ok so I’ll link to a video of what I now think is a bug …

    https://grassmediaweb.com/downloads/dateRangeproblem.mov

    in reply to: Today's date field? #491986

    Nigel Hancock
    Expired Member
    Post count: 83

    Arggghh! Please, maybe I’m not making sense …

    There is a Date field I’ve added to a CPT.

    In that date field is a field marked “Date range” (see attached screenshot).

    I need to know the syntax/format for adding something in this field, maybe a date range, that’s all.

    in reply to: Payments not working? #491983

    Nigel Hancock
    Expired Member
    Post count: 83

    Well yes and no Patrik, I have made changes on both the barebones site and the production site which had the same problem with the same results.

    It now flashes up the blue bar saying “Preview or pay now?” but then immediately jumps to the checkout page without me clicking anything?

    in reply to: Comment form? #491969

    Nigel Hancock
    Expired Member
    Post count: 83

    That worked too, thank you!

Viewing 15 posts - 16 through 30 (of 69 total)