Replacing Images in a 3rd Party Template

Everything to do with Joomla! 1.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Locked
cobzhoare
Joomla! Apprentice
Joomla! Apprentice
Posts: 37
Joined: Tue Jul 12, 2011 7:35 pm

Replacing Images in a 3rd Party Template

Post by cobzhoare » Wed Aug 24, 2011 1:43 pm

Hi All,

I have recently bought and uploaded a third party template to Joomla.

The template has a red colour theme (all the main images have a read style) and I need to change the theme to purple to match my company branding.

I have edited all the images in photoshop so that anywhere they were red, they are now purple. When I delete the original images in media manager and replace them with the modified images (which are all the exact same size and file type and name), the original red images that came with the template just reappear.

Can anyone help me out on this, as the template is useless to me in it's current colour scheme?

Sorry for any naievety, I am a total novice with regards to web design and Joomla.

Many Thanks,

Colin.

User avatar
enbees
Joomla! Guru
Joomla! Guru
Posts: 860
Joined: Mon Sep 20, 2010 7:58 am
Location: Jakarta - Indonesia
Contact:

Re: Replacing Images in a 3rd Party Template

Post by enbees » Wed Aug 24, 2011 1:48 pm

Hi: :)
Seemed it would be easier for us to help if you could paste the URL of the live site.
Regards,
enbees, I'm here: http://koperasoft.com

cobzhoare
Joomla! Apprentice
Joomla! Apprentice
Posts: 37
Joined: Tue Jul 12, 2011 7:35 pm

Re: Replacing Images in a 3rd Party Template

Post by cobzhoare » Wed Aug 24, 2011 2:25 pm

Sorry, here we go:

delcol-construction.cloudaccess.net

I haven't edited any content apart from the menu headers.

User avatar
enbees
Joomla! Guru
Joomla! Guru
Posts: 860
Joined: Mon Sep 20, 2010 7:58 am
Location: Jakarta - Indonesia
Contact:

Re: Replacing Images in a 3rd Party Template

Post by enbees » Wed Aug 24, 2011 2:48 pm

I checked with firebug: http://docs.joomla.org/Using_Firebug_Wi ... la_Website

1. Logo, defined in your template index.php

Code: Select all

<img alt="STR " src="/templates/theme503/images/logo.png" title="STR ">
You might want to check if this logo at this location is the one you want.

2. your left image, defined in template.css (line 690)

Code: Select all

.header-box .fleft {
    background: url("../images/wrapper_menu_extra.jpg") no-repeat scroll 0 0 #F4F4F4;
    height: 480px;
    width: 282px;
}
You might want to check if you do have the correct image in that location, and if #F4F4F4 is the desired background color.

3. Your top menu hover background color, defined in template.css (line 553)

Code: Select all

.row-top-menu ul.menu-nav li a:hover span, .row-top-menu ul.menu-nav li a:hover span, 
.row-top-menu ul.menu-nav li.active a, .row-top-menu ul.menu-nav li.active a span {
    background: url("../images/top_menu_wrapper_hover.gif") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
}
You might want to check as well :)
Regards,
enbees, I'm here: http://koperasoft.com


Locked

Return to “Templates for Joomla! 1.5”