• Resolved gizmosrealm

    (@gizmosrealm)


    I’m having several issues.

    First, I can’t seem to change any of the dark text (title, dates, etc..) No matter what I change under “Appearance > Customize” they don’t change. List view and month view have the same issue.

    Second, I would like to be able to show ALL past and upcoming events. At least since September 1, 2023.

    Third, I’d like to be able to change the header for each event. I managed to change the header for the main EVENT page with CSS. But can’t seem to get it to stick for other events.

    Fourth, I’d like to be able to change the “Subscribe to calendar” button color. Preferably to match the blue for “Find Events”

    I’ve tried CSS on the builder, CSS on the page, javascript… all to no avail. I’ve tried all kinds of example options. None seem to work.

    https://jonathansnydermusic.com/events/

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter gizmosrealm

    (@gizmosrealm)

    Using BeTheme

    Plugin Support Jes

    (@jescandoit)

    Hi @gizmosrealm

    I see that you’re using LiteSpeed and this might be caching related. If you have the plugin installed, kindly follow this article to check if it’s properly configured → https://theeventscalendar.com/knowledgebase/litespeed-cache/

    This article also guides you on how to clear the cache on the server side of things → https://www.greengeeks.com/support/article/clear-litespeed-cache/

    If this doesn’t help, you could try to temporarily change the default template and see if the changes reflect on your calendar view WP-ADMIN → Events → Settings → Display → Event template

    Let us know how it goes.

    Thread Starter gizmosrealm

    (@gizmosrealm)

    I did all of the litespeed suggestions. Nothing seemed to change.

    My Event settings are already set to “Default Styles” and “Default Events Template”. I tried changing it to default page template. It didn’t do much except put everything in a center block.

    Thread Starter gizmosrealm

    (@gizmosrealm)

    I’ve managed some changes (like background color) that at least make the text readable now. However, I’d still like to do the following:

    I would like to be able to show ALL past and upcoming events. At least since September 1, 2023.

    I’d like to be able to change the header for each event. I managed to change the header for the main EVENT page with CSS. But can’t seem to get it to stick for other events.

    Plugin Support Jes

    (@jescandoit)

    Hi @gizmosrealm,

    I am glad that you were able to work your way around the CSS issue.

    As for these items:
    I would like to be able to show ALL past and upcoming events. At least since September 1, 2023.
    We have an article that will guide you with this → https://theeventscalendar.com/knowledgebase/past-events/

    Your past event link should be → https://jonathansnydermusic.com/events/list/?eventDisplay=past
    Make sure that you have set your desired option here → WP-ADMIN → Events → Settings → Move to trash events older than

    I’d like to be able to change the header for each event. I managed to change the header for the main EVENT page with CSS. But can’t seem to get it to stick for other events.
    Can you try this sample snippet with an updated selector if this works on your end?

    body.single-tribe_events #Header_wrapper {
        background-image: url(https://jonathansnydermusic.com/wp-content/uploads/2024/02/Venetian-Theater_01.jpg) !important;
    }


    Let me know how it goes or if I am missing something here.

    Plugin Support Darian

    (@d0153)

    Hi there,

    We haven’t heard from you in a while, so I’m going to mark this as resolved. Feel free to start a new thread if you have any more questions.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Having multiple styling issues’ is closed to new replies.