Community Event in Navigation Menu

Home Forums Ticket Products Event Tickets Plus Community Event in Navigation Menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1234299
    CHris Finn
    Participant

    Hi,

    Just curious how we can possibly make the Community Event plugin work, like if we want to add a certain button in the menu “ADD EVENT”. Can we possibly do that and please let us know how. Thanks,

    Cheers,

    #1234541
    Geoff
    Member

    Hi Liam,

    You bet! It’s absolutely possible to link to the Community Events submission form from anywhere on your site. Here is a post that provides detailed instructions with examples of adding the link to your site’s menu and above the calendar:

    https://theeventscalendar.com/knowledgebase/adding-community-events-links-website/

    Does this help answer your question? Please let me know. 🙂

    Cheers!
    Geoff

    #1234930
    CHris Finn
    Participant

    Hi Geoff,

    Thanks! It worked. I actually tried copying the slug in the community settings and added it in the main menu.

    Also, I have another concern as regards to the ticket form. Is there any way for me to customize it like change the hover color and fix ADD TO CART button? Because you can see from the attached image that the button is messed up due to misalignment issues. Please let me know how I can address this one.

    Thanks for your help Geoff, looking forward to hearing from you soon.

    Cheers!

    #1235275
    Geoff
    Member

    Hey Liam,

    Do you live or work in Visalia? I see the site you’re working on is based there and that’s where I’m from! Small world. 🙂

    Looks like the theme is adding some styles to the ticket form that are causing those darker colors in the ticket form. You should be able to add this CSS snippet to either your theme’s style.css file or the Appearance > Customize > Additional CSS screen to clear that and the button up:

    .sc-single-event-meta form.cart .tribe-events-tickets .minus, .sc-single-event-meta form.cart .tribe-events-tickets .plus {
    background: #fff !important;
    }
    
    .sc-single-event-meta form.cart .tribe-events-tickets button.button:before {
    display: none !important;
    }
    
    .sc-single-event-meta form.cart .tribe-events-tickets button.button:after {
    display: none !important;
    }

    Hopefully that does the trick, because here’s a screenshot of how that looks when I try it out. If not, you may want to reach out to the theme developer for more specific guidance since the styles are coming straight from there.

    Cheers!
    Geoff

    #1251784
    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 ‘Community Event in Navigation Menu’ is closed to new replies.