Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • TomC Moderator
    #704867

    It is likely that you will need to modify the logo within the CSS for each color theme you are using.

    TomC Moderator
    #751530

    It is likely that you will need to modify the logo within the CSS for each color theme you are using.

    cpnetworld Friend
    #705337

    Hi
    I have verified all css files and see no where the logo is specified
    Let me know if I need to check in

    Rakesh

    cpnetworld Friend
    #751811

    Hi
    I have verified all css files and see no where the logo is specified
    Let me know if I need to check in

    Rakesh

    Pankaj Sharma Moderator
    #705382

    Hello Rakesh
    I am not sure about the customization on site . Your site homepage is showing a blank page . R u using an index.html file in the root of directory , kindly remove it and check .
    If its not work let me know i will change the logo path and fix it directly on your site .

    Pankaj Sharma Moderator
    #751856

    Hello Rakesh
    I am not sure about the customization on site . Your site homepage is showing a blank page . R u using an index.html file in the root of directory , kindly remove it and check .
    If its not work let me know i will change the logo path and fix it directly on your site .

    cpnetworld Friend
    #705388

    Hi
    It seems – you people are not reading the message / details provided or not interested to accept issue.
    I had clearly provided details including backend access.
    In details I had mentioned that to see the site you need to use index.php means
    http://referencepages.in/index.php.

    I will again provide the situation.
    First I have verified by installing demo site pack on two different servers
    – you can replicate issue on your server too
    – When I update the logo and small logo from template panel
    – It updates the logo and small logo on home pages and pages where custom color is not applied to category
    – Any category having continues to have MAGs logo – which is pickingup from category
    /images/joomlart/cat-orange/logo.png This is not defined anywhere in css
    Where color is not applied following logo appears as set in template panel
    /images/site/Reference_Pages.jpg

    I will wait for a day more before taking decision about discarding joomlart template for this site.

    I forgot to mention that index.html was added so that you do not need to enter password.

    cpnetworld Friend
    #751862

    Hi
    It seems – you people are not reading the message / details provided or not interested to accept issue.
    I had clearly provided details including backend access.
    In details I had mentioned that to see the site you need to use index.php means
    http://referencepages.in/index.php.

    I will again provide the situation.
    First I have verified by installing demo site pack on two different servers
    – you can replicate issue on your server too
    – When I update the logo and small logo from template panel
    – It updates the logo and small logo on home pages and pages where custom color is not applied to category
    – Any category having continues to have MAGs logo – which is pickingup from category
    /images/joomlart/cat-orange/logo.png This is not defined anywhere in css
    Where color is not applied following logo appears as set in template panel
    /images/site/Reference_Pages.jpg

    I will wait for a day more before taking decision about discarding joomlart template for this site.

    I forgot to mention that index.html was added so that you do not need to enter password.

    Pankaj Sharma Moderator
    #705390

    Hi
    Its designed the way u can use different logo according to the color .
    If u goes to /imagesjoomlart you can different logo use , u can replace them with your logo and use different for different colors .
    If you do not want it and use default options . Try this tweak
    Go to Editing file “/tpls/blocks/header.php” in template “ja_magz_ii”.
    Take a backup of header.php
    then open it find this code

    if ($currentMenu) {
    if ($currentMenu->query['option'] == 'com_content' && $currentMenu->query['view']=='category') {
    $catid = $currentMenu->query['id'];
    $catclass = JATemplateHelper::getCategoryClass($catid, false);
    $catclass = preg_replace('/s+/', '', $catclass);
    }
    }

    if ($catclass) {
    $logopath = 'images/joomlart/'.$catclass.'/logo.png';
    $logopathsm = 'images/joomlart/'.$catclass.'/logo-small.png';
    }

    and remove it , save and check .

    Pankaj Sharma Moderator
    #751864

    Hi
    Its designed the way u can use different logo according to the color .
    If u goes to /imagesjoomlart you can different logo use , u can replace them with your logo and use different for different colors .
    If you do not want it and use default options . Try this tweak
    Go to Editing file “/tpls/blocks/header.php” in template “ja_magz_ii”.
    Take a backup of header.php
    then open it find this code

    if ($currentMenu) {
    if ($currentMenu->query['option'] == 'com_content' && $currentMenu->query['view']=='category') {
    $catid = $currentMenu->query['id'];
    $catclass = JATemplateHelper::getCategoryClass($catid, false);
    $catclass = preg_replace('/s+/', '', $catclass);
    }
    }

    if ($catclass) {
    $logopath = 'images/joomlart/'.$catclass.'/logo.png';
    $logopathsm = 'images/joomlart/'.$catclass.'/logo-small.png';
    }

    and remove it , save and check .

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

This topic contains 11 replies, has 3 voices, and was last updated by  Pankaj Sharma 9 years, 1 month ago.

The topic ‘Logo does not change for other color options’ is closed to new replies.