How to change Theme/Skin?

I would like to change my site skin to glamour.

I went in to \app\design\frontend\default\jm_nerostemplate\pag e\ja_vars.php

and updaed with below, but nothing happens, the skin is still default blue.
#Color
$_params->set(‘ja_color’,’glamour’);//default, red

6 answers

Profile photo of Sherlock 0.00 $tone December 21, 2012
Public

Hi vertex615,

This is a mistake, you should change

PHP Code:

  $_params->set('ja_color','glamour');//default, red 




To this

PHP Code:

  $_params->set('jm_color','glamour');//default, red 




Let me know if it works

#1
Profile photo of Alice Ching 0.00 $tone December 21, 2012
Public

it works, but so you mean all the below code inside this file are wrong? change all ja to jm?

#FONT SIZE DESCRIPTION
$_params->set(‘ja_font’,’5′);//value from 1 to 6
#Color
$_params->set(‘ja_color’,’glamour’);//default, red
#TEMPLATE WIDTH DESCRIPTION
$_params->set(‘ja_screen’,’wide’);//narrow:Narrow Screen; wide:Wide Screen;
#MENU’S TYPE
$_params->set(‘ja_menu’,’css’);//css:CSS Menu; moo:Moo Menu;

#2
Profile photo of Alice Ching 0.00 $tone December 21, 2012
Public

Hi,

Is one of these setting the one that control the homepage ja slideshow? My top navigation doesn’t overlap the slideshow banner, and when scroll down, the top navigation does not stay floating at top like the demo. It works on other pages, just not homepage.

Please help. Thank you.

#3
Profile photo of Sherlock 0.00 $tone December 24, 2012
Public

it works, but so you mean all the below code inside this file are wrong? change all ja to jm?

#FONT SIZE DESCRIPTION
$_params->set(‘ja_font’,’5′);//value from 1 to 6
#Color
$_params->set(‘ja_color’,’glamour’);//default, red
#TEMPLATE WIDTH DESCRIPTION
$_params->set(‘ja_screen’,’wide’);//narrow:Narrow Screen; wide:Wide Screen;
#MENU’S TYPE
$_params->set(‘ja_menu’,’css’);//css:CSS Menu; moo:Moo Menu;

No, just change the ja_color as I mentioned, don’t touch other variables

#4
Profile photo of Sherlock 0.00 $tone July 11, 2013
Public

I just want mine to be the basic default blue but it wont accept ‘default’

you can try to remove the cookie at your browse to see if that helps, if still no luck posting here your url for taking a look

#6

Please login or Register to Submit Answer

Written By

Comments