Can you edit the events

Home Forums Calendar Products Events Calendar PRO Can you edit the events

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1084227
    Grant Rollo
    Participant

    Hi

    We have a problem with the events filter bar on our site, there are 3 fields – date, general search and near. After the date field the other fields have been knocked down a line. I inspected the page and the problem is there’s a <br></br> after the date field. When I remove the nodule in the inspector the problem disappears.

    How do I edit the bar to remove that <br></br> coding permanently?

    Thanks

    G Rollo

    #1084274
    George
    Participant

    Hey @Rollocop,

    Thanks for reaching out. I unfortunately do not know exactly where these BR tags are coming from, because they are not coming from any of our own plugins—these tags are coming from your theme or perhaps even another plugin, but not any of our own plugin code 🙁

    So, unfortunately I would recommend doing some digging in your theme code and/or perhaps reaching out to the theme developer for assistance.

    If you suspect that the BR tags are coming from our code, then you can tinker around with the methods of this article to modify our template files in a safe way → https://theeventscalendar.com/knowledgebase/themers-guide/ However, like I mentioned, our code is NOT generating those tags.

    I’m sorry that I don’t have a specific file change recommendation.

    One thing that might help in place of that is adding CSS like the following to the bottom of your theme’s style.css file:


    .tribe-bar-filters br {
    display: none !important;
    }

    Thought ought to get right of the big spaces/gaps left by those BR tags, thus essentially yielding the same result as removing the tags.

    I would recommend trying this out, and using the Inspector tools to modify the CSS of anything else to get things looking exactly how you would like.

    Best of luck with your customizing and tinkering!

    George

    #1090317
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Can you edit the events’ is closed to new replies.