Nigel Hancock

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 69 total)
  • Author
    Posts
  • in reply to: Today's date field? #491957

    Nigel Hancock
    Expired Member
    Post count: 83

    Alex,

    It’s not so much a workaround I need (although it would be good) right now I need to know the syntax for the date range option in a date field. The tooltip makes suggestions but I can’t get these to work in any way or even remain saved?

    in reply to: Payments not working? #491937

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

    Nigel Hancock
    Expired Member
    Post count: 83

    ok sorry, this isn’t a GeoDirectory issue, it’s core WP. For the record though, I added

    
    add_filter('comment_form_default_fields', 'website_remove');
    function website_remove($fields)
    {
    if(isset($fields['url']))
    unset($fields['url']);
    return $fields;
    }

    … at the end of functions.php to remove the “Website” field from the comments form.

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

    Nigel Hancock
    Expired Member
    Post count: 83

    That’s what I guessed Kor but the real question was about the syntax for the date range option in a date field in order to restrict input to today’s date only. I can’t find any documentation on that?

    in reply to: Payments not working? #491487

    Nigel Hancock
    Expired Member
    Post count: 83
    This reply has been marked as private.
    in reply to: Payments not working? #491239

    Nigel Hancock
    Expired Member
    Post count: 83
    This reply has been marked as private.
    in reply to: Payments not working? #491213

    Nigel Hancock
    Expired Member
    Post count: 83

    No Alex, as I said my earlier reply, the only CPT set up with a paid option is currently “Events” and this is the one I’m testing.

    in reply to: Payments not working? #491187

    Nigel Hancock
    Expired Member
    Post count: 83
    This reply has been marked as private.
    in reply to: Payments not working? #491184

    Nigel Hancock
    Expired Member
    Post count: 83
    This reply has been marked as private.
    in reply to: Unable to review #487396

    Nigel Hancock
    Expired Member
    Post count: 83

    … and so can I now – caches were all clear so no idea what was going on. Thanks anyway.

    in reply to: Unable to review #487301

    Nigel Hancock
    Expired Member
    Post count: 83

    Kiran,

    Antispam Bee has gone and I still cannot add reviews – it seemed to work for a while – as you will see at https://hernebayfestival.com/events/grand-picnic/#reviews

    But now … nothing happens when you click “post review”. This is, I’m afraid, getting a little urgent now.

    in reply to: Unable to review #487093

    Nigel Hancock
    Expired Member
    Post count: 83

    Any news on this please?

    in reply to: Unable to review #486219

    Nigel Hancock
    Expired Member
    Post count: 83

    No worries Paulo, I thought I’d got it right …

    in reply to: Unable to review #485965

    Nigel Hancock
    Expired Member
    Post count: 83
    This reply has been marked as private.
    in reply to: Core 2.0.0.41 update – broken site #459013

    Nigel Hancock
    Expired Member
    Post count: 83

    Hey Patrik, many thanks. All looking good. What was the problem?

Viewing 15 posts - 31 through 45 (of 69 total)