Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • whamprod Friend
    #128105

    My site is: http://www.whamproductions.com
    I am using Joomla! 1.5.2
    Template: JA_Mageira

    This 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 Friend
    #247465

    I 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 Friend
    #247496

    Thank 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.jpg

    So 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 Friend
    #247753

    Hi 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 !

    whamprod Friend
    #247760

    Very cool! Thank you very much for the input.

    whamprod Friend
    #247802

    That worked perfectly. Thanks.

Viewing 6 posts - 1 through 6 (of 6 total)

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