Event Venue not appearing on Mini Calendar

Home Forums Calendar Products Events Calendar PRO Event Venue not appearing on Mini Calendar

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #965333
    bethmindy
    Participant

    I am using mini calendar and even though my venue is entered it is not appearing in this section of the single-event.php

    <?php if ( isset( $venue ) && $venue && tribe_get_venue() != ” ): ?>
    <span class=”fn org tribe-venue”><?php echo tribe_get_venue_link(); ?></span>
    <?php endif ?>

    #965469
    Brian
    Keymaster

    Hi,

    Thanks for using our plugins. I can help out here.

    Where are you placing that coding at and are you trying to show the venue name with a link to that page?

    Let me know and I can help out.

    Thanks

    #965721
    bethmindy
    Participant

    The code is being executed by the plugin event rocket but it is calling the events-calendar-pro/views/pro/widgets/modules/single-event.php file but the venue is not appearing even though it is entered on the event being displayed in the mini calendar.

    Any ideas on what is causing the issue would be much appreciated.

    Thank you

    #965855
    Brian
    Keymaster

    Hi,

    Ok do you have a link as an example so I can see what it is doing?

    Have you made any changes to the Mini Calendar template per our themer’s guide to add the venue?

    I thought it would not show in the mini calendar and only shows with the Event List.

    Let me know and we can go from here.

    Thanks

    #965874
    bethmindy
    Participant

    This reply is private.

    #965973
    Brian
    Keymaster

    Thanks for the link.

    For the venue to show in the mini calendar you have to add some coding to the template.

    To do that follow our themer’s guide:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    to move and edit this template in your theme:

    events-calendar-pro\views\pro\widgets\modules\single-event.php

    Then on that template you will need to add this coding:

    https://gist.github.com/jesseeproductions/08b62b1b32dff774af6b

    Below this markup:

    <div class=”vcard adr location”>

    That showed the venue link and name for me, let me know if you see something different.

    Thanks

    #966145
    bethmindy
    Participant

    Thanks Brian that worked great.

    #966153
    Brian
    Keymaster

    Great glad it helps.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Event Venue not appearing on Mini Calendar’ is closed to new replies.