I think I might know the culprit. I’ll take a look at it and get back with you shortly. Thanks for the note!
That’d be great. Thanks so much.
Hi Siobhan,
It turns out that as I was escaping the content of the CSS the “>” was getting stripped out. As a Front End dev at heart, I understand what a big deal this is.
Long story short, it’s fixed. Please update to version 1.1.1.
Thanks again for your input. I’m sure that there are other people having this issue. Thanks for helping me make this plugin better!
Hi.
Thank you for the quick replies and for fixing the issue.
I noticed it when trying to help another user on the forums with their CSS: http://wordpress.org/support/topic/add-space-between-posts-2
I will let this user know that this issue is now fixed. Thanks again!
Thanks for recommending my plugin!
Same issue for ” and ‘ in CSS (i.e. :before & :after {content:”text”}
Fix:
$content = str_replace( ''', "'", $esc_content );
$content = str_replace( '"', '"', $esc_content );
Edit: apparently can’t put those in code tags in the support forum (remove the space after the &)
& #039; = single quote
& quot; = double quote