Cache? I’m logged in as an admin and my styles have already loaded, but they are in the html markup higher than the plugin’s stylesheet. That’s why I can’t make the title of the calendar a different color.
Try creating a clean install of WP and add a stylesheet there to change the color of the calendar header.
Hello, @thebengalboy.
I have some error and I see my js code at thankyou page without script tag.
At last 2.0.6 version I see this string:
echo wp_kses_post( $this->process_order_markdown( $code['checkout'], $order_id ) );
wp_kses_post destroys script tag and therefore we see such an error.
I deleted it for the normal operation of my site.
-
This reply was modified 6 years, 3 months ago by vladimirl. Reason: add some comments