Many Issues With Latest Version

Home Forums Calendar Products Events Calendar PRO Many Issues With Latest Version

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #946596
    mindfeck
    Participant

    Recently, I think with version 3.9, I’ve had the following problems:

    The venue does not appear in the Events Calendar widget.
    In Chrome, in the Events Calendar widget, I can’t switch months.
    Recurring events with end date of never are not renewing automatically.

    #946635
    Barry
    Member

    Hi mindfeck,

    The first thing I have to point out is that we try hard to stick to one issue per topic.

    Let’s stick to just one of the problems in this thread and if you need help with the other two issues you raised, please do create new threads and one of the team will be only too happy to help.

    The venue does not appear in the Events Calendar widget

    It looks like you’ve successfully added a link to the widget; do you need further help with this specfically – or is this more a case of general feedback that you would like to see the venue display by default (or else have options to control this, rather as with the list widget)?

    #947043
    mindfeck
    Participant

    Why isn’t the venue appearing the widget? I remember it appearing in the past, and I see on this page that it appears in the widgets there- http://wpshindig.com/event-widgets/

    Is there an option that changed, or was it removed? Is there a way I can add it back?

    #947082
    Barry
    Member

    You can definitely add it back with a simple customization – when I look at the URL you provided when you opened this topic, though, it appears as if your (customized?) calendar widget already includes this information.

    In any case, the trick would be to make a template override for the pro/widgets/modules/single-event.php template. Find these lines:

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

    Amend them to:

    <?php if ( tribe_get_venue() != '' ): ?>
    	<span class="fn org tribe-venue"><?php echo tribe_get_venue_link(); ?></span>
    <?php endif ?>

    That should force the venue link to always display (so long as a venue has been set, of course) — more details on the template override process can be found here.

    Does that help?

    #947093
    mindfeck
    Participant

    You saw it seemingly working properly on the website link because it was showing a cached version from September 2013. I fixed the issue and it looks good now. Thanks.

    #947108
    Barry
    Member

    Awesome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Many Issues With Latest Version’ is closed to new replies.