Back to top

Autore Topic: RISOLTO:Template Brander modifica caratteri top menų  (Letto 4505 volte)

Offline Marinella

  • Esploratore
  • **
  • Post: 75
    • Mostra profilo
Salve,
ho trovato questo bellissimo template per il mio sito, perō vorrei cambiare il font dei menų in particolare del top menų, ma non riesco a trovate il file in cui modificarlo...ho provato ad aprire il Tw_Cen_MT_Condensed_Extra_Bold_400.font .js
ed il  tdefaut.css
ma niente...anzi quest'ultimo mi cambia il font degli articoli ma non del menų.
Qualcuno puō darmi una mano?
Grazie
« Ultima modifica: 24 Feb 2011, 12:00:30 da Marinella »

adottauncane

  • Visitatore
Re:Template Brander modifica caratteri top menų
« Risposta #1 il: 23 Feb 2011, 11:15:38 »
Ciao Marinella,
commenta cosė questa riga sul file indx.php:
Codice: [Seleziona]
<!-<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/cufon-replace.js"></script>->e poi inserisci il nuovo font qui:
Codice: [Seleziona]
#navigation a {
    display: block;
    float: left;
    font-family: georgia; <--- inserisci riga con il nome del font
    font-size: 20px;
    font-weight: bold;
    height: 35px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    text-transform: uppercase;
}
tdefaut.css (riga 169)

Offline Marinella

  • Esploratore
  • **
  • Post: 75
    • Mostra profilo
Re:Template Brander modifica caratteri top menų
« Risposta #2 il: 23 Feb 2011, 11:18:41 »
Ok, grazie...provo subito..e ti faccio sapere!

Offline Marinella

  • Esploratore
  • **
  • Post: 75
    • Mostra profilo
Re:Template Brander modifica caratteri top menų
« Risposta #3 il: 23 Feb 2011, 11:40:37 »
Ciao adottauncane,
ho fatto come mi hai detto ed ho messo nel file index questo:

<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>// --> parte da commentare
<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 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 nell'altro questo, perō alla riga 673 perchč solo lė avevo #navigation a

#navigation a {
float:left;
display: block;
font-family: georgia; --> riga aggiunta che prima non c'era..
height: 35px;
padding: 15px 15px 0 15px;
font-weight:bold;
font-size:20px;
text-transform:uppercase;
}

Ora, sicuramente ho fatto qualche cavolata, perchč mi sono uscite solo le lineette del commento (////) sopra il top menų....

Che faccio?
scusa e grazie per la pazienza.

Marinella

Offline Marinella

  • Esploratore
  • **
  • Post: 75
    • Mostra profilo
RISOLTO:Template Brander modifica caratteri top menų
« Risposta #4 il: 23 Feb 2011, 11:45:29 »
Aspetta..aspetta..avevo fatto una cavolata...ecco edesso mi escono con il font che ho scelto perō molto grande...ora vado a fare le modifiche delle dimensioni e poi se tutto va come si deve aggiungo RISOLTO...grazie mille!!
« Ultima modifica: 24 Feb 2011, 12:00:09 da Marinella »

Offline hrskava

  • Nuovo arrivato
  • *
  • Post: 1
    • Mostra profilo
Re:Template Brander modifica caratteri top menų
« Risposta #5 il: 16 Mar 2011, 00:47:27 »
Ciao Marinella,
commenta cosė questa riga sul file indx.php:
Codice: [Seleziona]
<!-<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/cufon-replace.js"></script>->e poi inserisci il nuovo font qui:
Codice: [Seleziona]
#navigation a {
    display: block;
    float: left;
    font-family: georgia; <--- inserisci riga con il nome del font
    font-size: 20px;
    font-weight: bold;
    height: 35px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    text-transform: uppercase;
}
tdefaut.css (riga 169)

Hi!

I don't speak italian, but this is the only forum that I found solution for the problem abowe. Can you please translate me how to fix the problem.
I have problem with non english letters in header title only. The letters are simply missing. For example, insted od ŠOLA, I only get OLA in head title.

How can I fix the problem? How can i change this problematic font?

Thank you!

adottauncane

  • Visitatore
Re:RISOLTO:Template Brander modifica caratteri top menų
« Risposta #6 il: 16 Mar 2011, 01:00:06 »
Ciao hrskava,
sorry for my english. If you want change the font cufon, you have to comment or delete this
Codice: [Seleziona]
<!-<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/cufon-replace.js"></script>->from the template index.php

and then you insert the new font here:

Codice: [Seleziona]
#navigation a {
    display: block;
    float: left;
    font-family: georgia; <--- here
    font-size: 20px;
    font-weight: bold;
    height: 35px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    text-transform: uppercase;
}

tdefaut.css (riga 169)

maybe you have to change the font size too.

Offline KingAlbus

  • Nuovo arrivato
  • *
  • Post: 8
    • Mostra profilo
Re:RISOLTO:Template Brander modifica caratteri top menų
« Risposta #7 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?

 



Web Design Bolzano Kreatif