Tyler

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Jonah's GitHub for No Sidebars Thesis #22136
    Tyler
    Member

    How to do you conditionally target the output that is output when there are no upcoming events – this snippet does not include it.

    in reply to: Events Widgets #21364
    Tyler
    Member

    I mean, here’s everything and I don’t see anything that says “numResults”

    if ( !defined(‘ABSPATH’) ) { die(‘-1’); }

    $event = array();
    $tribe_ecp = TribeEvents::instance();
    reset($tribe_ecp->metaTags); // Move pointer to beginning of array.
    foreach($tribe_ecp->metaTags as $tag){
    $var_name = str_replace(‘_Event’,”,$tag);
    $event[$var_name] = tribe_get_event_meta( $post->ID, $tag, true );
    }

    $event = (object) $event; //Easier to work with.

    ob_start();
    post_class($alt_text,$post->ID);
    $class = ob_get_contents();
    ob_end_clean();
    ?>

    <a href="ID) ?>”>post_title ?>

    ID, isset($start) ? $start : null );

    if($event->AllDay && $start)
    echo ‘ (‘.__(‘All Day’,’tribe-events-calendar-pro’).’)’;
    ?>

    in reply to: Events Widgets #21363
    Tyler
    Member

    I’m lost – Jonah – I looked at your tutorial and did a search on the file “widget-featured-display.php” and others and I can’t find the code you are referring to to change the count. It’s not in there. Is the tutorial dated? Am I missing something?

    in reply to: Events Widgets #21341
    Tyler
    Member

    Rob – I appreciate that you are taking a personal interest in this request. This is a reply to your last tweet (probably already longer than 140 characters. :))

    All I need is to be able to show two events on the Next Event Widget. I purchased PRO because it looked like I would be able to have more options in the PRO widget (basically to show more than one event).

    But the PRO widget leaves out the “event text” or description, excerpt, etc that the Next Event Widget includes.

    My goal has always been to duplicate the output of the Next Event Widget so that I can show two events. I hope this makes sense.

    in reply to: Events Widgets #21339
    Tyler
    Member

    For what it’s worth – I would not consider a request to include an excerpt as a “that level of customization” – it is a clear oversight that you include every option under the sun but do not include an excerpt or description of the event in the PRO widget. How is the PRO widget not an enhancement of the basic “Next Events widget” – can’t you see that someone dropped the ball there? Then you expect me to hire a developer to fix something in your widget that clearly should have been included? That’s all I’m saying. Sorry to be so harsh.

    in reply to: Events Widgets #21333
    Tyler
    Member

    “That level of customization” seriously? It sounds like you don’t support any level of customization on here (which is fine), but let’s be honest. It’s generally accepted that when someone purchases a Pro package that there is going to be some sort of customization support especially when there is a forum. I’ll take my request over to the Thesis and/or Genesis forums – I’m sure they’ll be more helpful.

    in reply to: Events Widgets #21295
    Tyler
    Member

    I found the plugin – wish I knew what to do now. It’s all Greek to me. 🙁

    in reply to: Events Calendar PRO Feature Requests #13590
    Tyler
    Member

    Multiple venue support needed.

    in reply to: Loop examples #13585
    Tyler
    Member

    I second this and will add a loop for displaying events for a specific location.

    This would be valuable to customize widgets.

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