Recurring events look different in event list on home page

Home Forums Calendar Products Events Calendar PRO Recurring events look different in event list on home page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1011822
    Annet Groeneveld
    Participant

    Hi

    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.
    Events list
    How can I make the recurring events look the same as the others?

    Thanks,
    Joke (Mediateam De Wingerd)

    #1011930
    Brian
    Member

    Hi,

    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

    #1012354
    Annet Groeneveld
    Participant

    Unfortunately I can’t find such a template.
    List in ftp

    Is there something wrong?

    Also, I didn’t mention a problem with a widget, but wit an additional plugin:
    Additional Plugin

    So may be there is another solution?

    Hope you can help us!

    #1012356
    Annet Groeneveld
    Participant

    Sorry!
    Here is the second image:
    Additional Plugin

    #1012461
    Brian
    Member

    Hi,

    I visited your site again and now I see it working correctly.

    Were you able to fix it?

    #1012607
    Annet Groeneveld
    Participant

    Hi

    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 Page

    Can you help us out?
    Thanks

    #1012640
    Brian
    Member

    Hi,

    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.

    #1013028
    Annet Groeneveld
    Participant

    Hi,

    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.

    #1013112
    Brian
    Member

    Sounds good.

    Let me know what they say and I can try to help out as well.

    Thanks

    #1017552
    Support Droid
    Keymaster

    This 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.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Recurring events look different in event list on home page’ is closed to new replies.