Hi, Jakus,
Can you confirm the version of PHP running on your remote setup? I’m thinking that’s the issue here.
Thread Starter
jakus
(@jakus)
Hey, thanks for the reply.
I believe the hosting company I’m with are running version 5.4?
I think we’ve narrowed down the issue with the help of a user over on our GitHub repository (see the issue here).
I’m looking into correcting for unexpected whitespace for the next release.
Thread Starter
jakus
(@jakus)
Cool! Thanks for all your great work.. The plugin is fantastic.
Thread Starter
jakus
(@jakus)
FYI: I have tried using 4afed2a to resolve this issue.. It seems to work, however i still receive one print of the initial error…
Warning: DOMDocument::loadHTML(): Unexpected end tag : p in Entity, line: 21 in
/wp-content/plugins/bootstrap-3-shortcodes/bootstrap-shortcodes.php on line 1034
Any ideas?
Got a link to the problem page I could look at?
Thread Starter
jakus
(@jakus)
Hi,
The – is actually a character encoding issue. I believe that character is supposed to be a ’ or “right single quotation mark”. I think the issue here is with your input (the text you’re inserting, and not with the plugin.
I also can’t seem to reproduce the error with the UL inside a TD; can you paste your code from the WordPress editor here so I can test using the same thing?
Thanks!
This problem should be resolved (or at least improved) as of the latest version, pushed earlier today. Please let me know if this makes a difference, good or bad, to your issue.