Insert calendar in page

Home Forums Calendar Products Events Calendar PRO Insert calendar in page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1215984
    Kim
    Participant

    On the main calendar view I have added some text in the HTML field. But when I ask for a view per category I also get those texts. How can I make the disappear?

    Here the text above the calendar is necessary: http://ateliqi190.190.axc.nl/workshops/

    I would another text above the following views:http://ateliqi190.190.axc.nl/workshops/categorie/workshops/ and http://ateliqi190.190.axc.nl/workshops/categorie/workshops-op-maat/

    I’m not good in coding. Can you please help me out?

    #1216297
    Cliff
    Member

    Hi, Kim.

    How about just hiding that output on category pages?

    This CSS should work for you:

    body.post-type-archive-tribe_events.events-category .tribe-events-before-html {
    display: none;
    }

    This should make your Above the Calendar HTML text appear on all events archive views except category views (where it’s there in the page source but hidden via CSS).

    You can add custom CSS code via your child theme’s style.css file 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 this goes for you.

    #1216778
    Kim
    Participant

    Great thank you for your feedback.

    #1217168
    Cliff
    Member

    You’re welcome. I see you marked this thread Resolved so I’ll Close it and if you need follow-up assistance, please create a new thread.

    Have a great rest of your week!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Insert calendar in page’ is closed to new replies.