Hugh Todd

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Add Mail-To to Tickets RSVP email #1054891
    Hugh Todd
    Participant

    Thanks, Geoff.

    I’ll suggest a feature: a GUI option to add a ‘Mail-To’, or at the very least an override of the same sort as those in the ‘view’ directory.

    -Hugh

    in reply to: Add Mail-To to Tickets RSVP email #1052334
    Hugh Todd
    Participant

    Thanks, Geoff.

    In answer to your question, your suggestion is helpful, but I’m baulking a little at setting up another email address, not using either the site’s domain or the client’s. With a bit more effort, I may be able to find an email provider that can handle domain emails, for which I can maybe pass the cost on to the client, though I try to avoid ongoing costs of this sort. Or even a free provider, if such exists and can be trusted sufficiently.

    In short, having a fix to wp_mail would be a more elegant fix!

    in reply to: Add Mail-To to Tickets RSVP email #1051621
    Hugh Todd
    Participant

    Ah. Thanks, Geoff.

    I did have a look at the Themers’ Guide, but wasn’t sure whether it applied to more than just the /event-tickets/src/views/ directory.

    So if I put my modified RSVP.php file in my_theme/tribe-events/tickets/Tribe/ directory it will be found?

    I only ask because the Guide refers to templates in the /views/ directory, which isn’t replicated in the custom directory — which makes me think that the plugin looks only for modified /views/ directory files in the user’s custom directory.

    There are two rsvp php files, you see. The one in /event-tickets/src/views/tickets/rsvp.php (which is referred to in the Guide, but is not the one I need to modify), and the one I do need to modify which is in /event-tickets/src/Tribe/RSVP.php (uppercase RSVP).

    in reply to: Forum for Event Tickets (not Plus)? #1051512
    Hugh Todd
    Participant

    Leah, I don’t have a licence for Events Tickets Plus, but I do have one for Events Calendar Pro, and another for — as it turns out unnecessarily, thanks to a client’s change of mind — the Eventbrite Tickets plugin.

    So there’s no direct support for someone like me? Am I right in thinking I can’t post on these forums unless I have invested in one of the paid products? In other words, I’m not just a free user. I couldn’t be if I’m posting here.

    But you seem to be saying that I only receive support for the products for which I’ve paid a licence — and not for any add-ons if they’re unpaid?

    Would it help if my wasted Eventbrite licence could be transferred to Events Tickets Plus? Would this be possible?

    in reply to: Google Maps not Working except in Maps view #815300
    Hugh Todd
    Participant

    Sorry it’s taken so long to reply.
    It looks as though the change of id on the #tribe-events-map-0 wrapper has to do with this code in my Functions file, which is supposed to change the text of the default WordPress Excerpt box. How it appends “Group Activities” to your wrapper is beyond me! Would you have an explanation?
    —————-
    add_filter( ‘gettext’, ‘wpse22764_gettext’, 10, 2 );
    function wpse22764_gettext( $translation, $original )
    {
    if ( ‘Excerpt’ == $original ) {
    return ‘Group activities’;
    }else{
    $pos = strpos($original, ‘Excerpts are optional hand-crafted summaries of your’);
    if ($pos !== false) {
    return ‘Make this lively and inviting.’;
    }
    }
    return $translation;
    }

    —————-

    After a bit of testing, with and without the filter you supplied, it seems as though this might be the problematic code.
    Hmm. Might have to find another way of changing the Excerpt text!
    Thanks for all the help.

    in reply to: Google Maps not Working except in Maps view #783936
    Hugh Todd
    Participant

    This reply is private.

    in reply to: Google Maps not Working except in Maps view #781474
    Hugh Todd
    Participant

    Hi, Brian,

    Both Show Google Map and Show Google Maps Link are ticked.

    I removed the custom Tribes folder that I had put in my child theme folder, to check whether there was an issue with that, but it seems not.

    I’ve tested with the TwentyTwelve parent theme, TwentyThirteen theme and TwentyEleven theme, and turned off all other plugins, all without success.

    Scratching my head here.

    Working just fine on another website.

Viewing 7 posts - 1 through 7 (of 7 total)