-
AuthorPosts
-
November 26, 2007 at 8:38 pm #124016
Very nice template.
I would like to have the pictures too the left of the top position change automatic. Any tips on how that can be done?Thx for any help:)
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
November 26, 2007 at 9:27 pm #233467It can be done by adding a module position there with and image rotator in
November 26, 2007 at 10:36 pm #233475:confused:thx for the answer but can u please give a bit more detailed explanation how that is done on this template. how we position the module, what coding is necessary and if i have to make any changes to the css
🙂
kashxo Friendkashxo
- Join date:
- April 2007
- Posts:
- 605
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 11
- Thanked:
- 78 times in 40 posts
November 27, 2007 at 8:19 am #233504<em>@Ågebror 32950 wrote:</em><blockquote>:confused:thx for the answer but can u please give a bit more detailed explanation how that is done on this template. how we position the module, what coding is necessary and if i have to make any changes to the css
:)</blockquote>
I must say this is NOT easy modifications. You have to do a lots of change if you want to add an external images slideshow on the current image background you see on demo page. I recommended you using my tutorials to get images rolling along with text on newsflash WITHOUT installing any external modules. Please follow:
CSS MODIFICATION:
1. The background of NewsFlash position is fixed background. If you want to have image rotator there, you need firstly remove the background. This can be done by open css file, template.css (line 1354):
#ja-topsl .ja-newflash {
background:transparent url(../images/topimg.png) no-repeat scroll left top;
padding:0pt;
}
Remove the background line.2. Also at line 1359, you will see this code
#ja-topsl .ja-newflash .moduletable {
padding:30px 20px 30px 400px;
width:480px;
}
Change it to:
#ja-topsl .ja-newflash .moduletable {
padding:30px 20px 30px 30px;
width:850px;
}
Now your JA News Flash will be stay full width on the newsflash box. Now your job is edit your content to have images in it, align it to the left or the right, then it will rolling/fading with the newsflash.
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by Ågebror 16 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum