Home › Forums › Ticket Products › Event Tickets Plus › Two Small Issues
- This topic has 5 replies, 2 voices, and was last updated 11 years, 1 month ago by
Brian.
-
AuthorPosts
-
February 5, 2015 at 2:27 pm #940369
Ken Cook
ParticipantI love the Modern Tribe Plugins.
I am having a couple of minor issues, mainly due to my inability to code PHP.
<!– List Title –>
<?php do_action( ‘tribe_events_before_the_title’ ); ?>
<h2 class=”tribe-events-page-title”><?php echo tribe_get_events_title() ?></h2>
<?php do_action( ‘tribe_events_after_the_title’ ); ?>I don’t understand how this H2 is populated, and where I can edit it.
Secondly,
When I look at the list view, its most expensive ticket price shows. How can I modify it to show a range?
Thanks for the help!
February 6, 2015 at 5:45 am #940486Brian
MemberHi,
Thanks for purchasing WooCommerce Tickets I can help out here.
To make edits to the List View you can follow our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
To move and edit templates to your theme for safe editing.
This is the template that controls the view of the Single Event in the list view:
the-events-calendar\views\list\single-event.php
You can follow the guide to move that to your theme to edit.
Ticket RangeRight now the Prices do not show a range, we do not have coding to display a range yet, but it is something we are working on adding.
I can provide some css to hide the cost of that is an issue.
Let me know and we can go from here.
Thanks
February 6, 2015 at 12:23 pm #940615Ken Cook
ParticipantI would like to hide it at least on the main price, and the single event view header.
February 6, 2015 at 12:49 pm #940621Ken Cook
ParticipantThis reply is private.
February 6, 2015 at 1:47 pm #940642Brian
Membertribe_get_events_title is a function similar to WordPress’s get_the_title()
You can find out more about it and where it is located in our coding here:
https://theeventscalendar.com/function/tribe_get_events_title/
As for hiding the cost, this css should do the trick:
.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
March 19, 2015 at 2:48 pm #949536Brian
MemberSince there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂
-
AuthorPosts
- The topic ‘Two Small Issues’ is closed to new replies.
