Home › Forums › Ticket Products › Event Tickets Plus › Fieldset labels are missing, checkboxes don't appear
- This topic has 7 replies, 2 voices, and was last updated 10 years ago by
Geoff B..
-
AuthorPosts
-
May 3, 2016 at 11:00 am #1110161
Cody
ParticipantHello,
The field labels do not show up on the two standard fields or the custom fields I have created. Additionally, I tried to add a check box and the text that I specified shows up but there is no box. I did a live preview of my test event (June 29) with twenty fifteen and the labels do show. I am very new to wordpress, having inherited this project from a previous employee. Any help or guidance you can provide is appreciated! We are currently using the Makalu theme by Vantam.
Thanks,
May 3, 2016 at 9:38 pm #1110313Geoff B.
MemberGood evening Cody and welcome to the Events Calendar Support forum!
Thank you for reaching out to us.
We are sorry to hear about the fieldset labels missing and that the checkbox seems to be missing.
I would love to help you with this topic.It’s fantastic that you have been able to confirm that things work properly with Twenty-Fifteen.
This means that there is something in your theme that is preventing the proper display of the fieldsets.
Ideally, if you could provide me with a link to an event where that is the case so that I can check it, this would be super helpful.
Other than that, the fastest way to solve things would be to please provide me with a copy of your WordPress theme’s files in a .zip file (ideally in a private response). That way I can take a look at it.
Best regards,
Geoff B.
May 4, 2016 at 6:05 am #1110392Cody
ParticipantGood morning,
Here is a link to a test event showing the issue – https://tmtel.com/event/test-event/
Thanks!
May 4, 2016 at 6:58 am #1110417Cody
ParticipantThis reply is private.
May 4, 2016 at 11:36 pm #1110843Geoff B.
MemberHey Cody,
Thank you for the extra information.
The issue is with one of the css rules found in the cache of your website
html.placeholder label[for] {
display: none;
}You could try using a CSS rule such as the following to fix the issue:
.tribe-tickets-meta-row label[for] {
display:block !important;
}Let me know how that goes.
Best regards,
Geoff B.May 5, 2016 at 9:28 am #1111052Cody
ParticipantHi Geoff,
That add the fields to the standard RSVP fields (Name & email) but not to the custom fieldsets I had set up. (Company, address, etc)
Thanks!
May 5, 2016 at 11:31 am #1111162Cody
ParticipantI changed
html.placeholder label[for] {
display: none;
}to
html.placeholder label[for] {
display: block !important;
}and that seems to have fixed the issue.
Thank you!
May 5, 2016 at 12:15 pm #1111187Geoff B.
MemberGood afternoon Cody,
That’s awesome teamwork!
I am glad you managed to find a solution that works for you.
You are welcome back on our support forums any time 🙂
For now, I am going to close this thread.
Have a great week!
Geoff B.
-
AuthorPosts
- The topic ‘Fieldset labels are missing, checkboxes don't appear’ is closed to new replies.
