Community Events Questions

Home Forums Calendar Products Community Events Community Events Questions

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1154139
    Hani Kharufeh
    Participant

    Hi,

    I would like help with two things, please.

    One, I was able to to follow the territorials for adding “Add an Event” on the main front page. But I was not able to customize it it he way I would like. I would like to appear as a button but did not have the advanced skills to edit the code in that fashion and relocated it. I need to also place it in a logical place, not sure right next to the submit button will be ideal.

    Two, I was hoping that you can remove the page title for me. Since there is a way on my theme to turn off the title for each page, I was unable to do that since there is no page on WordPress that you can directly edit. So, where it says “Month View Events” I would like to turn that whole area off.

    Would love if you can help me with the code to fix those two things. The website is: http://www.norcalcouncil.org/events/

    I can provide logon but I do not see an option to make private post, maybe bc it is the initial part of the discussion. Check the picture attached, both areas are shown in the screenshot.

    #1154142
    Hani Kharufeh
    Participant

    This reply is private.

    #1154211
    Hani Kharufeh
    Participant

    This reply is private.

    #1154575
    Andras
    Keymaster

    Hello Hani,

    Thanks for reaching out! I can help you with your issues, however, our current policy is not to accept logins or to log in to customer servers/WordPress installations. Also, we are limited in supporting customization, but I can definitely show you the way in the right direction.

    First and foremost I would like to advise you to update all your plugins to the most recent version. I see it from your system information that the Pro version of our plugin and Community Events are older version, while The Events Calendar is fresh. These plugins go hand-in-hand, so to make them work at their best, having the most recent version of them at all times is highly recommended.
    Also, before doing any update, I recommend you to do a full backup of your site. There are numerous good, free and pay-for plugins for this purpose, like UpdraftPlus or BackupBuddy.

    So let’s go one-by-one:

    One, I was able to to follow the territorials for adding “Add an Event” on the main front page

    I’m not quite sure how you added that button, but good job on it. I recommend you to read our Themer’s Guide, which should help you in putting that button in the right place.

    As for formatting, if you add some classes to the code of the button, then it will look more like a button. Check the code and add the bold classes.

    <a class=”tribe-add-event-button button button-border accent1 hover-accent1” href=”http://www.norcalcouncil.org/events/community/add&#8221;>Add an Event</a>

     

    Two, I was hoping that you can remove the page title for me.

    Add this code to your theme’s (preferably a child theme) style.css file, under Appearance > Editor :


    .events-gridview .page-header-content {
    display: none;
    }
    .page-header .page-header-content

    As for your third issue with the organizers, if the issue still exists after updating our plugins, please run a test for conflicting plugins and theme based on our guide here: https://theeventscalendar.com/knowledgebase/testing-for-conflicts/

    Let me know how these work out. I’ll be waiting.

    Cheers,
    Andras

    #1163456
    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 Events Questions’ is closed to new replies.