Stripping Out <h1> <b> Tags?</b></h1>

This might be a stupid question, but in our our site is stripping out these tags or on the home page just not displaying as it should?  The theme is friends community.  You can see an example here http://www.mancaveland.com/forum/?action=goto&index=1#topic/BEER-REVIEW-Firestone-Union-Jack-IPA.htm 

 

I cannot find in the css how this is being overwritten..  Any ideas?

Quote · 26 Jul 2014

I am not sure what I was suppose to see by visiting the link but remember that the forum has it own template.  Also, remember that TinyMCE will remove some code when it "cleans up" the code.

Geeks, making the world a better place
Quote · 26 Jul 2014

If the tags were stripped out, how is anyone here supposed to know where they should be?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 26 Jul 2014

Sorry, here is what I am talking about.  When doing a design in the forums under paragraph you have the option for H1

 

 

This has no effect and if you look at the html it looks like this:

 

 

Also on the home page the new html box will only accept strong?  It is under the "JOIN US".

 

Thanks for the responses and hope this is clearer :D

Quote · 26 Jul 2014

And in actuality it does not even display the <b></b> in the post.

Quote · 26 Jul 2014

In the file: http://www.mancaveland.com/templates/tmpl_friends-community/css/flexnav.css

Around line 3 ... remove the text in red

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

 

And again around line 69.. remove the text in red

 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font: inherit;
  vertical-align: baseline;
}

 

I don't think it will wreck the whole template if you do this, but there's only one way to find out.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 26 Jul 2014

THANKS!  I was able to increase the font and now bold shows, but not as big as it should be?  Could this be because of responsive?

Quote · 26 Jul 2014

Try removing the text in red shown in the first code block I posted

font-size:100%;

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 26 Jul 2014

That's a pretty strange template you have.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 26 Jul 2014

THANK YOU!

 

Quote · 27 Jul 2014

Three years later and this same issue surfaces to haunt me too! I'm glad at least that there is a little help here. Thanks again Houston Lively.

If you'd be able to point me in the right direction regarding my ul and li tags, that would help. I can see that they are set in custom.css. maybe now that I have "inherit" turned off in the flexnav.css file, I can get it to set the ul style?

I did try to set the ul style in flexnav.css, but it seems to be over-ridden.

Is there a possibility that the li style is set to none, for some other reason than to just bug me?

What do you think?

Thanks, CHOPS

See my recent post under https://www.boonex.com/forums/topic/Missing-Bold-and-Italic-formatting-in-Blog-posts.htm

Quote · 7 Feb 2017
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.