test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • buster84 Friend
    #158191

    Hi,
    Is it possible to use different logos with different menus?
    I’m trying to divide the page up in five different sections with different content…

    thangnn1510 Friend
    #369775

    Dear buster84!

    To add multiple Logos for each section page please use the following hack code:

    – Open pluginssystemjat3coretemplate.php, add this code:

    [PHP] $view = JRequest::getCmd (‘view’);
    $id = JRequest::getCmd (‘id’,0);
    if($view==”section”){
    $cls .= ‘ ‘.$view.”_”.$id;
    } [/PHP]

    to between line 914 and 915 (before “return $cls;” in function getBodyClass ()).

    – Now for each section page, you’ll have this class: “section_id”, in this case id is current section id (example: section_3, section_7).

    – Please open: plugins/system/jat3/base-themes/default/css/template.css then add this code:

    .section_id h1.logo a {
    background: url("../images/logo_id.png") no-repeat scroll left center transparent;
    }

    Please add each logo_id.png to templatesja_portfolioimages for each section.

    Hope this helps and happy new year!

    buster84 Friend
    #369812

    Hi,
    Thank You very much, just what i was looking for!

    daimondd Friend
    #384184

    Is it possible to use different logos for different languages too?

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

This topic contains 4 replies, has 3 voices, and was last updated by  daimondd 13 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum