Matt

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Series of Events / Recurring #1217561
    Matt
    Participant

    Hi Josh,

    Great! Thanks that worked.

    I added ACF to add the page link to the event to be more dynamic and end-user friendly.

    Therefore, my code in the /tribe-events/month/single-event is

    /* uses ACF plugin to find if an event is in a series */
    if ( get_field('link_to_series') )  { 
    	$link = get_the_permalink(get_field('link_to_series', false, false ));
    } else {
    	$link = tribe_get_event_link( $post );	
    }	

    Thanks for your help!

    in reply to: Moving Tribe-Bar using Shortcode #1214024
    Matt
    Participant

    Hi Nico,
    Great, it worked.

    I used your code and changed the page slug and it now shows the tribe-bar under the content.

    Thank you

    in reply to: Series of Events / Recurring #1213109
    Matt
    Participant

    Hi Josh,

    Thank you for that solution.
    It worked however, I would like the calendar to link directly to the series page?

    In my example, I have four events that make up the January Weekend Series. I created a page that shows all four events and allows the user to purchase a ticket. See http://staging.anantacreatives.com/fsny/schedule/class-schedule-registration/january-weekend-introductory-series/

    I would like to go directly to that page from the calendar to that series page.
    http://staging.anantacreatives.com/fsny/schedule/class-schedule-registration/

    So, when a user clicks on the January 14th event, they are directed to the page showing all four events and that user can purchase a ticket to that series.

    I wanted to remove the extra click to the single event.

    So far so good.
    Thanks in advance for your help
    Any questions, please let me know

    in reply to: Series of Events / Recurring #1209159
    Matt
    Participant

    Hi Josh,

    Thank you for your reply.

    I tried recurring events however, two major problems exist
    1. The recurring events cannot be on the same day
    2. Each recurring event will need it’s own description

    In my example : I have four classes on the weekend, the whole series costs $1,100
    two on Saturday, Jan 14 and two on Sunday, Jan 15.
    – Introductory Series ‘Class 1: Introduction to Design’ January 14, 2017 @ 5:30 pm – 7:30 pm
    – Introductory Series ‘Class 2: A Graphic Design’ January 14, 2017 @ 8:30 pm – 11:00 pm
    – Introductory Series ‘Class 3: Composition Bouquet’ January 15, 2017 @ 5:30 pm – 7:30 pm
    – Introductory Series ‘Class 4: Dutch Bouquet’ January 15, 2017 @ 8:30 pm – 11:00 pm

    Each class has their own description and the series name is Winter 2017

    I don’t see how I can use recurring events for this type of series.

    Please let me know if I am missing something or if you can suggest a different solution.

    thank you,

    in reply to: Series of Events / Recurring #1208451
    Matt
    Participant

    Hi Josh,
    Thanks for looking into this.

    I am trying to group several events into a single purchase price. For example, if you look at the January calendar, it shows four events for a January Weekend Introductory Course at a cost of $1,100.00.
    See http://staging.anantacreatives.com/fsny/schedule/class-schedule-registration/?tribe-bar-date=2017-01

    Per your request, I have put these four events into a single child category called January Weekend Introductory ( off of foundation parent group).

    I would like the user to click any one of the four events on the calendar and have it bring up all of the four events with one ticket cost of $1100 to purchase.

    thanks again

    • This reply was modified 9 years, 4 months ago by Matt.
Viewing 5 posts - 1 through 5 (of 5 total)