tapps

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • tapps
    Participant

    awesome. thanks cliff. yeah now everything works well. thanks for your help 🙂

    tapps
    Participant

    i’ve waited for a day to see if my license that i paid for was maybe delayed somehow… but i’m still seeing the message that my license is expired. can i please get this resolved for my client? thanks!

    in reply to: filter UPCOMING events in V3?! #55640
    tapps
    Participant

    yep. that seemed to work. thanks!

    in reply to: Trying to hide metadata in the 3 version #54343
    tapps
    Participant

    (i really wish i could edit posts in here. hah!)

    here’s the code that was filtered out 🙂
    do_action( ‘tribe_events_single_event_after_the_meta’ )

    in reply to: Trying to hide metadata in the 3 version #54342
    tapps
    Participant

    oops. nevermind. i figured it out.

    the related events was being called in the:

    in reply to: Trying to hide metadata in the 3 version #54340
    tapps
    Participant

    nice find humberlife!

    did you happen to know what will display “related events”? i’m looking through this: http://docs.tri.be/Events-Calendar/
    and not finding anything yet…

    in reply to: Trying to hide metadata in the 3 version #54338
    tapps
    Participant

    i have a similar question based on tribe_events_single_event_meta display. but i want to change what is all displayed in that area, and include some pieces in a different spot.

    for example, on this page:
    http://milwaukeesynod.org/event/lovehate-be-an-ally/
    1) i want tribe_events_single_event_meta to only show the address and event/organizer details (on that right side area, like i have it.) and
    2) i want to put a call in the template to display the “related events” in a different area, for example underneath the two column event info area.

    ALSO: i’m looking for the template files to modify how the “details”, “organizer” and “venue” boxes are displayed. i can’t seem to find those files in the /views/ folder (in either the “the-events-calendar” nor the “events-calendar-pro” plugin folders… which BTW it’s terribly confusing to have these template files in BOTH of those locations… so i might be overlooking this file because of this confusion.)

    in reply to: filter UPCOMING events in V3?! #53501
    tapps
    Participant

    here’s the code:
    ===================
    $query1 =
    array(
    ‘post_type’=> ‘post’,
    ‘category_name’ => ‘Homepage Slideshow’,
    ‘showposts’ => 5,
    ‘orderby’ => rand
    );
    $query2 =
    array (
    ‘post_type’ => ‘tribe_events’,
    ‘eventDisplay’ => ‘upcoming’,
    ‘tribe_events_cat’ => ‘featured-event’,
    ‘showposts’ => 5,
    ‘orderby’ => rand
    );
    $postGroup1 = get_posts( $query1);
    $postGroup2= get_posts( $query2);

    $mergedcrap = array_merge($postGroup2, $postGroup1);

    foreach ( $mergedcrap as $post ) { (the loop code here) }

    ==============
    suddenly after update, all the past events were still showing up on the homepage. ( http://milwaukeesynod.org/ ) i temporally fixed this by going through and editing each. and. every. event that was categorized “featured-event” and unselecting that category (BWT, it would be nice to be able to mass un-select a category of a group of events… but i digress)

    so where is the error occurring if “upcoming” is still the correct filter?

    in reply to: ***** V3 UPGRADE DISASTER ***** #53019
    tapps
    Participant

    hey barry, yes, i did start a new thread with no responses in several hours. this is getting very frustrating

    in reply to: filter UPCOMING events in V3?! #52976
    tapps
    Participant

    any devs here today?

    in reply to: ***** V3 UPGRADE DISASTER ***** #52964
    tapps
    Participant

    wow. i wish i would have read this before upgrading. fine, i’ll fix the templates issue (not as important as…)

    my MAJOR issue is that i was using some custom code (a wp query) to be able to put UPCOMING events into my jquery slideshow on the homepage.. but they would HIDE when they were no longer UPCOMING.

    so PLEASE help me, i’ve been searching for what to replace this attribute:
    ‘eventDisplay’ => ‘upcoming’
    with in the new update?

    thanks!

    tapps
    Participant

    while i could deactivate plugins/change the theme, that would disturb the site, as it is live currently.

    also note that this is a multisite instal. if that matters any.

    but in all actuality, the site is not relying on very many plugins. most functionality is hand coded into the template to avoid such conflicts.

    also, we did finally get this changed. but we had to check “all day event”, hit save, then uncheck “all day event” and enter the corrected time and hit save again. this leads me to believe there’s something wrong in the plugin code that is not updating the end time as opposed to a plugin conflict. (but that’s just a hunch from a designer turned front end developer 🙂 )

    tapps
    Participant

    sounds great. i’ll send that email tonight. thanks!

    tapps
    Participant

    hey rob. both are set up exactly the same. i’ve even tested this by dragging the working widget into the “homepage” widget area, keeping all the same settings.

    i’ve been testing everything i could think of to make this work. is there any possible way to bypass the widget and hardcode this capability into my theme? if so are there any documents on that?

    thanks

    in reply to: sync events calendar pro with a google calendar? #9999
    tapps
    Participant

    that’s fine for adding events from my website to google calendar. i want the opposite: to grab the events from my google calendar and import them to my website (events calendar pro)

Viewing 15 posts - 1 through 15 (of 15 total)