Home › Forums › Calendar Products › Events Calendar PRO › Editing Template
- This topic has 5 replies, 4 voices, and was last updated 9 years, 1 month ago by
Erica.
-
AuthorPosts
-
February 20, 2017 at 10:36 am #1242310
Erica
ParticipantHi 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!
February 20, 2017 at 10:00 pm #1242694Cliff
MemberHi, Erica.
You (or your developer) should have these references:
- Themer’s Guide
- is_post_type_archive( Tribe__Events__Main::POSTTYPE ) — see https://developer.wordpress.org/reference/functions/is_post_type_archive/
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.
February 23, 2017 at 12:37 pm #1244803Erica
ParticipantThanks 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
February 23, 2017 at 2:50 pm #1244863Cliff
MemberYou 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.
March 17, 2017 at 9:35 am #1255899Support Droid
KeymasterHey 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 -
AuthorPosts
- The topic ‘Editing Template’ is closed to new replies.
