Editing Template

Home Forums Calendar Products Events Calendar PRO Editing Template

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1242310
    Erica
    Participant

    Hi There – I know there is only so much you guys can do with regards to customization, but the out of the box templates are both wonky (they say Archived in the header). Unfortunately I don’t know where to begin to change these and need some guidance, as this shouldn’t be the default template that I’m provided with.

    Thanks for the help!

    #1242694
    Cliff
    Member

    Hi, Erica.

    You (or your developer) should have these references:

    Now that that’s out of the way, I’d suggest you try changing wp-admin > Events > Settings > Display tab > Events template option and see if that helps.

    If it doesn’t, please provide a link to the page you’re wanting changed and exactly what you want changed and I might be able to provide you a quick code solution.

    You might also want to pass along the bulleted information above and see if your theme author could help you if we can’t or if you prefer a solution specific to your theme.

    Just let me know how you think I could best help you here.

    #1244803
    Erica
    Participant

    Thanks Cliff. Unfortunately, I took a look at the Themer’s Guide and didn’t fully understand how to make the changes.

    I tried both templates available, and they both have “Archived” in the header: http://mombreak.org/events/

    Would love any tips to get rid of them

    #1244863
    Cliff
    Member

    You could implement a CSS solution, like this:

    body.post-type-archive-tribe_events #hb-page-title {
    display: none;
    }

    You can add custom CSS code via your child theme’s style.css file, via WordPress 4.7’s Customizer CSS settings, or via a third-party plugin (not guaranteed or supported by us), like:

    • SiteOrigin CSS (helps you visually build CSS selectors via its Inspector and Visual Editor, if that’ll help you)
    • Simple Custom CSS
    • Jetpack (supports regular CSS and the LESS and Sass pre-processors)

    If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.

    Please let me know how it goes for you.

    #1255899
    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 ‘Editing Template’ is closed to new replies.