Customizer Help

Home Forums Calendar Products Events Calendar PRO Customizer Help

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1593380
    thetc
    Participant

    Hello. I’m new (but familiar with WP). In setting up my calendar, I’ve run into a few problems in the customizer:

    1) The List View has a black button and won’t let me change it. But somehow is grabbing my global accent color for the link text.
    2) The Find More (button referred to above) keeps returning an “oops” error message when I assumed it would take it to a single view mode ??
    3) The Day View is grabbing my global accent color as the background (which I don’t want).

    I use Elementor to build pages and I think Events Pro is grabbing from the global settings in Elementor (my best guess).

    How to fix?
    Thanks!

    PS– the URL is a temp build location but should work for you to view

    #1594675
    Jeremy
    Keymaster

    Hi,

    Thanks for reaching out to us! I’d be happy to help you 🙂

    In order to fix your read more buttons and your Day View background, you may add the following css snippet in Appearance > Customize > Additional CSS:

    .tribe-events-read-more {
        background: transparent !important;
    }
    .tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
        background-color: lightblue !important; // or any other color you would like
    }
    

    Regarding your second point, I haven’t encountered that problem while clicking on the read more buttons. Is that problem solved or does it happen only with a few events? If you still have this problem, I would recommend you to re-save your Permalinks (Settings > Permalinks).

    I hope this helps.

    Cheers,
    Jeremy

    #1594750
    thetc
    Participant

    Thank you Jeremy! That helped tremendously. I was able to make a few adjustments (added padding to day view too) and all looks great!
    And the oops disappeared without changing anything. Maybe just had to re-start ?? But thanks again. Tremendous help 🙂

    #1596076
    Barry
    Member

    Happy we could help 🙂

    I’ll go ahead and close this topic, but of course if we can assist with anything else please just create a new topic and we’ll be happy to help.

    Last but not least, if you have a moment to spare and would be happy to leave a review for The Events Calendar on our WordPress.org page, we’d love to hear from you. Thanks again!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Customizer Help’ is closed to new replies.