Home › Forums › Calendar Products › Events Calendar PRO › Display And Custom Fields
- This topic has 5 replies, 2 voices, and was last updated 8 years, 1 month ago by
jharris.
-
AuthorPosts
-
March 5, 2018 at 9:04 am #1470195
jharris
ParticipantHi Everyone – having a problem with to issues and can’t seem to find an answer in the forum
1: Is there an easy css over right to have the table data of the custom fields on the event listings show on the same line vs ontop of one another? Ie: Date: November 15, 2018 vs Date:
November 15, 20182: Is there an edit to include the location on the month view for the calendar?
Suggestion: I would love the ability to be able to add a button of registration. I know there is currently a website link field, but for this particular client, a field that they could put the URL in and have it auto generate a button for them would be wonderful.
Thanks for any and all help.
March 6, 2018 at 7:35 am #1471006Victor
MemberHi John!
Thanks for reaching out to us. Let me try to help you with this topic.
First, please let me note that we are fairly limited in how much support we can give for custom development questions like that.
That said, we always like helping out and at least point users into the right direction as much possible.
Is there an easy css over right to have the table data of the custom fields on the event listings show on the same line vs ontop of one another?
It may be possible with some custom CSS. I’m not exactly sure what you are trying to accomplish, so could you please share with us a link to your page where we can have a closer inspection? I will try to come up with a CSS snippet to do that.
Is there an edit to include the location on the month view for the calendar?
If you need to add the event location to the month view, you can do so by using one of the methods described in our themer’s guide > https://theeventscalendar.com/knowledgebase/themers-guide/
Does it help? Let me know about it.
Thanks,
VictorMarch 12, 2018 at 12:00 pm #1476767jharris
ParticipantHi Victor! Thanks for the above! I will try the things that you have mentioned. Below you will see what I meant for the event details. Notice how the date appears at the line below the word “Date”. I was curious it there was a specific place to modify the css so instead of appearing on a new line below it would appear following that – so “Date: March 12”
Thank you!
March 13, 2018 at 6:20 am #1477429Victor
MemberHi John!
Sure! You can achieve that by adding the following CSS snippet to your theme’s styles or by using the WordPress customizer (wp-admin > Appearance > Customize > Additional CSS):
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
float: left;
line-height: 1.5;
padding-right: 5px;
}Let me know if that works for your site.
Best,
VictorApril 4, 2018 at 9:35 am #1496453Support Droid
KeymasterHey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.
Thanks so much!
The Events Calendar Support Team -
AuthorPosts
- The topic ‘Display And Custom Fields’ is closed to new replies.
