1
I Template di Joomla 1.5.x / Re:RISOLTO:Template Brander modifica caratteri top menù
« il: 03 Apr 2012, 21:46:01 »
Ciao ragazzi,
ho lo stesso problema.. potreste indicarmi come risolverlo passo passo? io ho questa situazione nell'index:
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/brander/css/tdefaut.css" type="text/css" media="all" />
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/scroll.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/script.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/mouseover.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/cufon-yui.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/cufon-replace.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/Tw_Cen_MT_Condensed_Extra_Bold_400.font.js"></script>
<link rel="icon" type="image/gif" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/favicon.gif" /></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/jquery.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/faded.js"></script>
e questa situazione nel css:
#navigation a {
display: block;
float: left;
font-family: arial; Tw_Cen_MT_Condensed_Extra_Bold_400.font .js;
font-size: 15px;
height: 35px;
padding-bottom: 0;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
text-transform: uppercase;
}
Ma quando cambio pagina non mi mantiene lo stesso font.. come mai?
ho lo stesso problema.. potreste indicarmi come risolverlo passo passo? io ho questa situazione nell'index:
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/brander/css/tdefaut.css" type="text/css" media="all" />
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/scroll.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/script.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/mouseover.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/cufon-yui.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/cufon-replace.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/Tw_Cen_MT_Condensed_Extra_Bold_400.font.js"></script>
<link rel="icon" type="image/gif" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/favicon.gif" /></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/jquery.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/faded.js"></script>
e questa situazione nel css:
#navigation a {
display: block;
float: left;
font-family: arial; Tw_Cen_MT_Condensed_Extra_Bold_400.font .js;
font-size: 15px;
height: 35px;
padding-bottom: 0;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
text-transform: uppercase;
}
Ma quando cambio pagina non mi mantiene lo stesso font.. come mai?