User can not edit organizer or venue

Home Forums Calendar Products Community Events User can not edit organizer or venue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1299781
    Aeky
    Participant

    Hello,

    When a user creates an event you can add Organizers and Venues. Once the user has created one of the two and gives the edit button, you can not edit them because you try to open the wordpress dashboard, and of course they do not have access to the dashboard.

    Is it possible that they can edit without accessing the wordpress dashboard?

    Or is it possible to remove the option to edit the organizer or venue?

    Thank you,

    #1300864
    Jennifer
    Keymaster

    Hi Aeky,

    Thanks for reaching out!

    Unfortunately, the only way to edit an organizer or a venue that has already been created is through that post edit screen on the backend. You can however remove the option.

    You can hide it easily with CSS by adding the following to your Additional CSS area under Appearance > Customize (if you have one) or the style.css file of your child theme.

    #edit-tribe-venue .edit-linked-post-link {
    display: none;
    }

    I’m sorry I don’t have a better answer for you, but please let me know how that works for you!

    Thanks,

    Jennifer

    #1320105
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘User can not edit organizer or venue’ is closed to new replies.