• Resolved wpdnh

    (@wpdnh)


    Hi,
    I had a problem with certain text not being visible on pages with white text set. It seems this was overriding the colours on the event card. It turned out that the event card is using some incorrectly named classes which don’t exist. Eg. using ‘grey’ instead of ‘gray’ in some names e.g. text-gray-800 and using text-gray/grey-dark which is not defined.
    I have worked around by changing all the grey’s to gray, and text-gray-dark to text-gray-800 in files index.js and index.js.map and event.js.
    Hopefully you can do a proper fix in the next release.
    Many thanks
    David

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jon Waldstein

    (@jonwaldstein)

    @wpdnh

    Thank you for reporting this. I will make sure it gets fixed as soon as possible. Keep an eye out for a reply when this is resolved.

    Thanks!
    -jon

    Plugin Author Jon Waldstein

    (@jonwaldstein)

    @wpdnh

    This issue has been resolved in the latest release (1.0.10).

    Thanks again for reporting this.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS class naming issues’ is closed to new replies.