Welcome to Geeklog, Anonymous Saturday, November 23 2024 @ 08:06 am EST
Geeklog Forums
Header Links and Added Upcoming Event Not Showing
1PLM
Anonymous
Hello,
I tried modifying the look of my just installed geeklog at www.tennprofc.com but for some unknown reason now my header links are not showing.
What file do I modify to correct this? A
also I added an upcoming soccer event to the calender but it is NOT showing up on my Index page. It also says There are no Upcoming events. How do I let my addede vent Show under Upcoming events and the said date showing on my calender on my Index Page? Help.
thanks.
I tried modifying the look of my just installed geeklog at www.tennprofc.com but for some unknown reason now my header links are not showing.
What file do I modify to correct this? A
also I added an upcoming soccer event to the calender but it is NOT showing up on my Index page. It also says There are no Upcoming events. How do I let my addede vent Show under Upcoming events and the said date showing on my calender on my Index Page? Help.
thanks.
22
17
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Well, looks like your header is there - just not the way you probably want it. I'd say you forgot to close a table or div tag somewhere or made some similar nesting error.
Check your header.thtml again carefully.
As for the event: There's a bug in 1.5.0 (and earlier versions) that events for the current day don't show up (that was supposed to be fixed in 1.5.0 but wasn't).
Later events will show up if they're no further away than 14 days. That can be changed in the Configuration for the Calendar.
bye, Dirk
Check your header.thtml again carefully.
As for the event: There's a bug in 1.5.0 (and earlier versions) that events for the current day don't show up (that was supposed to be fixed in 1.5.0 but wasn't).
Later events will show up if they're no further away than 14 days. That can be changed in the Configuration for the Calendar.
bye, Dirk
13
18
Quote
Status: offline
1PLM
Forum User
Chatty
Registered: 07/11/08
Posts: 39
In fact I was trying to modify the style.css file in the professional folder for a desired look and now I can't even see the Links at the top
. I dont't know if I have accidentally touched something in the
header.thtml. Please check the contents of my header.thtml if you have time. I can also paste a copy of my style.css in the professional folder, for Checkup..
Thanks.
This Is The Contents of my header.thtml
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html {lang_attribute}>
<head>
<title>{page_title}{page_site_splitter}{site_name}</title>
<meta http-equiv="Content-Script-Type" content="text/javascript"{xhtml}>
<meta http-equiv="Content-Style-Type" content="text/css"{xhtml}>
<!-- link rel="SHORTCUT ICON" href="{site_url}/favicon.ico" -->
<!-- <meta http-equiv="Pragma" content="no-cache"{xhtml}> -->
<link rel="stylesheet" type="text/css" href="{css_url}" title="{theme}"{xhtml}>
{feed_url}
{rel_links}
{plg_headercode}
{advanced_editor}
<!-- Load Common Javascript Libraries -->
<script type="text/javascript" src="{site_url}/javascript/common.js"></script>
</head>
<body dir="{direction}">
<div class="header-navigation-container clearfix">
<ul>
{menu_elements}
</ul>
</div>
<div class="header-logobg-container-inner">
<a class="header-logo" href="{site_url}/">
<img src="{site_logo}" width="151" height="56" alt="{site_name}"{xhtml}>
</a>
<span class="header-slogan">{site_slogan}</span>
</div>
<table cellspacing="0" cellpadding="0" style="width:100%;">
<tr>
{left_blocks}
<td class="story-container">
<p class="header-welcomeanddate-text">
<b>{welcome_msg}</b><br{xhtml}>{datetime}
</p>
<!-- START OF CONTENT AREA -->
Out of Curiosity I ran the site http://www.TennProFC.com through WC3 and got some errors. does it have anything to do with why my header Links are not displaying?.
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tennprofc.com&charset=%28detect+automatically%29&doctype=Inline&group=0
Where do I enable or disable the header links. how do I modify it?. How do I add more Links or take away from it??
Thanks.
. I dont't know if I have accidentally touched something in the
header.thtml. Please check the contents of my header.thtml if you have time. I can also paste a copy of my style.css in the professional folder, for Checkup..
Thanks.
This Is The Contents of my header.thtml
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html {lang_attribute}>
<head>
<title>{page_title}{page_site_splitter}{site_name}</title>
<meta http-equiv="Content-Script-Type" content="text/javascript"{xhtml}>
<meta http-equiv="Content-Style-Type" content="text/css"{xhtml}>
<!-- link rel="SHORTCUT ICON" href="{site_url}/favicon.ico" -->
<!-- <meta http-equiv="Pragma" content="no-cache"{xhtml}> -->
<link rel="stylesheet" type="text/css" href="{css_url}" title="{theme}"{xhtml}>
{feed_url}
{rel_links}
{plg_headercode}
{advanced_editor}
<!-- Load Common Javascript Libraries -->
<script type="text/javascript" src="{site_url}/javascript/common.js"></script>
</head>
<body dir="{direction}">
<div class="header-navigation-container clearfix">
<ul>
{menu_elements}
</ul>
</div>
<div class="header-logobg-container-inner">
<a class="header-logo" href="{site_url}/">
<img src="{site_logo}" width="151" height="56" alt="{site_name}"{xhtml}>
</a>
<span class="header-slogan">{site_slogan}</span>
</div>
<table cellspacing="0" cellpadding="0" style="width:100%;">
<tr>
{left_blocks}
<td class="story-container">
<p class="header-welcomeanddate-text">
<b>{welcome_msg}</b><br{xhtml}>{datetime}
</p>
<!-- START OF CONTENT AREA -->
Out of Curiosity I ran the site http://www.TennProFC.com through WC3 and got some errors. does it have anything to do with why my header Links are not displaying?.
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tennprofc.com&charset=%28detect+automatically%29&doctype=Inline&group=0
Where do I enable or disable the header links. how do I modify it?. How do I add more Links or take away from it??
Thanks.
16
21
Quote
ironmax
Anonymous
1PLM
You still need to read and deal with the information I posted in response to
your other issue at How to decrease header height? my last posting on
that page. Resize that image and I think everything should pull into place, or
at the least start looking allot better.
21
24
Quote
Status: offline
1PLM
Forum User
Chatty
Registered: 07/11/08
Posts: 39
I did as Dirk and Ironmax had suggested. My Events are showing up coreectly.
But my header links (i.e Contribute,Support,Downloads,Polls,Forum,Calender e.t.c) is not.
I did the image modification but my header Links are not Showing.
But my header links (i.e Contribute,Support,Downloads,Polls,Forum,Calender e.t.c) is not.
I did the image modification but my header Links are not Showing.
23
21
Quote
Status: offline
1PLM
Forum User
Chatty
Registered: 07/11/08
Posts: 39
Hi,
which file or folder controls the adding or deleting of links. like I said earlier, My header links are not showing after modifying Style.css and Header.thtml.
How do I get the header Links to show at www.tennprofc.com ?
Secondly if I need an image as the background image for he Static page do I code as in Html i.e
< background="http://www.tenprofc.com/staticpages/images/TennproFclogo.jpg">
Thanks.
which file or folder controls the adding or deleting of links. like I said earlier, My header links are not showing after modifying Style.css and Header.thtml.
How do I get the header Links to show at www.tennprofc.com ?
Secondly if I need an image as the background image for he Static page do I code as in Html i.e
< background="http://www.tenprofc.com/staticpages/images/TennproFclogo.jpg">
Thanks.
17
19
Quote
Status: offline
geiss
Forum User
Full Member
Registered: 02/10/04
Posts: 176
Location:Boise, Idaho
In your style.css file, try removing height:10px; from the .header-navigation-container selector around line 508, like this:
border-bottom:1px solid #EEFFCC;
color:#FFFFFF;
float:right;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0px;
}
Hope this helps!
Eric
Synergy - Stability - Style --- Visit us at glfusion.org
Text Formatted Code
.header-navigation-container ul {border-bottom:1px solid #EEFFCC;
color:#FFFFFF;
float:right;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0px;
}
Hope this helps!
Eric
Synergy - Stability - Style --- Visit us at glfusion.org
16
20
Quote
Status: offline
1PLM
Forum User
Chatty
Registered: 07/11/08
Posts: 39
IT Works Like Magic. My Links at the Header are now showing after taking the height:10px; from the Style as Eric had suggested. Now, Where do I Add more links like Sponsers,Coming Soon, Player of the week,e.t.c, to show in the Header links?. Also where do I manipulate to erase/omit some of the Links?
Thanks.
Thanks.
19
20
Quote
All times are EST. The time is now 08:06 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content