-
AuthorPosts
-
kristenannevans Friend
kristenannevans
- Join date:
- August 2011
- Posts:
- 20
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 11
August 18, 2011 at 3:31 am #167536I am able to replace the logo in the header for the JA Ores template (by overwriting the logo.png file in the templates folder), but it only takes effect for the default color combination (which is dark orange). When I switch to the other color combinations, it uses another image. Any advice would be very welcome! Thank you!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 18, 2011 at 3:40 am #406814Have you checked the css files for the alternative colors?
There is likely a logo css rule that calls for the original logo – in which case you simply modify it to call up your custom logo.
1 user says Thank You to TomC for this useful post
pritam Friendpritam
- Join date:
- April 2011
- Posts:
- 609
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 11
- Thanked:
- 125 times in 113 posts
August 18, 2011 at 4:55 am #406823Hello kristenannevans ,
To change logo image in JA Ores for colors other than default color combination
Find this code at /templates/ja_ores/css/template.css line no. 1634
h1.logo a {
-moz-background-clip: border;
-moz-background-origin: padding;
-moz-background-size: auto auto;
background-attachment: scroll;
background-color: transparent;
background-image: url(“../images/logo.png”);
background-position: left center;
background-repeat: no-repeat;
display: block;
height: 43px;
width: 128px;
}Change this code to :-
h1.logo a {
-moz-background-clip: border;
-moz-background-origin: padding;
-moz-background-size: auto auto;
background-attachment: scroll;
background-color: transparent;
background-image: url(“../images/logo.png”) !important ; /* Here you can use your own logo image */
background-position: left center;
background-repeat: no-repeat;
display: block;
height: 43px;
width: 128px;
}Note :- use !important after logo url .
2 users say Thank You to pritam for this useful post
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 18, 2011 at 6:19 am #406831Go to this Folder : templatesja_orescsscolors
In this folder you will find all css files in the colors available for the template.
you can go to each css and change the logo in this code
For Ex:
Dark-Cream :
[PHP]h1.logo a { background: url(../../images/cream/logo.png) no-repeat left; }[/PHP]light-green:
[PHP]h1.logo a { background: url(../../images/light-green/logo.png) no-repeat left; }[/PHP]
you can go to this folder and see the logo image of various colors
templatesja_oresimagescream
templatesja_oresimagesgrayand so on.
Note: If you Find my Post useful please click on the Thanks Icon
1 user says Thank You to chavan for this useful post
October 12, 2011 at 2:17 pm #418791Ive got the same problem someone please help JA Ores for Joomla! 1.7 when i change the logo for the default it changing but i can seem to get the logo to change for the light-grey variation color Ive tried everything please help
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 13, 2011 at 3:39 am #418960<em>@komplex123 275270 wrote:</em><blockquote>Ive got the same problem someone please help JA Ores for Joomla! 1.7 when i change the logo for the default it changing but i can seem to get the logo to change for the light-grey variation color Ive tried everything please help</blockquote>
Did you try any of the recommendations above? -
AuthorPosts
This topic contains 6 replies, has 5 voices, and was last updated by TomC 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum