• Resolved m4group

    (@m4group)


    Love this event plugin for single page layouts!

    I’ve modified the single page template thus far only by changing colours.

    I notice that the Related Events on the single page are showing twice.

    I don’t want to show the UL listed look of the Recurring Events under the Map Block.

    I do wish to have the Related Events on the bottom though.

    Thought by unticking Related Events in Events Settings would do the trick but that removed both.

    Can you suggest how I can remove the undesired display of the UL block of Related Events including the Title?

    Much appreciated!
    Gwen

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @m4group,

    Please use the below-described custom CSS in plugins setting.

    ul.tribe-related-events.tribe-clearfix {
    display: none;
    }
    h2.tribe-events-related-events-title {
    display: none;
    }

    Thanks

    Thread Starter m4group

    (@m4group)

    Excellent! That totally worked.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Duplicating Related Events’ is closed to new replies.