tmurrayjr
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: CampTix Event Ticketing] Ateendee listCan anyone help me with this?
Forum: Plugins
In reply to: [CampTix Event Ticketing] Remove Avatars in Public Antendee ListVERY NICE!! I love it. Not sure if you’re on my same path but I just posted this thread:
I have created several tickets and want to be able to only show attendees for a specific ticket. Right now it shows all attendees for all tickets. I’m sure it’s simple but I can’t figure it out.
Thanks for the tip!
Forum: Plugins
In reply to: [CampTix Event Ticketing] Remove Avatars in Public Antendee ListI put the code in the Camptix.css file as seen below:
#tix-attendees ul { list-style: none; margin-left: 0; } #tix-attendees li { float: left; width: 50%; margin-bottom: 20px; height: 80px; } .tix-attendee-list .avatar { display: none; } #tix-attendees .tix-columns-1 li { width: 100%; } #tix-attendees .tix-columns-2 li { width: 50%; } #tix-attendees .tix-columns-3 li { width: 33.333%; } #tix-attendees .tix-columns-4 li { width: 25%; } #tix-attendees .tix-columns-5 li { width: 20%; }Hope this helps. Still looking for an answer about tightening up the list. The code above removes the Avatar but also leaves a very large space where it was.
Forum: Plugins
In reply to: [CampTix Event Ticketing] Remove Avatars in Public Antendee ListNICE! That worked . . . now just one more thing . . .
There’s a big space (I’m guessing the Avatar Column) between the numbers1, 2, 3, etc. and the name of the attendee. Just want to make it look tighter. Any advice?
Thanks again!