Forum Replies Created
-
AuthorPosts
-
Meg Appleby
ParticipantHi Geoff
Its nice to be back 😉 You guys have the friendliest support team ever!!
The tickets are actually showing up now … I saw in another support thread that someone else had a similar thing happen. Maybe it was a caching thing?! If I have any other issues as I create new events I will get back to you!
Cheers
MegApril 5, 2014 at 3:39 am in reply to: Change 'Find Out More' link to 'Register' for specific event category #128473Meg Appleby
ParticipantI figured it out …
Here’s the code I used just in case its useful to anyone else 🙂
<?php
if ( tribe_event_in_category( ‘networking’ )) {
?> ” class=”tribe-events-register” rel=”bookmark”><?php _e( ‘Register’, ‘tribe-events-calendar’ ) ?> <?php
} else {
?>” class=”tribe-events-read-more” rel=”bookmark”><?php _e( ‘Find out More’, ‘tribe-events-calendar’ ) ?> »<?php
}?>August 22, 2013 at 3:01 pm in reply to: Change the 'View all events' link in the Events list Widget #62514Meg Appleby
ParticipantAwesome … I’ll give that a shot and see what I end up with 😉
Thanks for your help!Meg Appleby
ParticipantHi Rob
I am having the same problem as Todd. Have also tried all the suggestions from this thread, but am still not able to upgrade.
Cheers
MegMeg Appleby
ParticipantThanks Jonah!
Meg Appleby
ParticipantAwesome! Thanks so much … 🙂
Meg Appleby
ParticipantI only have 3 plugins activated – shortcodes ultimate, gravity forms & backupbuddy – turned them off one at a time and all at once and the ‘Previous Events’ label still shows.
Am using Headway Themes. Switched it over to Twenty Eleven and I still have the ‘Previous Events’ label showing ….
But … what I am wanting is it to take the previous/next links off of the Events List page – not the single events page. So I put the code you gave me into list.php … is that the problem?
Cheers
MegMeg Appleby
ParticipantHi Jonah
Thanks so much for this! For some reason, the previous navigation link is still showing, even though I have only the two events …
Would really appreciate if you could have a look and see why this might be.
Cheers
MegMeg Appleby
ParticipantHey Rob, I definitely can’t begrudge Jonah a vacation!! I have been totally impressed by the prompt, friendly and oh so fabulous support for this plugin so far … 🙂
Meg Appleby
ParticipantOh my … just realised that I had to go and tick the ‘display tickets on event page’ box … now the tickets are displaying (go figure!)
Meg Appleby
ParticipantThanks Jonah … worked just fine 🙂
Meg Appleby
ParticipantOops … Jonah I have just added the code and uploaded the file … however, the link points to the Events List Page and not to the single event page with the Eventbrite ticketing stuff on it (you can see it in action at http://nzsa.bloomonline.co.nz/events/ )… how would I change that?
Thanks
MegMeg Appleby
ParticipantThanks so much Jonah! That is just what I am looking for! You rock!!
Meg Appleby
Participantaaaaarrrggghhh meant to show the html I figure I should use … this time …
(tr)
(td class=”empty”)(/td)
(td class=”tribe-events-book-now”)(a class=”tribe-events-button-book-now” href=””)Book Now(/a)(/td)
(/tr)Meg Appleby
ParticipantHi Jonah
Thanks for that. I am a bit of a novice at this – but I am guessing I would just insert my code at the bottom of the event-list-meta div, inside the tab .. right?
Something like:I am just not sure what I need to add to make it link to the appropriate single event page with the eventbrite booking widget each time … would really appreciate any assistance!!
Thanks
Meg -
AuthorPosts
