Can I hide or alter the title of "Additional Fields" field?

Home Forums Calendar Products Community Events Can I hide or alter the title of "Additional Fields" field?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1273855
    Marsha
    Participant

    On this page, http://wordpress-marketing.com/events/community/add, I added two additional fields – one for a URL and one for text.

    Is there a way to hide the instructional information for the URL field when viewing the published event and/or change the title of the Additional fields on the event page from OTHER to USEFUL LINK or LINK TO FLIER?

    #1273998
    Courtney
    Member

    Hi Marsha

    To hide the instructional info, can you add the following code to your child theme, or in Appearance ยป Customize ยป Additional CSS?


    .tribe-events-meta-group-other dt {display:none !important}

    Changing the text from Other is a little bit more involved. You’ll want to start out in the Themer’s Guide. You’ll be overriding this file:

    /wp-content/plugins/events-calendar-pro/src/views/pro/modules/meta/additional-fields.php 
    

    On line 18 Change ‘Other’ to the phrase you’d like.

    Do make sure before you modify this that you have duplicated the necessary files into your theme. This will prevent plugin update conflicts.

    Let me know if this works out for you.

    Thanks
    Courtney ๐Ÿ™‚

    #1274036
    Marsha
    Participant

    That worked, Courtney! I put the changes in my child theme folder according to the themer’s guide and changed the text! –>http://wordpress-marketing.com/event/breaking-silence-shame-trauma-addiction/

    Thanks!

    #1274085
    Courtney
    Member

    Great Marsha ๐Ÿ™‚ Happy to help!

    #1284967
    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 ‘Can I hide or alter the title of "Additional Fields" field?’ is closed to new replies.