• Resolved anikacsmedia

    (@anikacsmedia)


    Hi everyone,

    I’ve got a problem with the Events Calendar plugin. For the recurring events, there is a text (“Eine Veranstaltung, die im Abstand von 1 Tag(en) um 12:00am Uhr beginnt und bis zum 26. August 2018 wiederholt wird.”) below the Event. I’d like to remove this text but can’t find any setting for that.

    I also tried to fix it by adding

    div.recurringinfo {
    display: none !important;
    }

    in the style.css but it didn’t work. Can someone help me removing it?

    Thanks for your help! 🙂

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there @anikacsmedia!

    Thanks for reaching out — that’s a great question, I can help with that 🙂

    The theme that you are using, Eventica has support for The Events Calendar built in on their side. This is something that we don’t develop or support but I can help get you going in the right direction.

    The CSS didn’t work because there is no div called recurring, that data seems to be set up in a table.

    The theme developer has included some custom templates for The Events Calendar within this theme. You can customize anything you like, but keep in mind that any time you update the theme, your changes will be lost.

    Inside your themes folder, you should have a file called single-events.php (I’d make a copy of this first just in case) — this is the file you want to target. After opening, just search for “recurring” and remove or comment out that section. You’ll need to be mindful of the markup so the entire table is not broken. I can’t tell you the exact lines because I’m not sure what changes they made to the template.

    Here’s a link to our Themer’s Guide that has some valuable info as well.

    Hope that helps!

    Hey there,

    Since this thread has been inactive for a while, I’m going to go ahead and mark it as resolved. Don’t hesitate to create a new thread any time you help again!

    Ed 🙂

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

The topic ‘Removing the recurring-events-text’ is closed to new replies.