Event list and/or mini calendar by the venue

Home Forums Calendar Products Events Calendar PRO Event list and/or mini calendar by the venue

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1229938
    Karri
    Participant

    Hi.

    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.

    #1230368
    Hunter
    Moderator

    Hey 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!

    #1231221
    Karri
    Participant

    Oh, 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:

    Styling Calendar Widgets

    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 5392

    #1232341
    Hunter
    Moderator

    Hello,

    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 🙂

    #1249039
    Support Droid
    Keymaster

    Hey 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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Event list and/or mini calendar by the venue’ is closed to new replies.