Forum Replies Created
-
AuthorPosts
-
April 25, 2013 at 10:10 am in reply to: Displaying Past Events In Separate Section On Category Page #46841
Jason
ParticipantHi Jonah,
Thanks for the explanation. We’ve settled on an interim solution, but I’ll consult the links you provided if we need to add a custom query down the line.
Best,
Jason
Jason
ParticipantThanks Jonah.
All of this was very helpful. Sorry for the delay in replying.
-Jason
Jason
ParticipantHi Jonah,
I’d like to add the category on the calendar grid. It currently appears in the tooltip when the event names are hovered, but we would like to also add it to the calendar itself in addition to the tooltip.
Thanks,
Jason
Jason
ParticipantJust realized I posted this in the wrong forum. Please feel free to disregard.
January 8, 2013 at 10:46 am in reply to: Help Excluding Event Categories from Calendar Widget #30438Jason
ParticipantNot a problem; you did the hard part 🙂
January 8, 2013 at 10:38 am in reply to: Help Excluding Event Categories from Calendar Widget #30435Jason
ParticipantIt’s not actually a bug in the code, but the original table-mini.php has .tribe-events-arrow inside .tribe-events-tooltip and this has it outside. If you’re using the default events.css file, you’ll need to move it back inside.
With this change, everything’s displaying correctly.
http://pastebin.com/Ls88S0gxThanks again,
Jason
January 8, 2013 at 10:08 am in reply to: Help Excluding Event Categories from Calendar Widget #30434Jason
ParticipantHi Barry,
Thanks for the code you supplied. The categories are removing correctly with it, but the arrow pointing to the dates is also disappearing. If I sort out a polished version, I’ll put it up for others to reference.
Jason
Jason
ParticipantHi Barry,
Thanks for clarifying that. I’ve setup a comparison to check for the current month and I’m copying the updated code below in case it’s useful for anyone else.
/**
* Let’s force the widget to default to a specific month on the initial view.
* We assume if the request isn’t ajax that it is indeed the initial view.
*/
if (!defined(‘DOING_AJAX’)) {
if ( $current_date query_vars[‘eventDate’] = ‘2013-04-01’;
}
}Jason
ParticipantThanks Barry, the code you provided is working perfectly.
Will this need to be removed after April so the calendar loads normally in May & beyond?Thanks,
Jason
Jason
ParticipantIs there another method I should be using that will respect it? I’m trying to run multiple loops and output sticky posts in one div and the rest in another div that can be shown jQuery.
Here is the code for both loops that I’m using on my list.php file: http://pastebin.com/zrK1RK4u
I’ve noticed is that when an event isn’t sticky, it doesn’t appear in the second loop. Only the first loop has the problem.
November 13, 2012 at 11:10 am in reply to: Integrating Slideshow with The Events Calendar Pro #28003Jason
ParticipantHi Jonah,
The slider plugin I was using isn’t compatible with the solutions you suggested, so I’m proceeding with a query of the ‘tribe_events’ post type.
Thanks for your help,
Jason
-
AuthorPosts
