Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 26

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse
Old 30.12.2004, 10:01   #1 (permalink)
Baby Mamber
 
Join Date: Jul 2004
Posts: 12
Simbad is on a distinguished road
Default Titles problem

Hello everybody

I spent many hours trying to solve the problem described below. Maybe somebody will know the solution. I will be very thankful.
Well... here is the problem...
If you look at the address www.shimoda.hr/index.php you will see the Web (under construction) using Mambo 4.5.1.
Please, look at the FrontPage title.
Now, plz, click on the News for example (or Contact) in the main menu. After the page opens, you will notice that title of the Contact page, or News page is not the same as the title on FrontPage or at the Mambo License link.
I wish that titles of all pages had same look. Is this possible? I suppose that the problem is somewhere in css file, but don't know where it is.
Here is the code of css file.

Code:
BODY {
	SCROLLBAR-FACE-COLOR: #3C75AD;
	SCROLLBAR-HIGHLIGHT-COLOR: #3C75AD;
	SCROLLBAR-SHADOW-COLOR: #3C75AD;
	SCROLLBAR-3DLIGHT-COLOR: #669FD7;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #4C81B6;
	SCROLLBAR-DARKSHADOW-COLOR: #265477;
	background-color: #507EAB;
	background-image:  url(../web_dizajn/web_dizajn.gif);
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
}

td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #174262;
}

ul {
  margin           : 0px 0px 0px 0px;
}

hr {
  background       : #CCCCCC;
  height           : 1px;
  width            : 100%;
}

.title {
font-family: sans-serif;
font-size: 24px;
font-weight: bold;
color            : #7B8DA1;
}

.pathway {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

a.pathway:link, a.pathway:visited {
  color            : #000000;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #000000;
  font-weight      : normal;
  text-decoration   : underline;
}

/* --Default Class Settings-- */

a.mainlevel:link, a.mainlevel:visited {
	font-family: Arial, Helvetica, serif;
	color: #8CB6E0;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	background-color: #4071A1;
	height: 19px;
	padding-left: 7px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #759DC5;
	padding-top: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	width: 163px;
 }
a.mainlevel:active {
	border-left-style: solid;
	border-left-color: #F89E00;
 }
 
a.mainlevel:hover {
	border-left-style: solid;
	border-left-color: #F89E00;
}

a.mainmenu:link, a.mainmenu:visited {
        color: #333333; font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
        font-weight: bold;
        }

a.mainmenu:hover, {
        color: #000000; text-decoration: underline;
        }

a.sublevel:hover {
        color: #000000; text-decoration: underline;
        }

a.sublevel:link, a.sublevel:visited {
        color: #333333; font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
        font-weight: normal;
}


table.moduletable {
        margin: 0px 0px 0px 0px;
        width: 100%;
        }

table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  color            : #000000;
  text-align       : left;
  width            : 100%;

}

table.moduletable td {
        font-weight: normal;
}

.poll {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #666666;
  line-height      : 14px;
}


.sectiontableheader {
  background-color : #CCCCCC;
  color            : #7B8DA1;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}


.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #3366C0;
  text-decoration  : none;
  font-weight      : medium;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}


.contentpane {
	margin-bottom: 30px;
}

.contentpaneopen {
	margin-bottom: 30px;
}
.contentdescription {
	margin-bottom: 30px;
}

.contentheading, .componentheading {
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 17px;
	font-weight      : bold;
	color            : #FFFFFF;
	text-align       : left;
	padding-top: 9px;
}

.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-align       : left;
}


.button {
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 11px;
	font-weight      : bold;
	background-color : #3A688C;
	color            : #83AFD9;
	border           : 1px solid #113D57;
	text-decoration: none;
	height: 18px;
}

.inputbox {
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 11px;
	color            : #000000;
	background-color : #759DC5;
	border           : 1px solid #113D57;
	font-weight: normal;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}


a:link, a:visited {
  font-size        : 11px;
  color            : #940C13;
  text-decoration  : underline;
  font-family      : Arial, Helvetica, sans-serif;
}

a:hover {
  text-decoration  : none;
}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
         color: #000000;
        text-align:left;
        }

a.contentpagetitle:hover {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-align:left;
        color: #7B8DA1;
        text-decoration: underline;
        font-weight: bold;
        }

a.category:link, a.category:visited {
  color            : #333333;
  font-weight      : bold;
}

a.category:hover {
  color            : #7B8DA1;
}

/* Styles for dhtml tabbed-pages */
.ontab {
        background-color: #ffae00;
        border-left: outset 2px #ff9900;
        border-right: outset 2px #808080;
        border-top: outset 2px #ff9900;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        cursor: hand;
        font-weight: bold;
        color: #FFFFFF;
}
.offtab {
        background-color : #e5e5e5;
        border-left: outset 2px #E0E0E0;
        border-right: outset 2px #E0E0E0;
        border-top: outset 2px #E0E0E0;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        cursor: hand;
        font-weight: normal;
}
.tabpadding {
}

.tabheading {
        background-color: #ffae00;
        text-align: left;
}

.pagetext {
        visibility: hidden;
        display: none;
        position: relative;
        top: 0;
}

/* for modifying {moscode} output.  Dont set the colour! */
.moscode {
        background-color: #f0f0f0;
}

/* Text passed with mosmsg url parameter */
.message {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size : 10pt;
        color : #ff6600;
        text-align: center;
}
Please, can you help me solving this small, but very «going me crazy» problem?

Thank you very much for your time, and efforts!

Simbad
Simbad is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 30.12.2004, 12:29   #2 (permalink)
Baby Mamber
 
Join Date: Jul 2004
Posts: 12
Simbad is on a distinguished road
Default Re: Titles problem

Hello

I just wish to say that I solve this problem. I made some hacks in content.html, and contact.html files, and put some new styles in css file. And, now it's ok.
I didn't put these changes online yet, because I am testing the whole thing offline (I have Mambo Standalone Server - thanks to guys from Mambosolutions)

Have a great day!
And... nice party in New Years eve!
All the best!
Simbad is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 30.12.2004, 15:43   #3 (permalink)
Expert Mamber
 
walb's Avatar
 
Join Date: Oct 2004
Location: Hack City, Earth.
Posts: 453
walb will become famous soon enough
Default Re: Titles problem

Maybe there was no need for hacking.
Try control Panel-->Site-->Global Configuration-->SEO
Set Dynamic Page Titles: no.
__________________
A bugfree program is a deleted one! (Confucius.)
walb is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem z mailami na wp i interie fazutan Jak to zrobic 5 08.12.2005 21:51
Hide item titles - edit button gone. pocketom Mambo 4.5.1 'How Do I' Questions 7 10.02.2005 07:54
Page & Category Titles Still Show Joey805 Mambo 4.5.1 Bugs 2 27.12.2004 18:59
Serious problem (MAMBO + SWF) pancho_kce Mambo 4.5.1 'How Do I' Questions 0 09.11.2004 02:56
Problem with Contacts in version 4.5.1.0.9 zirby Mambo 4.5.1 'How Do I' Questions 0 27.09.2004 19:41


All times are GMT +2. The time now is 14:37.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.