-
AuthorPosts
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 13, 2015 at 3:26 pm #704867It is likely that you will need to modify the logo within the CSS for each color theme you are using.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 13, 2015 at 3:26 pm #751530It is likely that you will need to modify the logo within the CSS for each color theme you are using.
October 15, 2015 at 3:06 pm #705337Hi
I have verified all css files and see no where the logo is specified
Let me know if I need to check inRakesh
October 15, 2015 at 3:06 pm #751811Hi
I have verified all css files and see no where the logo is specified
Let me know if I need to check inRakesh
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 16, 2015 at 3:09 am #705382Hello 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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 16, 2015 at 3:09 am #751856Hello 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 .October 16, 2015 at 3:57 am #705388Hi
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.jpgI 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.
October 16, 2015 at 3:57 am #751862Hi
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.jpgI 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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 16, 2015 at 4:35 am #705390Hi
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 .
1 user says Thank You to Pankaj Sharma for this useful post
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 16, 2015 at 4:35 am #751864Hi
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 .
1 user says Thank You to Pankaj Sharma for this useful post
-
AuthorPosts
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.