FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Tiny read/unread icons
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Tiny read/unread icons [message #187364] Thu, 21 September 2017 19:38 Go to next message
Kermit is currently offline  Kermit   United Kingdom
Messages: 35
Registered: November 2004
Karma: 0
Member
When I rebuild themes the column that displays the yellow unread or grey read messages indicators goes small and the indicators while still present not much more than a dot.

My header/footer templates are fairly simple with just a large forum logo added to the header and the search removed but I seem to get this problem when ever tinker with it a little and/or rebuild the themes afterwards. I've also just ugraded from 3.0.7 to 3.0.8RC1 in the hope it may resolve the issue but to no avail.

Could someone take a look and let me know what I have set wrong?

http://honda-forums.com/forum/index.php
Re: Tiny read/unread icons [message #187365 is a reply to message #187364] Thu, 21 September 2017 19:40 Go to previous messageGo to next message
Kermit is currently offline  Kermit   United Kingdom
Messages: 35
Registered: November 2004
Karma: 0
Member
just noticed, the users AV are also squashed up. Fairly sure it must be related to my non standard header template which is as below

<!DOCTYPE html>
<html lang="{LANG}" dir="{DIR}">
<head>
	<meta charset="{CHARSET}">
	<meta name="description" content="{IF: !empty($META_DESCR)}{VAR: META_DESCR}{ELSE}{GVAR: FORUM_DESCR}{END}" />
	<title>{GVAR: FORUM_TITLE}{VAR: TITLE_EXTRA}</title>
	<base href="{FULL_ROOT}" />
	<link rel="search" type="application/opensearchdescription+xml" title="{GVAR: FORUM_TITLE} Search" href="{FULL_ROOT}open_search.php" />
	{VAR: RSS}
	<link rel="stylesheet" href="js/ui/jquery-ui.css" media="screen" />
	<link rel="stylesheet" href="{THEME_ROOT}/forum.css" media="screen" title="Honda 2016 Forum Theme" />
	<script src="js/jquery.js"></script>
	<script src="js/ui/jquery-ui.js"></script>
	<script src="js/lib.js"></script>
</head>
<body>
<!-- {INJECTION_POINT: left_block} -->
<div class="header">
  

  <a href="{ROOT}" title="{MSG: home}">
   <img src="{THEME_IMAGE_ROOT}/Honda-Header.png" alt="" align="centre" width="98%"/>
  </a>
 </div> 

<div class="content">

<!-- Table for sidebars. -->
<table width="100%"><tr><td>
Re: Tiny read/unread icons [message #187366 is a reply to message #187365] Thu, 21 September 2017 20:12 Go to previous message
Kermit is currently offline  Kermit   United Kingdom
Messages: 35
Registered: November 2004
Karma: 0
Member
Think I've fixed it by editing forum.css and commenting out the max-width.

css and tbh everything but very simple html has me way out of my depth so if anyone would be so kind to let me know why this fix works I'd be greatful as I seem to get the issue everytime I adjust something such as add in my paypal donate plugin which rebuilds themes.

img {
	border: 0;
/*	max-width: 1200px;
}
*/
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Private Calendar Items
Next Topic: Newbie Q: forums, categories, mailing lists
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu May 09 14:00:13 GMT 2024

Total time taken to generate the page: 0.02659 seconds