Change color and view slide

I installed magento selenium, I have some problems:

1 can not see "slide" or "JM Product Slider" in the home.

2 How can I change the color of the template? For example, how to use the purple?
thanks

7 answers

Profile photo of JA Developer 0.00 $tone November 5, 2009
Public

Hi pferrol

I would like to answer your website as follows:

1. I can not see "slide" or "JM Product Slider" in the home.
=> I think you have not upgraded scriptaculous as our userguider

2. How can I change the color of the template? For example, how to use the purple?
=> Open app\design\frontend\default\jm_selenitemplate\pag e\ja_vars.php file, find following code:

#Color
$_params->set(‘ja_color’,’default’);//default, red, blue

and change to:

#Color
$_params->set(‘ja_color’,’purple’);//default, red, blue

#1
Profile photo of patricia ferrol gonzalez 0.00 $tone November 5, 2009
Public

Hi pferrol

I would like to answer your website as follows:

1. I can not see "slide" or "JM Product Slider" in the home.
=> I think you have not upgraded scriptaculous as our userguider

2. How can I change the color of the template? For example, how to use the purple?
=> Open app\design\frontend\default\jm_selenitemplate\pag e\ja_vars.php file, find following code:

#Color
$_params->set(‘ja_color’,’default’);//default, red, blue

and change to:

#Color
$_params->set(‘ja_color’,’purple’);//default, red, blue

——————————————————————————————--
—————————————————————————————--

#2

This question is now closed

Written By

Comments