Monthly view the same as demo

Home Forums Calendar Products Events Calendar PRO Monthly view the same as demo

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1140604
    Frans
    Participant

    I would like the monthly view the same as in the demo; titles en text to the left in a small font. How to do that?

    How to change Event(s) (or in Dutch Evenement(en)) ? into another name?

    #1140651
    Cliff
    Member

    Hi Frans. Thanks for the screenshot, but I think the centered text and other styling is coming from your theme’s CSS, not from our plugin’s.

    If you provide me the link to your site where I can see the same as the screenshot, I might be able to provide you a quick CSS snippet, even though helping with such customizations isn’t usually part of our support.

    Regarding customizing specific words/phrases, please reference Change the wording of any bit of text or string (actual code snippet is at the very bottom) — or How to Override Plugin Language Files — and let me know how things turn out for you.

    FYI: In this forum we try to keep our threads focused on just one issue to ensure we answer each question. Please keep this in mind for the future and start a new thread for each unrelated issue. Thanks for your understanding.

    #1140694
    Frans
    Participant

    Hi there Cliff,

    Thank you for your quick answer. I’ve changed the ‘the-events-calendar-nl_NL.po’ files in ‘the events calendar’ and ‘the events calendar pro’ plugin (wasn’t sure which one so did them both). But with no results?

    After a while I found this in your kwowledgebase: https://theeventscalendar.com/knowledgebase/changing-the-word-events-to-something-else/ This was exactly what I needed!

    Here’s the url to my (test)website:

    I hope you can help me out to make the fonts a bit smaller and titles and text lined to the left, in the calendar and in the info-popups

    #1140859
    Cliff
    Member

    Hi Frans.

    1)

    I’m glad you found what you needed at https://theeventscalendar.com/knowledgebase/changing-the-word-events-to-something-else/

    Don’t forget to remove the unused/ineffective code you tried from any of the other KB articles.

    2)

    Your (test)website link never came through. Please provide it.

    Thank you.

    #1140882
    Frans
    Participant

    Once again here is the link: http://nw.beemsterschoolvoormeubelmaken.nl/activiteiten/2016-09/
    I don’t know why it is send within my last reply…

    Or HERE

    #1141038
    Cliff
    Member

    Your tooltips are cut off: https://cl.ly/0p432f472V2j

    You’ll need to figure out that issue on your own, with the help of your developer, or with support from your theme author.

    ===

    Your tooltip text is centered due to this CSS rule from http://nw.beemsterschoolvoormeubelmaken.nl/wp-content/themes/jupiter/assets/stylesheet/min/core-styles.css?ver=5.1.7

    .wpcf7-submit,table td,table th {
    text-align: center
    }

    With the following CSS in place, your tooltips look like this: https://cl.ly/251o0I1L2Y3K

    table td .tribe-events-tooltip,
    table td .tribe-events-tooltip {
    text-align: left;
    }
    #tribe-events-content .tribe-events-tooltip .tribe-events-event-body {
    font-size: 10px;
    line-height: 10px;
    }

    You can add custom CSS code via your child theme’s style.css file or via a plugin like Simple Custom CSS or, my favorite, Jetpack. 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.

    #1149483
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Monthly view the same as demo’ is closed to new replies.