Kate

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 30 total)
  • Author
    Posts
  • in reply to: URL feeds #1193031
    Kate
    Participant

    This reply is private.

    in reply to: Price not showing in List View (on iphone) #1178928
    Kate
    Participant

    Thank you!

    Kate
    Participant

    You know what Nico… this is perfect. I think I will keep it simple and stick to just the above. Thanks for your help- you are lovely!

    Kate
    Participant

    Nico! That is fab! Thanks so much… my next bit is the identification of what the customers can do… I will tell you what I would like to do in an ideal world and see if you can help.

    There are actually four options for the listing:

    1. List and booking enabled
    2. List and booking ebanled but no tickets left on my platform
    3. List and customer is instructed to book by website
    4. List drop-in classes (no booking required)

    For the various options I would love it if I could:

    1. Icon/Words next to price saying “Book now”
    2. Icon/Words next to price saying “Fully booked”
    3. Price greyed out (as I don’t want to really publicise these too much)
    4. Icon/Words next to price saying “Drop in”

    I am open to whatever works best, I would rather use some additional fields than event categories… but if I have to use Event Categories is there a way of filtering these out of the filter bar as I want to keep that simple (hence why the additional field idea would work for me as I could then put these on the filter bar but it wouldn’t confuse people as it would be separate to the categories they are mostly interested in)
    Hope this all makes sense.
    Thanks again.
    Kate

    in reply to: Events Pro- Map view #1160095
    Kate
    Participant

    Thanks Cliff,
    he screen shot is below, and I have just used the below in functions php (which works everywhere I want it to apart from the map):

    /*
    * EXAMPLE OF CHANGING ANY TEXT (STRING) IN THE EVENTS CALENDAR
    * See the codex to learn more about WP text domains:
    * http://codex.wordpress.org/Translating_WordPress#Localization_Technology
    * Example Tribe domains: ‘tribe-events-calendar’, ‘tribe-events-calendar-pro’…
    */
    function tribe_custom_theme_text ( $translations, $text, $domain ) {

    // Put your custom text here in a key => value pair
    // Example: ‘Text you want to change’ => ‘This is what it will be changed to’
    // The text you want to change is the key, and it is case-sensitive
    // The text you want to change it to is the value
    // You can freely add or remove key => values, but make sure to separate them with a comma
    // This example changes the label “Venue” to “Location”, and “Related Events” to “Similar Events”
    $custom_text = array(
    ‘Events’ => ‘Classes’,
    ‘Event’ => ‘Class’,
    ‘Recurring %s’ => ‘Other class dates available’,
    ‘Show Filters’ => ‘Refine your search’,
    );

    // If this text domain starts with “tribe-“, “the-events-“, or “event-” and we have replacement text
    if( (strpos($domain, ‘tribe-‘) === 0 || strpos($domain, ‘the-events-‘) === 0 || strpos($domain, ‘event-‘) === 0) && array_key_exists($text, $custom_text) ) {
    $text = $custom_text[$text];
    }

    return $text;
    }
    add_filter(‘gettext’, ‘tribe_custom_theme_text’, 20, 3);

    in reply to: Single event display #1159896
    Kate
    Participant

    Hi Cliff, My site hasn’t gone live so I will re-ask the question in a few weeks time. Thanks!!

    in reply to: adding address information to ticket email #1155253
    Kate
    Participant

    Hi Andras, In your example (first link) the zip code is not shown, I personally think this is quite an important piece of info…. is it not? I will try and figure out how to add it myself but I think it should be part of a std ticket.

    in reply to: Filter Bar- Increase width and length of drop down #1154265
    Kate
    Participant

    This reply is private.

    in reply to: After updating cart…. paypal button disappears! #1152825
    Kate
    Participant

    Hi Brook,

    I hasn’t happened since!!! It may have been that I was hosting with Hostgator, and they were on an old version of mysql… so I swapped to Site Ground and haven’t had the issue since. Thanks for getting back to me tho. x

    in reply to: adding address information to ticket email #1152824
    Kate
    Participant

    ooo… but I have just realised… that my first line dropped out of my venue… I think it may have been when I was copying information…. so I am
    1. Not sure whether the first line would have displayed or not
    2. Would need the postcode (zip) anyway)

    So, What I want to display is data:
    Address (Line one)
    City
    State
    Postal code

    Thanks in advance.

    in reply to: adding address information to ticket email #1152819
    Kate
    Participant

    This reply is private.

    in reply to: adding address information to ticket email #1152817
    Kate
    Participant

    This reply is private.

    in reply to: Confirmation emails not working :( #1145575
    Kate
    Participant

    Hello Geoff B! Thanks for all your help 😉 So I used my hostgator account and after a bit of messing I got the test email sent- whoop! It went to my junk folder but at least it went! xxx

    Happy weekend!! 🙂 Hope all is ok in the US of A.

    in reply to: Confirmation emails not working :( #1145336
    Kate
    Participant

    Hi,
    Murm, so I had put my google info in (but not tested it) maybe it was incorrect as I typed it again and the email sent… but I then got a message from google saying a “less secure app had tried to access my account” there was a link on the email to go to my google account to authorise access…. which I did and authorised… and then I got an email saying I had breached their terms of service and my account had been suspended…

    So
    1. thought I should let you know that maybe you shouldn’t be recommending the plugin? (Especially as their site forum doesn’t seem to be very supportive with multiple threads complaining and not being answered)
    2. Have you got another fix?? I use hostgator at the moment for hosting, is there a hoster that you could recommend that would let me have access to emails… or if I talk to hostgator will they be able to sort?

    Thanks for all your help… I have previously told Craoline you are all amazing but now I will tell you…. I think you have amazing products, amazing customer care and all in all I think you seem like very lovely and nice people… I was really scared about building this website until I found you guys!

    in reply to: Community Events upload- How do I hide certain fields #1145262
    Kate
    Participant

    I have found the All Day Event… but not the Global Stock one…?
    And I would also be interested in the possibility are by default having google maps ticked and hiding the attendees… please.

Viewing 15 posts - 1 through 15 (of 30 total)