Recurring pop up remove and list in event

Home Forums Calendar Products Events Calendar PRO Recurring pop up remove and list in event

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1590440
    cannon303
    Participant

    Hi the pop up on recurring events isn’t very user friendly with our theme as the pop up disappears off the top of the page.

    Here is an example:

    Trinity Methodist Church Open for Viewing – Heritage Open Days

    Is it possible to remove that pop up and instead just list the recurring events in the body of the event text?

    This also happens in list view:
    http://www.barton-upon-humber.org.uk/whats-on/list/?tribe_paged=3&tribe_event_display=list

    #1591613
    Jeremy
    Keymaster

    Hi again 😉

    To remove the tooltip, you may try to add the following snippet in Appearance > Customize > Additional CSS:

    .recurring-info-tooltip {
        bottom: 0px;
        display: block;
        opacity: 1;
        position: relative;
        width: auto;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }
    .recurring-info-tooltip p {
        font-size: inherit;
        color: #333;
    }
    

    Please let me know how it goes.

    Cheers,
    Jeremy

    #1591773
    cannon303
    Participant

    Hi thanks for your reply. Unfortunately this solution isn’t sufficient in these circumstances as the show / hide toggle action attached to .recurringinfo still works and therefore the info can disappear if the user hovers over it. It looks like I need to filter the hook tribe_events_event_schedule_details() or remove it and add my own script. Is there any pointers here?

    Also I have found a rather worrying problem with the information that is supplied by this function but I’m going to detail that in a separate support ticket.

    #1592702
    Jeremy
    Keymaster

    Hi,

    I visited your website again and I don’t see the pop up anymore.

    Did you find a solution to get rid of it?

    Cheers,
    Jeremy

    #1592704
    cannon303
    Participant

    Yes thanks, I removed tribe_events_event_schedule_details() and manually scripted it separately.

    #1593529
    Jeremy
    Keymaster

    Hi,

    That’s great, I’m glad you managed to solve this problem!

    I’m going to close this thread then, but feel free to start a new one if you have further questions 🙂

    Cheers,
    Jeremy

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Recurring pop up remove and list in event’ is closed to new replies.