In a recently closed thread, 8Theme support said, “You can write HTML syntax in the category description. It will work, but by default we don’t have html editor there as wordpress editor for posts/pages.”
That’s fine. We’re better at HTML encoding than the client; however, I’m having trouble with this particular item in practice.
I want to format the “Description” field on the “Edit Product Category” page of the admin. I am attempting to use H2, OL, LI, and B tags. So far, the only tags that are preserved are bold (<b></b>) and your [etheme_list] shortcodes. When I save, all of the other intended formatting is gone.
Are there other shortcodes, or do I need to escape the HTML in some fashion to achieve basic intended presentation?