Hide excerpt, Additional functionality, and Rate Events Calendar Pro & add email

Home Forums Calendar Products Events Calendar PRO Hide excerpt, Additional functionality, and Rate Events Calendar Pro & add email

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1352069
    Mike Thies
    Participant

    Is there a way we can hide the following pieces from members entering events?

    – Additional Functionality
    – Excerpt
    – Content protection (should always be public for events)
    – Rate Events Calendar Pro

    It’s not something we want members doing…

    And we’d like to collect email addresses, and have them show on the event listings but I don’t see that under additional fields?

    #1352557

    Hi Mike,

    Thanks so much for reaching out again!

    I tried to look at your Add Community Event page, but I got a 404 error.  Would you provide a link or some more information, so that I can better assist you?

    From another thread, it seems like you already added:
    define('TRIBE_HIDE_UPSELL', true);
    which should have hidden that information, but if you provide a link to the page, I can take another look.

    In order to collect email addresses, I created an Additional Field that looks like this:

    After trying something like this, are you still not seeing the field show up in your Add Community Event page?

    Let me know how it goes and if you have any other questions on this topic along the way!

     

    Thanks,

    Jaime

    #1352905
    Mike Thies
    Participant

    Hi, I’ve fixed that issue and the community event link works.

    Now that I see it, I recognize the problem is letting users have access to the admin bar at the top instead of forcing them to use the dropdown to add an event. I’ll try to figure that out and post back with results.

    #1353085
    Mike Thies
    Participant

    The email additional field shows but it would be great to hide ‘Additional Fields’ from the display as it seems confusing.

    Could it be hidden via css in some way?

    .tribe-section tribe-section-custom-fields tribe-section-header {
    display: none;
    }

    ?

    #1353299

    Hi Mike,

    I’m glad to hear that you were able to get things working the way you want them to!

    In order to hide ‘Additional Fields’, try something like this:

    div.tribe-section.tribe-section-custom-fields.tribe-section-header {
    display: none;
    }

    Let me know how it goes and if you have any other questions on this topic!

     

    Thanks,

    Jaime

    #1363703
    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide excerpt, Additional functionality, and Rate Events Calendar Pro & add email’ is closed to new replies.