laddaa
Forum Replies Created
-
Forum: Plugins
In reply to: [Allow HTML in Category Descriptions] html still removedso, I have had the chance to install a completely new, vanilla wordpress instance and test the issue again.
– fresh install
– installed plugin
– added html to category description (worked as expected)
– installed astra theme (html garbled! as in previous post)
– removed astra theme and switch back to default (html still garbled)
– deactivated plugin (html removed as expected)
– reactivated plugin (html still garbled)Forum: Plugins
In reply to: [Allow HTML in Category Descriptions] html still removedHi Arno
thanks for having a look! So I have found the same behaviour with two themes (twentytwentyone and astra-free) on one server and with astra-pro on another server.
On the first server an in put in the category description of
<span> <div>item 1</div> <div>item 2</div> <div>item 3</div> </span>With the Twenty Twenty-One theme, and all plugins deactivated it return this on the frontend:
<p><span></span></p> <div>item 1</div> <div>item 2</div> <div>item 3</div> <p></p>The output is the same with the Astra theme on both servers. If you don’t line break and literally concatenate the html tags it is more likely that a wrapping span will make it through.
The only thing I can’t easily deactivate for testing is the multisite – both servers run multisite. Maybe if I get around to it I’ll do a fresh install somewhere and see if I can get your plugin to work at all.
Any ideas so long?