This may be a bit of a newbie question but here goes.
I recently ran a site with marinellis theme and found there was an upgrade so i chose to start all over again and install from scratch. That is not the issue though.
The issue is that when I select the alagna theme the rotating banner does not work. I am at a bit of a loss. i tried renaming the configuration file but that wont and dose not work. i tried deleting the banner that is in the img folder of alagna but that doesnt work.
Any pointers or help with this issue. Alagne looks great but i want the rotating image.

Comments

craZy C’s picture

Priority: Normal » Critical
Lioz’s picture

alagna has a fixed backgorund see graphics.css at line 20

#header {background: #000033 url(img/sfondo.jpg) no-repeat 0px 0px; /*fixed background */}

to use rotating banners in alagna theme you can use the declaration you find in marinelli's graphics.css
(be sure to use correct paths)

craZy C’s picture

Status: Active » Closed (fixed)

Excellent, I knew it would be sometging as simple as that. It is working perfectly now. THANKYOU

signal000’s picture

Status: Active » Closed (fixed)

Got it to work.
It needs to be

#header {background: #000033 url(img/banners/rotate.php) no-repeat 0px 0px; /*rotates images in the banners folder */}

signal000’s picture

Status: Closed (fixed) » Needs review
signal000’s picture

Status: Needs review » Active
signal000’s picture