• Resolved fscbmwcca

    (@fscbmwcca)


    I have setup the colors including the text colors but only black displays? How can the selected color be displayed.

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

Viewing 15 replies - 1 through 15 (of 27 total)
  • Plugin Author Andy Fragen

    (@afragen)

    You must have some sort of minimization scripts running as I don’t see that the stylesheet for the Category Colors Plugin is even loading.

    Thread Starter fscbmwcca

    (@fscbmwcca)

    Hi thanks for the prompt reply. I haven’t been able to get to it but I do have some minification plugin. I’ll check that out. Thanks again.

    Thread Starter fscbmwcca

    (@fscbmwcca)

    I cleared cache and disabled all my caching plugins and still black. I added excluded teccc-iris.css,teccc-iris.css from caching and still black.

    Plugin Author Andy Fragen

    (@afragen)

    Please disable Autoptimize.

    teccc-iris.css only loads on the backend in the Settings.

    If you could enable the legend it would help for troubleshooting.

    Interesting in that text is white on month view.

    pro-tip; you can disable Autoptimize on a per-request basis by adding ?ao_noptimize=1 to the URL.

    if the problem is not there at that point, some autoptimize (re-)configuration might be needed to fix this. there are troubleshooting tips and info on how to exclude in the AO FAQ.

    hope this helps debugging,
    frank (ao dev)

    Plugin Author Andy Fragen

    (@afragen)

    Thanks @optimizingmatters.

    @fscbmwcca it seems as if you have selected some Events Calendar styles in the Customizer that are overriding.

    Plugin Author Andy Fragen

    (@afragen)

    @fscbmwcca try playing with the following filter.

    
    add_filter('teccc_fix_category_link_color', function ( $null, $category ) {
        return "#tribe-events-content $category a";
    }, 10, 2 );
    

    Let me know how it works. I’ll have to see how the filter returns as it’s been a while since I’ve used it.

    • This reply was modified 4 years, 9 months ago by Andy Fragen.
    • This reply was modified 4 years, 9 months ago by Andy Fragen.
    Thread Starter fscbmwcca

    (@fscbmwcca)

    Hi Andy, it didn’t work. I looked in my child-theme and there isn’t anything overwritting the #tribe-events-content a, .tribe-events-event-meta a

    Plugin Author Andy Fragen

    (@afragen)

    Odd, that works when I add it into your page.

    Can you leave the filter active?

    I think you might need to add ?refresh_css to refresh.

    Plugin Author Andy Fragen

    (@afragen)

    @fscbmwcca the overrides aren’t in your child theme. They are inline from the Events Calendar Customizer settings.

    Thread Starter fscbmwcca

    (@fscbmwcca)

    Sorry, not real familiar with php. I added it to functions.php in child theme. Based on your response, I’m not sure exactly where to put the code…

    Plugin Author Andy Fragen

    (@afragen)

    @fscbmwcca that’s perfect, is it still there?

    Plugin Author Andy Fragen

    (@afragen)

    I don’t see the filter results in your CSS.

    Thread Starter fscbmwcca

    (@fscbmwcca)

    I had removed it. It’s back in.

    Plugin Author Andy Fragen

    (@afragen)

    Is it copied exactly as above?

    I don’t see results of the filter. ??

Viewing 15 replies - 1 through 15 (of 27 total)
  • The topic ‘Event Title Text is only Black’ is closed to new replies.