Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   [SOLVED] Bolding only working in Chrome, not showing as bold in IE or Firefox (http://forum.bytesforall.com/showthread.php?t=19901)

tisker Mar 15, 2013 01:35 PM

[SOLVED] Bolding only working in Chrome, not showing as bold in IE or Firefox
 
Any idea why text that has been clearly bolded in the editor of a post, once published, only shows bolded for Chrome and not IE or Firefox?

juggledad Mar 15, 2013 01:51 PM

url pointing to the issue?

jerryc Mar 15, 2013 03:04 PM

Quote:

Originally Posted by tisker (Post 98135)
Any idea why text that has been clearly bolded in the editor of a post, once published, only shows bolded for Chrome and not IE or Firefox?

It sounds like a validation error that Chrome is making the right guess about but the other browsers aren't. Did you validate your code?

dmkjr Mar 16, 2013 09:25 AM

I had that same problem. The issues with IE are ridiculous. I changed the process of how I was making the content bold by using all CSS and not just and HTML < strong > tag.

tisker Mar 18, 2013 08:57 AM

Thanks everyone, I discovered the problem.

The editor by default is using <b> tags and not <strong> tags to indicate bolding.

I was able to fix the issue by adding the following CSS to the site CSS override.

strong, b {
font-weight: bold;
}

Thanks, sorry!
-Kyle

(BTW, site is not live yet so nothing to preview to you all, thanks much.)


All times are GMT -6. The time now is 07:39 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.