[Widget] Can't deactivate different options

Home Forums Calendar Products Events Calendar PRO [Widget] Can't deactivate different options

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1345395
    Dominik Tiedke
    Participant

    Hi Support team,

    i don’t know how to handle these points. So i am asking for help now.
    I am using a widget to show my upcoming events, but i can’t deactivate the options shown in the first picture (City, State, Country). They will automatically activate after saving. I just want to show Event, Venue and Date.

    Next thing: In the second picture you can see a date right on top of the event name. I want to deactivate this cause the event date is placed under the event name.

    Third and last thing. I just want to show the event name a little bit smaller. Is that possible?

    Sorry for my english. I hope you understand 😉

    Thank you for you help
    Best regards

    #1345792
    Geoff B.
    Member

    Good evening Dominik and welcome to the Events Calendar Support forum!

    Thank you for reaching out to us.

    We are sorry to hear about the issues you have bumped into while using our widgets.
    I would love to help you with this topic.

     i can’t deactivate the options shown in the first picture (City, State, Country). They will automatically activate after saving. I just want to show Event, Venue and Date.

    This sounds like there is some type of conflict at play (probably Javascript or JQuery based).

    You could always run our testing for conflicts procedure (deactivate other plugins one-by-one and revert back to a default WordPress theme) to find out what the culprit is.

    But, there is another solution that might be quicker: use shortcodes for the widgets.
    You can read about that here: https://theeventscalendar.com/knowledgebase/pro-widget-shortcodes/

    You will simply need to paste them with the correct conditions in a text widget.

    Next thing: In the second picture you can see a date right on top of the event name. I want to deactivate this cause the event date is placed under the event name.

    You could always tweak the widget view.
    You might want to read our Themer’s guide to get a sense of how that works.

    However, still for simplicity’s sake, you could try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .tribe-events-adv-list-widget .list-date {display: none !important}

    Third and last thing. I just want to show the event name a little bit smaller. Is that possible?

    Absolutely.

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .tribe-mini-calendar-event h2 {
    font-size: 2em;
    }

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1356238
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘[Widget] Can't deactivate different options’ is closed to new replies.