Home › Forums › Calendar Products › Events Calendar PRO › Many Issues With Latest Version
- This topic has 5 replies, 2 voices, and was last updated 11 years, 1 month ago by
Barry.
-
AuthorPosts
-
March 6, 2015 at 12:41 pm #946596
mindfeck
ParticipantRecently, 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.March 6, 2015 at 3:56 pm #946635Barry
MemberHi 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)?
March 9, 2015 at 1:56 pm #947043mindfeck
ParticipantWhy 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?
March 9, 2015 at 3:13 pm #947082Barry
MemberYou 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?
March 9, 2015 at 3:38 pm #947093mindfeck
ParticipantYou 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.
March 9, 2015 at 4:37 pm #947108Barry
MemberAwesome 🙂
-
AuthorPosts
- The topic ‘Many Issues With Latest Version’ is closed to new replies.
