Home › Forums › Calendar Products › Community Events › Event Form Lables Not Showing
- This topic has 7 replies, 2 voices, and was last updated 11 years ago by
Barry.
-
AuthorPosts
-
April 2, 2015 at 11:11 am #952864
tkwalker
ParticipantFor some reason my Event Form labels are not showing up. You can view the symptom here:
http://www.eventgrabber.com/demo/events/organizer/add
username/password: [removed]Thanks,
TKApril 2, 2015 at 11:43 am #952881Barry
MemberHi TK,
Looks like your theme ha a stylesheet called all.css which adds a rule hiding labels.
If you setup a tribe-events.css stylesheet (see the instructions here!) it should be possible to correct this without impacting on non-event pages by adding a new rule as follows:
html.placeholder label[for] { display: block }Does that help?
April 2, 2015 at 11:52 am #952889tkwalker
ParticipantThanks for the quick response Barry. Just to be clear, I have the Pro version of calendar, which the Theme’s Guide recommended the following:
Loading Custom Styles for The Events Calendar PRO (premium)
To load custom styles for PRO views and elements, create a stylesheet called tribe-events-pro.css in the tribe-events/pro/ directory of your theme.
I followed this and added the css file in that directory and placed that line of code you recommended. This didn’t work for me. Did I miss a step?
TK
April 2, 2015 at 2:37 pm #952924Barry
MemberHi TK,
Apologies for any confusion, but in this case we’re interested in a view generated by Community Events (which is not directly related to Events Calendar PRO).
Can you try again, but this time with a tribe-events.css stylesheet? It should be located as follows:
wp-content/themes/YOUR_THEME/tribe-events/tribe-events.css
Let me know how you get on!
April 3, 2015 at 8:36 am #953068tkwalker
ParticipantSo I did create a tribe-events.css file and placed it in the following directory: /wp-content/themes/church-event/tribe-events/tribe-events.css
In that file is just the one line you recommended:
html.placeholder label[for] { display: block }It did not work. What would you recommend from here?
TKApril 3, 2015 at 10:12 am #953099Barry
MemberAwesome, thanks for trying that TK.
Sometimes it’s difficult to assess these things until the changes are put in place and, in this particular case, I can now see that your theme’s all.css stylesheet is loaded quite late on – in fact, after any tribe-events.css rules (which you setup correctly), thus overriding them.
However, all we should need here is a simple correction – please try modifying the code I provided previously to:
#tribe-community-events label[for] { display: block }To be clear, this once again should be placed in your custom tribe-events.css file (replacing the previous rule).
Let me know if that helps!
April 3, 2015 at 12:05 pm #953122tkwalker
ParticipantHey Barry,
This actually worked. You’re the best. Thanks for the excellent service. I’ve always had success reaching out to you guys.
Satisfied Customer,
TKApril 6, 2015 at 6:49 am #953411Barry
MemberHappy to help, TK – and thanks for your patience while we worked through this one 🙂
I’ll go ahead and close out this topic, but of course please don’t hesitate to create new posts if you have any further problems or questions.
Thanks again!
-
AuthorPosts
- The topic ‘Event Form Lables Not Showing’ is closed to new replies.
