After checking your website, the CSS of the drop cap hasn’t been added to the website. The CSS is added via wp_head hook. It seems your theme doesn’t use wp_head() to retrieve the header.
Thanks for the quick response. I will try this and let you know.
OK, that got it mostly working. Thanks for the obvious fix.
But I’m now seeing it work for some posts but not all. I have removed the [dropcap] tags from the posts, and am just using the automatic setting. Look how for some posts it’s grabbing the right first letter of the post, but for others it’s doing some other letter…
http://www.doublehappy.be/
Your website may use another dropcap feature from other plugin or theme because when I checked the website, only the first letter had the simple drop cap’s CSS style.
Please update the plugin to the latest version. Automatic mode shall only turn the first letter into a dropcap. If the second letter was also “dropcapped”, it might be caused by other plugins or theme.
Ok, well, I’ve solved this by putting a <div></div> around an image, if there’s an image at the top of the post. That way the dropcap will apply to the first paragraph and not the second.
There were no other css rules or plugins affecting this. This worked to ensure that the dropcap still applies to that first paragraph.
http://doublehappy.be/san-jose-mercury-news-runs-feature-and-interview-on-double-happiness/
All working now. Thanks!
Well, now I updated it, and it broke the fix with the <div></div>. Now it goes inside of <div> and tags to find the first <p>. Hmm.
Is it working now? Because when I opened the page it looked fine. If not, try to remove the <div> around the image and give the image alignment.
Marked as resolved due to inactivity. Reopen the ticket by replying below.