Home › Forums › Calendar Products › Events Calendar PRO › Recurring events look different in event list on home page
- This topic has 9 replies, 3 voices, and was last updated 10 years, 6 months ago by
Support Droid.
-
AuthorPosts
-
October 6, 2015 at 5:50 am #1011822
Annet Groeneveld
ParticipantHi
We are using Events Calender Pro in combination with theme Enfold Church.
On home we are using the plugin addition upcoming events.
In this list the recurring events look different than the normal, once, events.
On this image you can see the one in the middle is the recurring.

How can I make the recurring events look the same as the others?Thanks,
Joke (Mediateam De Wingerd)October 6, 2015 at 8:23 am #1011930Brian
MemberHi,
Thanks for using our plugins. I can try to help out here.
It looks like Enfold has some customizations to our widget causing the recurring information to always show.
I could not see a good css solution due to customizations.
However, adding the following to the List Widget Template Could Help.
That template is found here in your theme:
your-theme/tribe-events/pro/widgets/list-widget.php
Since there is a customization here I am not exactly sure what the coding looks like, but add this coding:
//Disable Tooltips
$ecp = Tribe__Events__Pro__Main::instance();
$tooltip_status = $ecp->recurring_info_tooltip_status();
$ecp->disable_recurring_info_tooltip();
Right under this coding:
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
And then adding this coding at the end of the file:
// Re-enable recurring event info
if ( $tooltip_status ) {
$ecp->enable_recurring_info_tooltip();
}
Could turn off that recurring event information and fix this.
Beyond that I can try to help out, but limited in resolving issues on custom coding from a theme.
However, let me know how this works out.
Thanks
October 7, 2015 at 8:34 am #1012354Annet Groeneveld
ParticipantUnfortunately I can’t find such a template.

Is there something wrong?
Also, I didn’t mention a problem with a widget, but wit an additional plugin:

So may be there is another solution?
Hope you can help us!
-
This reply was modified 10 years, 7 months ago by
Annet Groeneveld.
October 7, 2015 at 8:36 am #1012356Annet Groeneveld
ParticipantSorry!
Here is the second image:
October 7, 2015 at 1:17 pm #1012461Brian
MemberHi,
I visited your site again and now I see it working correctly.
Were you able to fix it?
October 8, 2015 at 3:53 am #1012607Annet Groeneveld
ParticipantHi
Unfortunately we didnot fix it. It is just that for these items I broke out the series.
Here you can see that the problem still exists
Our Events PageCan you help us out?
ThanksOctober 8, 2015 at 6:38 am #1012640Brian
MemberHi,
I am not able to troubleshoot theme css issues of this size. If it was a minor issue we could.
However, your theme, Enfold has included a lot of customizations to the event styling and we are unable to support 3rd party coding.
Enfold should be able to help you out better. Can you see about contacting them and if they have a solution?
Let me know what you find out.
October 9, 2015 at 3:21 am #1013028Annet Groeneveld
ParticipantHi,
I also thought about asking the Enfold guys how to fix this. So this is what I’m going to do now.
Thanks, so far.
October 9, 2015 at 7:13 am #1013112Brian
MemberSounds good.
Let me know what they say and I can try to help out as well.
Thanks
October 24, 2015 at 7:05 am #1017552Support Droid
KeymasterThis topic has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new topic (linking to this one if necessary)
and one of the team will be only too happy to help. -
This reply was modified 10 years, 7 months ago by
-
AuthorPosts
- The topic ‘Recurring events look different in event list on home page’ is closed to new replies.
