single event view – hide/remove buttons & other things

Home Forums Calendar Products Events Calendar PRO single event view – hide/remove buttons & other things

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1156774
    rciaa
    Participant

    Our organization does not accept donations for many of our events. I also don’t want page visitors to be able to add events. The Join button also doesn’t make sense for us.

    I am also seeing a Facebook and Google Plus button – we don’t want those.

    The google map gets an error loading on the individual event page also. But it works fine after clicking on the venue.

    For some reason, there is a large graphic of a holy bible at the bottom of the individual event page which we don’t want either.

    Maybe some of these things are being done by our Church & Events theme – I am not sure – however, after spending the money to by Events Calendar PRO, I’m hoping I can get some help with these things. These ought to be settings (I’m not a theme developer).

    #1156839
    rciaa
    Participant

    I found how to remove buttons in my theme settings. The theme was integrated with Events Calendar PRO. I also found how to get rid of the footer having the bible image.

    I still have two issues: Google Map didn’t load (Oops! on page) AND the Facebook and Google+ buttons still show. Need to resolve those two.

    #1156845
    rciaa
    Participant

    Now, I figured out that my Google API key was not working – created new and now the maps issue is gone.

    I still need to remove the Facebook and Google+ buttons. Also, there is a join button when I click on the venue – I’d like to make that go also.

    #1157302
    Hunter
    Moderator

    Hey Noah,

    Well done on addressing the majority of issues on your own! The Facebook, Google+, and ‘Join’ buttons are also associated with your theme, which we’re limited on what we can support. You can always use this YouTube Video to learn about your ‘Inspect’ tool. You’d need to identify the button classes and use “display: none;” CSS code to “hide” the buttons from displaying. I took a quick look at your site; try adding the following code to your theme options CSS panel or directly to your theme’s style.css file:

    .socialcount {
    display: none;
    }

    You can use this same theory to hide the ‘Join’ button. Lastly, I recommend reviewing our Themer’s Guide as it does a good job of explaining how to overwrite templates.

    I hope this helps and have a great evening. Cheers 🙂

    #1166466
    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 ‘single event view – hide/remove buttons & other things’ is closed to new replies.