Display And Custom Fields

Home Forums Calendar Products Events Calendar PRO Display And Custom Fields

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1470195
    jharris
    Participant

    Hi 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, 2018

    2: 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.

    #1471006
    Victor
    Member

    Hi 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,
    Victor

    #1476767
    jharris
    Participant

    Hi 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!

    #1477429
    Victor
    Member

    Hi 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,
    Victor

    #1496453
    Support Droid
    Keymaster

    Hey 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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Display And Custom Fields’ is closed to new replies.