-
AuthorPosts
-
whamprod Friend
whamprod
- Join date:
- April 2008
- Posts:
- 60
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 10
- Thanked:
- 6 times in 1 posts
April 30, 2008 at 7:41 pm #128105My site is: http://www.whamproductions.com
I am using Joomla! 1.5.2
Template: JA_MageiraThis is probably a silly question…
I haven’t made any substantial changes to the default template, other than to play with the header graphics at the top of some of the pages. This site is still under development. The header graphics change for the first 5 menu items the way they are supposed to. But at the 6th menu item, the graphic returns to the one used on the first page. I have uploaded a “header6.jpg” file into the appropriate directory, and I want that file to display on the 6th page, not “header1.jpg”.
What am I missing?
kashxo Friendkashxo
- Join date:
- April 2007
- Posts:
- 605
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 11
- Thanked:
- 78 times in 40 posts
May 1, 2008 at 11:22 am #247465I will report this issue to our Developers and will update for you in next some days. Please check back on Monday.
Thank you very much.whamprod Friendwhamprod
- Join date:
- April 2008
- Posts:
- 60
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 10
- Thanked:
- 6 times in 1 posts
May 1, 2008 at 5:40 pm #247496Thank you. Curiously, I added a 7th menu item this morning, and it displays the header graphic from page 2. So the display goes like this:
Menu Item 1 > header1.jpg
Menu Item 2 > header2.jpg
Menu Item 3 > header3.jpg
Menu item 4 > header4.jpg
Menu Item 5 > header5.jpg
Menu Item 6 > header1.jpg
Menu Item 7 > header2.jpgSo clearly, what’s happening is that the template or (Joomla!) is only allowing 5 header graphics to appear for items linked in the main menu. More menu items causes the headers to start over again at 1.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 5, 2008 at 2:14 am #247753Hi whamprod !
for add header graphic you do some steps :
– add header6.jpg and header6-n.jpg images to templates/ja_mageia/images/header/default , templates/ja_mageia/images/header/cyan, templates/ja_mageia/images/header/orange, templates/ja_mageia/images/header/red folder .
– Open index.php file in templates/ja_mageia folder , find code section at about line 15:
$ja_header_images_wide = array ('header1.jpg','header2.jpg','header3.jpg','header4.jpg','header5.jpg');
$ja_header_images_narrow = array ('header1-n.jpg','header2-n.jpg','header3-n.jpg','header4-n.jpg','header5-n.jpg');
change into :
$ja_header_images_wide = array ('header1.jpg','header2.jpg','header3.jpg','header4.jpg','header5.jpg','header6.jpg');
$ja_header_images_narrow = array ('header1-n.jpg','header2-n.jpg','header3-n.jpg','header4-n.jpg','header5-n.jpg','header6-n.jpg');
note : header6.jpg is image for menu item #6 with template wide option , header6-n.jpg is image for menu item #6 with template narrow option.
good luck ! -
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by whamprod 16 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum