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

    (@afragen)

    Can you turn off all caching? It appears you have an issue where something is changing the src in the stylesheet link associated with Category Colors. This may be a plugin conflict.

    Plugin Author Andy Fragen

    (@afragen)

    This what is in your page head.

    <link rel="stylesheet" id="teccc_stylesheet-css" href="https://www.modeparties.com/" type="text/css" media="all">

    It’s clearly incorrect.

    Thread Starter aminabbasian

    (@aminabbasian)

    Hi Andy,

    Thanks. I did turn it off but it seemed to make no difference and didn’t get rid of the stylesheet you mentioned.

    I have since turned on W3 Total Cache.

    Plugin Author Andy Fragen

    (@afragen)

    I think you’re not quite understanding my point.

    That stylesheet link referenced has a src that is incorrect. You will have to do some testing, hopefully on a staging server, to find out where the conflict is. Something is writing that link incorrectly.

    First, try re-installing the Category Colors plugin from dot org. If you still have the issue you will have to turn off plugins until you find the source of the conflict. Obviously, at minimum all of The Events Calendar plugins should be active.

    That link should look like the following.

    <link rel='stylesheet' id='teccc_stylesheet-css' href='https://single-test.dev/?teccc_css=661f3245ff65e74d13308fc8b703c130&ver=4.6.2.1' type='text/css' media='all' />

    Do you have some plugin or code snippet that strips off all URL query args?

    • This reply was modified 7 years, 10 months ago by Andy Fragen.
    Thread Starter aminabbasian

    (@aminabbasian)

    Thanks Andy.

    Ill give this a go

    Plugin Author Andy Fragen

    (@afragen)

    I really think you have some code snippet that strips off a URL query arg. Many rating sites recommend this as it can prevent caching. A breaking problem here.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Colours Not Showing’ is closed to new replies.