Forum Replies Created
-
AuthorPosts
-
March 24, 2016 at 11:51 am in reply to: show description of venue on front end (Event Listing) next to map #1093616
Eve
ParticipantThank you I do see that directory now. /wp-content/plugins/the-events-calendar/src/views/single-event.php.
AND, I still have original question.
The content area of venue does not show on event listing. It shows only when you click the Venue detail.
I am using Genesis Modern Portfolio pro theme with all the latest versions of software.single-event.php has this code. I want it to show the venue description (content area text).
// Setup an array of venue details for use later in the template
$venue_details = tribe_get_venue_details();// Venue
$has_venue_address = ( ! empty( $venue_details[‘address’] ) ) ? ‘ location’ : ”;is there something i can put in to have it show the content area?
I am not a php person, but I can cut and paste. a second parameter?many thanks,
eveMarch 23, 2016 at 3:40 pm in reply to: show description of venue on front end (Event Listing) next to map #1093182Eve
ParticipantThemers guide is a little different than what i have in my ftp directory.
/wp-content/plugins/events-calendar-pro/src/views/pro/ has no single-event.php
there is only the pro folder in views. and it has only related-events.php, single-organizer.php, and single-venue.phpMarch 23, 2016 at 3:34 pm in reply to: show description of venue on front end (Event Listing) next to map #1093180Eve
Participantyes, the single event view.
I could show some info that is in the content area like parking info by adding a custom field that would show under “Other”, but i checked for the template for what i think is this view, The Events Calendar Pro template files and could not find single-event.php in The Events Calendar Pro template files
/wp-content/plugins/events-calendar-pro/src/views/
but there was this:
/wp-content/plugins/events-calendar-pro/src/tribe/Single_Event_Meta.php.Eve
ParticipantWP Users are not automatically added as Modern Tribe Event Calendar event organizers.
For example: If I add a WP User with the role of Author (somebody who can publish and manage their own posts.), they are not automatically added as an event organizer.
1. If I create an event, and add the user name of the WP User who is an Author as the “Organizer” for that event, they are added to the organizer list. But, what if they put in a diff. name?
Is there a way to automatically add WP users who have the Author role to the event organizer list?If not, can you point me to an example of customization?
i.e. If User is Author, make that user an Event Organizer.Eve
Participantthank you, this worked with the addition of !important.
Eve
ParticipantI just ran through purchasing a ticket, and yes, it’s great so far;
the ticket is created, they don’t go to paypal
the user is created
the use receives a receipt and a login with a password.
this is all perfect
But
“Order #97 was placed on June 12, 2015 and is currently Processing”
it is processing where i would like it to be completed automatically.
is this possible?Eve
Participantmy tickets are all free events, so I do not want customer to have to go to Paypal or a payment gateway. I just want the ticket to be completed when customer logs in and buys a ticket.
is this possible?
if so, how would i configure it?Eve
Participantnever mind, i found it.
-
AuthorPosts
