Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #255578
    catchpressyo
    Participant

    Hi, two issues regarding events pages with this plugin and theme:

    When editing the event page and I change any settings under “Lucida Options”, those changes get lost after I click “Update” to save changes.

    Secondly, the footer background color changes to white for event pages (unfortunate, because the text is also white).

    Event page example: https://sacredmountainsangha.org/event/celebrating-sacred-mountain-sanctuary/
    Home page showing correct footer background color: https://sacredmountainsangha.org

    #255606
    Skandha
    Participant

    @catchpressyo: Hello there,
    To change the Footer Background Color
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-content .wrapper {
        background-color: #72683a !important;
    }

    Can you let me know which options don’t work under the Lucida Options? I checked at my end and the options seem to be working fine.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #255654
    catchpressyo
    Participant

    Thanks, that css tweak worked!
    Here’s a screen recording of what is happening on the Lucida Options section for editing an Event: https://youtu.be/7Mc__z99sLo

    #255761
    Skandha
    Participant

    @catchpressyo: Hello there,
    I checked for the issue at my end but the Lucida Option seems to be working fine. Can you try deactivating all the plugins and see if the options works?

    Let me know if the issue persists!
    Kind Regards,
    Skandha

    #255777
    catchpressyo
    Participant

    I deactivated all plugins except “The Events Calendar” and “The Events Calendar PRO” (the item in question is an Event page, not a page or post), and I’m still getting the same results. When I update a page or post, those options operate as expected. This appears to be an conflict between the plugin and the theme. This is a major, highly used plugin, could you look into the possible conflict and for a resolution? Thanks for your time in investigating this!

    #255813
    catchpressyo
    Participant

    Also, I just noticed this, please have a look at the copyright section for https://sacredmountainsangha.org/event/celebrating-sacred-mountain-sanctuary/ as compared to other pages such as https://sacredmountainsangha.org – that section should be white. Is there a change to the css you previously provided that could address this issue? Thanks again.

    #256006
    Skandha
    Participant

    @catchpressyo: Hello there,
    I will use The Events Calendar plugin at my and check for the issue and let you know.

    Go to => Appearance => Customize => Additional CSS
    and add the following CSS Code.

    #footer-content {
        background-color: #fff;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Two issues with “The Events Calendar” events pages’ is closed to new replies.