Back to top

Autore Topic: Tool ingrandimento font e dimensione screen in JAPURITY 2  (Letto 1051 volte)

Offline oldsnake23

  • Esploratore
  • **
  • Post: 62
    • Mostra profilo
Vorrei eliminare i tool sopracitati nel template JAPUTIYTY 2!

HELP PLEASE

adottauncane

  • Visitatore
Re:Tool ingrandimento font e dimensione screen in JAPURITY 2
« Risposta #1 il: 31 Lug 2010, 21:13:13 »
Cioa oldsnake23,
commenta queste righe:
Codice: [Seleziona]
/*function switchFontSize (ckname,val){
var bd = $E('body');
switch (val) {
case 'inc':
if (CurrentFontSize+1 < 7) {
bd.removeClass('fs'+CurrentFontSize);
CurrentFontSize++;
bd.addClass('fs'+CurrentFontSize);
}
break;
case 'dec':
if (CurrentFontSize-1 > 0) {
bd.removeClass('fs'+CurrentFontSize);
CurrentFontSize--;
bd.addClass('fs'+CurrentFontSize);
}
break;
default:
bd.removeClass('fs'+CurrentFontSize);
CurrentFontSize = val;
bd.addClass('fs'+CurrentFontSize);
}
Cookie.set(ckname, CurrentFontSize,{duration:365});
}

function switchTool (ckname, val) {
createCookie(ckname, val, 365);
window.location.reload();
}*/

in ja_purity_ii/js/ja.script.js

e poi togli le icone dalla cartella images del template

 



Web Design Bolzano Kreatif