Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • kristenannevans Friend
    #167536

    I 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 Moderator
    #406814

    Have 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.

    pritam Friend
    #406823

    Hello 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 .

    chavan Friend
    #406831

    Go 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_oresimagesgray

    and so on.

    Note: If you Find my Post useful please click on the Thanks Icon

    komplex123 Friend
    #418791

    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

    TomC Moderator
    #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?

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

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