BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › html / bbcode not processing properly.
- This topic has 5 replies, 2 contibutors, and was last updated 9 years, 6 months ago by Anonymous.
Question
May 18, 2015 at 12:26 am #40322@fabriciusgmailNot sure why but on my page the html is not parsing (if I say that correctly)
https://get-gaming.net/about/teamspeak/ The red text for example should be in dot list and some parts in number list and it does show this upon inspect but the result is not there.
<li>test</li>
^That for example ain’t working.
Answers
May 18, 2015 at 1:06 am #40324@
AnonymousHi @fabriciusgmail , theme css had included no style for list inside the boss/css/main-global.css
if you have planing to use your html directly you can added your own classes in the html and add your desired css in custom.css of child theme
media="all" { ol, ul { list-style: none; } }
I had checked you are using Visual Composer, and used html box to paste the html code
Theme is supporting the Visual composer as well.
Regards
Varun DubeyMay 18, 2015 at 1:10 am #40325@fabriciusgmailIf visual composer is supported then why does it not work properly? I’ve no clue how to fix this.
May 18, 2015 at 1:12 am #40326@fabriciusgmailAlso I used the text box of visual composer.
May 18, 2015 at 3:10 am #40331@fabriciusgmailmedia="all"{} ul { list-style: disc outside; } ol { list-style: disc outside; } li { list-style: decimal outside; margin: 0 0 0 24px; display: list-item; text-align: -webkit-match-parent; } }
*sighs* why isn’t this just supported? Such an expensive theme yet basic things are missing.
May 19, 2015 at 11:31 am #40410@
Anonymous@fabriciusgmail we have not included a generalized style for li and ul and kept as list-style: none; that’s why you are not getting that, it only need item specific style get included, if we are including for all then it start displaying bullets and other li style in the buddypress elements.
I will forword this issue to developers as well , to cross check it once.
Regards
Varun Dubey
- The question ‘html / bbcode not processing properly.’ is closed to new replies.