1. Adding a "header" position to your template's index.php.
Open up your template's index.php and find where the code says: <div class="art-header">. Right after the closing > add the following code:
<!-- begin header -->
<div class="Header">
<jdoc:include type="modules" name="header" style="xhtml" />
</div>
<!-- end header -->
2. Adding the Position to your template's templateDetails.xml
In your template's templateDetails.xml, find the code where it looks like this:
<positions>
<position>left</position>
<position>right</position>
<position>top</position>
<position>banner</position>
<position>header</position>
<position>footer</position>
<position>pathway</position>
<position>user1</position>
<position>user2</position>
<position>user3</position>
</positions>
Add <position>header</position> to the list of positions somewhere in between the <positions></positions> tags.
3. Install Simple Image Rotator into your Joomla Website.
4. After the module is installed, go to the module manager, and open the "Simple Image Rotator" module. You will need to do 5 things.
On the left column:
- Change "show title" to no.
- Set "enabled" to yes
- Change the "position" to "header"
- Set the "image folder path" to the location on your server where you have put your header files.
- Change the "Image (header) width" and the "Image (header) height" to the width and height of your images.
No comments:
Post a Comment