Strange text after shows up on production page

Home Forums Ticket Products Event Tickets Plus Strange text after shows up on production page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #968047
    RSM
    Participant

    Hi there,
    we just entered a new event and suddenly some “Notes”, mainly € amounts and parts of event titles are randomly sprinkled in the event pages.
    Please see here: http://www.rsmsailing.com/event/rsm-mba-regatta/

    In the source code I could at least find the part that creates it. However I have no clue where this originates from and how to turn it off?

    Can you help?

    Regards
    Christian

    <!-- Notices -->
    	
    <h2 class="tribe-events-single-event-title summary entry-title">RSM MBA ARMADA 2015</h2>
    <div class="tribe-events-schedule updated published tribe-clearfix">
    <h3><span class="date-start dtstart">August 8<span class="value-title" title="2015-08-08CEST12:00"></span></span> - <span class="date-end dtend">August 15<span class="value-title" title="2015-08-15CEST11:59"></span></span></h3>
    <span class="tribe-events-divider">|</span>
    <span class="tribe-events-cost">€30</span>
    </div>
    #968154
    Brian
    Member

    Hi,

    I can help out here.

    Are you talking about this on the top of the event:

    | €115

    That is to display the Event Cost, you can hide that with css.

    .tribe-events-single .tribe-events-schedule .tribe-events-divider,
    .tribe-events-list .tribe-events-event-cost,
    .tribe-events-schedule .tribe-events-cost,
    .tribe-events-meta-group dl dt:nth-child(5),
    .tribe-events-meta-group .tribe-events-event-cost {
    display:none;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #968493
    RSM
    Participant

    Hi there,
    thanks that helped. But why did it show up in the first place?

    Regards
    Christian

    #968506
    Brian
    Member

    Glad it helps.

    We have a feature to show event costs, but it only shows one cost so it can be confusing at times.

    Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Strange text after shows up on production page’ is closed to new replies.