Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support tristan083

    (@tristan083)

    Hi @mindkicks ,

    Thank you for reaching out. and I’m sorry to learn of the difficulties.

    Have you made changes to Events -> Settings -> Display -> Date & Time section? If you have, you could have added a “J” (uppercase) on there, which isn’t a “format” character. Changing it to a lowercase “j” should correct the dates on the front end.

    As for the “big” subscribe button, kindly try appending the following custom CSS snippet to your theme’s additional CSS section (Appearance -> Customize -> Additional CSS) and see if this works for you.

    .single-tribe_events .tribe-events-c-subscribe-dropdown__button {
    width: 310px;
    }
    button.tribe-events-c-subscribe-dropdown__button-text {
    padding: 0px 5px 0px 5px;
    font-size: inherit;
    }

    Let me know how it goes for you or if you have further questions/concerns.

    Thread Starter mindkicks

    (@mindkicks)

    Hi,

    thanks for the quick help!
    The small j has indeed changed it. So simple and I didn’t think of it, oh man.
    Thanks!

    Unfortunately I can not enter the additional CSS.
    I only have the option to add custom html BEFORE or AFTER the event.
    I copied it in there once as a test, but it didn’t change anything.

    I have now generally deposited it as additional CSS in the Customizer and that worked.

    How can I change the hover effect of the button?

    Thanks a lot! 🙂

    • This reply was modified 3 years, 3 months ago by mindkicks.
    Plugin Support Darian

    (@d0153)

    Hi @mindkicks

    Glad that it is now working on your end.

    To update the hover effects of the button, you may add the following CSS

    .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover{
        background-color: yellow;
        color: red;
    }

    After that, you may try testing the effects by changing the colors (yellow and red) to your desired color.

    I hope this helps, and please let me know if you have other concerns.

    Plugin Support Darian

    (@d0153)

    Hi @mindkicks

    This thread has been inactive for a while, so we’ll go ahead and mark it Resolved. Please open a new thread if any other questions arise, and we’d be happy to help.

    Thread Starter mindkicks

    (@mindkicks)

    Oh yeah, sorry… completely forgotten.
    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Date is not displayed correctly’ is closed to new replies.