Forum Replies Created
-
AuthorPosts
-
Kate
ParticipantThis reply is private.
Kate
ParticipantThank you!
October 17, 2016 at 12:00 pm in reply to: Notification in List & Single Event View that "Zero Stock" is set #1177830Kate
ParticipantYou 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!
October 12, 2016 at 10:56 pm in reply to: Notification in List & Single Event View that "Zero Stock" is set #1175775Kate
ParticipantNico! 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.
KateKate
ParticipantThanks 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);Kate
ParticipantHi Cliff, My site hasn’t gone live so I will re-ask the question in a few weeks time. Thanks!!
Kate
ParticipantHi 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.
August 22, 2016 at 12:54 am in reply to: Filter Bar- Increase width and length of drop down #1154265Kate
ParticipantThis reply is private.
Kate
ParticipantHi 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
Kate
Participantooo… 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 codeThanks in advance.
Kate
ParticipantThis reply is private.
Kate
ParticipantThis reply is private.
Kate
ParticipantHello 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.
Kate
ParticipantHi,
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!
July 28, 2016 at 11:50 am in reply to: Community Events upload- How do I hide certain fields #1145262Kate
ParticipantI 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. -
AuthorPosts
