Allan
December 29, 2016 at 5:17 am
Hi Support/forum,
Can you help me with subeject?
It makes no sence to have Price and billing stuff, when an event is free.
Tony
December 29, 2016 at 5:45 am
Add New Note to this Reply
Hi Allan,
Which sections are you referring to?
Can you link us to an example?
Tony
December 29, 2016 at 6:42 am
Add New Note to this Reply
You can hide the details using CSS but it would be a global change for all events unless you want to add additional CSS each time you add a new event.
You can remove the ‘show details’ section from within Event Espresso -> Events -> Templates -> Show Ticket Details?
Set that to No to remove that section.
Are all of your events free?
Allan
December 29, 2016 at 11:00 am
Add New Note to this Reply
I tryed that, but nothing changed.
99,8% are free.
Tony
December 29, 2016 at 11:57 am
Add New Note to this Reply
I tryed that, but nothing changed.
Sure it did, the show details link/section was removed – http://take.ms/LJezb
The rest you will need to hide using CSS:
.ee-ticket-selector-ticket-price-th, .tckt-slctr-tbl-td-price {
display: none;
}
Removes the price section from the ticket selector.
.spco-ticket-info-dv {
display: none;
}
Removes the ticket information from the checkout page.
We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these.
Allan
December 29, 2016 at 12:00 pm
Add New Note to this Reply
Great.. I’ll try that!