Sorry I'm asking so much but I'm new to Joomla. Where can I find the slide show and how can I set it to the 'user3' position?
This site use the "JoomlaWorks Simple Image Rotator" Extension. You find it
here After install and configure, you must set it in the modul manager to the 'user3' position...
Can I make the banner a bit bigger than 242x90 pix? Will it affect any of the coding?
Sure, you can. Go in the backend under Extensions >> Template Manager >> TransparentBliss >> Edit Css
There you find this:
| Code: |
#logo {
background-image: url("../images/logo.png");
background-repeat: no-repeat;
float: left;
height: 90px;
width: 242px;
}
|
and change it to:
| Code: |
#logo {
background-image: url("../images/logo.png");
background-repeat: no-repeat;
float: left;
height: 90px;
width: 980px;
}
|
then you search:
| Code: |
#topbannerad {
float: right;
height: 90px;
width: 728px;
}
|
and change it to:
| Code: |
#topbannerad {
float: right;
}
|
Now you must create a new banner with 980 x 90 px and upload it in the directory:
www.ivaluemedia.com/templates/
transparent_bliss_1.5/images/
Hope it helps.
Regards,
GermanBear