Forum Replies Created
-
AuthorPosts
-
Tyler
MemberHow to do you conditionally target the output that is output when there are no upcoming events – this snippet does not include it.
Tyler
MemberI 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’).’)’;
?>Tyler
MemberI’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?
Tyler
MemberRob – 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.
Tyler
MemberFor 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.
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.
Tyler
MemberI found the plugin – wish I knew what to do now. It’s all Greek to me. 🙁
Tyler
MemberMultiple venue support needed.
Tyler
MemberI second this and will add a loop for displaying events for a specific location.
This would be valuable to customize widgets.
-
AuthorPosts
