roboticrice
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Event Tickets and Registration] Remove public attendee check boxFor some reason, the code snippet you sent me doesn’t work (4.11.4). By reviewing my HTML, it appears as if it should, but the inspect on Google Chrome says the CSS code “
display: none;” is overwritten by `element.style {
display: block;
}`I was able to fix the issue by using:
/* hide attendance opt out checkbox on single event pages for Event Tickets Plus 4.11.3 and later */ #tribe-tickets .tribe-common-form-control-checkbox__label { display: none; }PS: This is the html code in question:
<div class="tribe-common-form-control-checkbox tribe-tickets-attendees-list-optout--wrapper" style="display: block;"> <label class="tribe-common-form-control-checkbox__label" for="tribe-tickets-attendees-list-optout-4276"> <input class="tribe-common-form-control-checkbox__input tribe-tickets__item__optout" id="tribe-tickets-attendees-list-optout-4276" name="attendee[optout]" type="checkbox" checked="checked">Hide my attendee data from public view.</label> </div>Forum: Plugins
In reply to: [Event Tickets and Registration] Change default ticket quantity^Thank you, I can vouch that your beta plugin worked for my website with no issues (running Event Tickets 4.11.4)
Forum: Plugins
In reply to: [Event Tickets and Registration] Remove public attendee check boxI was not able to get your solution to work, thesinglegourmet, but it looks like OP did. Perhaps I placed my code in the wrong area?
Viewing 3 replies - 1 through 3 (of 3 total)