Hey there,
I'm sorry if this question is already answered, but I wasn't abled to find anything similar.
I created a list in a Post, which includes nested parts, on my knowledge base.
However, when you open the post in the Frontend, the list is showing without Bullet Points, and the nested parts aren't indented at all.
Can I change this somehow??
Thanks already!
- Jamo
[Work-Around found] Knowledge-Base Posts aren't formatted correctly
Moderator: mkoch227
[Work-Around found] Knowledge-Base Posts aren't formatted correctly
Last edited by Jamo on Wed Mar 18, 2020 12:49 pm, edited 1 time in total.
Re: Knowledge-Base Posts aren't formatted correctly
Honestly, it looks like there were some bad decisions made when coding the front-end; all the common styles are reset in the CSS hence the issues with displaying.
As a work-around, you can try manually editing the code; in the article editor, click the most right icon to view Source code, then change all <ol> to <ol class="list">
This should give you the bullets. For other things, I'd need to see the source code.
We'll need to find a better and more robust solution in future updates.
As a work-around, you can try manually editing the code; in the article editor, click the most right icon to view Source code, then change all <ol> to <ol class="list">
This should give you the bullets. For other things, I'd need to see the source code.
We'll need to find a better and more robust solution in future updates.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Knowledge-Base Posts aren't formatted correctly
Thanks alot for the fast answer!