Home › Forums › Calendar Products › Events Calendar PRO › Event list and/or mini calendar by the venue
- This topic has 5 replies, 4 voices, and was last updated 9 years, 1 month ago by
Karri.
-
AuthorPosts
-
February 6, 2017 at 6:34 am #1229938
Karri
ParticipantHi.
Can I do event list with dates and mini calendar showing only certain venue information?
I’m doing a bunch of venue pages and the venue shortcode list isn’t good for this.
February 6, 2017 at 11:16 pm #1230368Hunter
ModeratorHey Karri 🙂
The best way to go about what you’ve described is by either using CSS to display whatever content you’d like or do a template override as outlined in our Themer’s Guide. I’ll provide some relative resources on the matter that should help further answer your questions. Please take a moment to review them and let me know if they help and if you’ve got any additional questions. Thanks and have a pleasant rest of your day!
February 8, 2017 at 4:35 am #1231221Karri
ParticipantOh, thanks so it’s that easy.
I managed to get to template on the drawing board, but there’s some odd
things with the styles.In your tutorial:
It seems like the wrapper is set as “.tribe-events-venue-widget”, but in
the template it’s “.tribe-venue-widget-wrapper”. So by default the widget
looks like this (calling it via. shortcode):[image: Inline images 1]
So I’m guessing there’s no styles directed to the widget at all. I’m
pointing this out for future updates to work as desired! Is there some
other styles for the pro?*Here’s the widget template php:*
post_count ): ?>
-
have_posts() ): ?>
the_post(); ?>
<li class="”>
is_featured( get_the_ID() )
&& get_post_thumbnail_id( get_the_ID() )
) {
/**
* Fire an action before the venue widget featured image
*/
do_action( ‘tribe_events_list_venue_before_the_event_image’ );/**
* Allow the default post thumbnail size to be filtered
*
* @param $size
*/
$thumbnail_size = apply_filters(
‘tribe_events_venue_widget_thumbnail_size’, ‘post-thumbnail’ );
?><a href="”>
|
<a href="”>
_________________________________________________
*Karri Karttunen*
Oleva Oy | http://www.oleva.fi
Vanha talvitie 11 C, 00580 Helsinki / Finland
[email protected] | +358 50 303 5392February 9, 2017 at 1:14 pm #1232341Hunter
ModeratorHello,
Thank you for your patience while I discussed the matter further with one of our front-end experts. Try using the following line to adjust the venue name link:
.tribe-venue-widget-wrapper .tribe-venue-widget-venue .tribe-venue-widget-venue-name a {
enter-your: code;
}Please let me know if this helps answer your question. Cheers 🙂
March 3, 2017 at 8:35 am #1249039Support Droid
KeymasterHey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.
Thanks so much!
The Events Calendar Support Team -
AuthorPosts
- The topic ‘Event list and/or mini calendar by the venue’ is closed to new replies.
