Michael

Forum Replies Created

Viewing 7 posts - 31 through 37 (of 37 total)
  • Author
    Posts
  • in reply to: Alerting All Those Who Have #1108502
    Michael
    Participant

    Although I still can’t wrap my head around finding where the “add event” page pulls the fields for the “location” pane, I was able to add the email address of the organizer, with his email already linked, so that all someone has to do is click on his email address and they will have an email window pop up!

    First PHP success!! Much more to learn, thanks for being patient with me!

    in reply to: Alerting All Those Who Have #1108172
    Michael
    Participant

    https://theeventscalendar.com/knowledgebase/themers-guide/

    I was referring to the mini tutorial from this page.

    in reply to: Alerting All Those Who Have #1107877
    Michael
    Participant

    hmm strange I followed the themer’s guide, and did the example to test it out and it doesn’t seem to work.

    I am referring to the “add organizer” to venue details, if I can accomplish this, I am sure I could get the room number to appear somewhere. However, this example shows no success 🙁

    thats the code I used, and here is the page that the calendar is on…
    http://robwordpress.gracegc.org/

    <?php
    /**
     * This Week Single Event
     * This file loads the this week widget single event
     *
     * Override this template in your own theme by creating a file at [your-theme]/tribe-events/pro/widgets/this-week/single-event.php
     *
     * @package TribeEventsCalendar
     *
     */
    if ( ! defined( 'ABSPATH' ) ) {
    	die( '-1' );
    } ?>
    <div id="tribe-events-event-<?php echo esc_attr( $event->ID ); ?>" class="<?php tribe_events_event_classes( $event->ID ) ?> tribe-this-week-event" >
    
    	<h2 class="entry-title summary">
    		<a href="<?php echo esc_url( tribe_get_event_link( $event->ID ) ); ?>" rel="bookmark"><?php echo esc_html( $event->post_title ); ?></a>
    	</h2>
    
    	<div class="duration">
    	<?php echo tribe_events_event_schedule_details( $event->ID ) ?>
    
    	</div>
    	<div class="fn org tribe-venue">
    		<?php echo tribe_get_venue( $event->ID ); ?>
    <p>Organized by: <?php echo tribe_get_organizer(); ?></p>
    	</div>
    
    </div>
    • This reply was modified 8 years ago by Michael.
    in reply to: Alerting All Those Who Have #1107298
    Michael
    Participant

    Awesome!!!
    This has helped me out so much, last question and I will be off to getting this thing looking real nice!

    Have you seen anyone expand on Venues? A majority of my events will be at my Church which is the venue, but I would like to add a room number underneath the linked venue, instead of having it in the “Other” column, which I will be hiding (That is more for admin’s to see what the event needs).

    http://robwordpress.gracegc.org/event/conquer-series/2016-05-19/

    in reply to: Alerting All Those Who Have #1107057
    Michael
    Participant

    Ahh, so where do I export this info from?
    All we need is the contact info for people who sign up for a class

    in reply to: How to make Calendar more appealing #1107047
    Michael
    Participant

    https://gist.github.com/theeventscalendar/ebf2adea40d4ba96a01f

    I found this link on your Github page, perhaps I could use this so that the category appears on my calendar, so then I could alter the css and make it look like a badge that Northpointe uses. I am unsure of where I should put this code though? Somewhere in my plugins folder I assume?

    in reply to: Calendar Not Appearing – Theme X #1104814
    Michael
    Participant

    Hey Cliff, it turns out, that under my display settings I had to change my page setup to blank, now it is displaying properly!

Viewing 7 posts - 31 through 37 (of 37 total)