Good evening,
I’ve just completed the installation of 2 column version JASpica(nice work to the team) and i already have modified the header so that i have 3 different images of my chosing.
My problem is this .. I cannot see 1 of the images .. Here’s what i did ..
1- Modified the index.php file so that i had the 3 colors i wanted ..
$topnav = ja_topNav(‘mainmenu’, array(‘blue’,’green’,’red’,));
2- Made certain that i had the corresponding css files in the csscolors folder AND that they loaded the correct files .. I kept the same filename structure as you guyz had initially just in case i did something wrong .. so ..
– in blue.css i have background: url(../../images/header-sl-blue.jpg)
– in green.css i have background: url(../../images/header-sl-green.jpg)
– in red.css i have background: url(../../images/header-sl-red.jpg)
3- I also made certain that the files were in ja_spicaimages ..
So i should be getting 3 images.. but im not ..I’m only getting 2 .. :/ but if i invert ‘red’ and ‘green’ the correct image is loaded .. :/ i just cant seem to see all 3 images ..
Could it be that because my 3rd menu option is a Joomla addon (forum + smf bridge) that JASpica doesnt pick it up because the 3rd menu option shows me the 1st header image (blue).
Not sure i can give you any more details than this.
Thanks for any help given.