Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

MaxBiz template

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Message: I can't figure out why this layout won't accept any <strong>
or <em> tags!
Any (timely - client waiting for final changes!) help would be greatly appreciated.
Thanks.
Allyson
  • Allyson's Avatar
  • Allyson
  • Previous Member
  • 19 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Allyson,

Can you post a link to the site? The template has those elements in them so they should be output.

Thanks Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
streetsmartdefense.net/index.php?option=com_content&view=article&id=2&Itemid=2

For example: <strong>Avoid places where men tend to over-drink.</strong>
Doesn't show up with Bold.
  • Allyson's Avatar
  • Allyson
  • Previous Member
  • 19 posts
  • Karma: 0
The administrator has disabled public write access.
Strange looks like the tags are missing from that version of the template. A quick fix is to add the following to your template_css.css file where the other typography is located.

bold, strong, b {font-weight: bold}
em, i, italic {font-style:italic}
u {text-decoration: underline}

Thanks Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
That did the trick. I also meant to ask why blockquote and centering don't work. I can't see what in the template_css could be restricting them!
Thanks!
  • Allyson's Avatar
  • Allyson
  • Previous Member
  • 19 posts
  • Karma: 0
The administrator has disabled public write access.
Thanks Allyson,

Im afraid this is still on my todo list. For templates up to New Media from memory I used a popular but very harsh global reset which has caused these issues. Im fairly certain removing vertical-align:baseline and also blockquote from the list of styles to reset will fix this.

The global reset starts at line 9 on the template_css.css file.

Thanks Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
thanks anthony.
i don't see those styles in the style sheet though!

Here is the part around the global reset:


/* @group Global Reset */

*
{font-weight: inherit;font-family: inherit; font-style: inherit; font-size: 100%; outline: 0;padding: 0;margin: 0;}
img, a {border: none;}
fieldset.input,fieldset {border: none;}
body, html {height: 100%;width: 100%;margin: 0;padding: 0;}
ul li,ol li {list-style-position: inside;line-height: 2em;}
bold, strong, b {font-weight: bold}
em, i, italic {font-style:italic}
u {text-decoration: underline}
/* @end */

body
{margin: 0;padding: 0;font-family: Arial, sans-serif;background: #CCC url(../images/bg.jpg) repeat-x;color: #333333; line-height: 1.8;font-size: 82.5%;text-align: justify;}


Any suggestions?

Thanks!
  • Allyson's Avatar
  • Allyson
  • Previous Member
  • 19 posts
  • Karma: 0
The administrator has disabled public write access.
You should be able to force all blockquotes to center by adding this into the template_css.css file.
blockquote { text-align: center; }

This will set all blockquotes to center the text.

Best regards,
Jeremy
  • Jeremy's Avatar
  • Jeremy
  • 12 Month Developer
  • 407 posts
  • Karma: 15
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers