Jump to content

[solved] Image problem


Recommended Posts

it looks like the images are hardcoded in the template file.

well, can you please chceck this: http://transferphoto.fr/modules/blockreinsurance/img/reinsurance-1-1.jpg

 

as you can see - there is correct file. in my opinion you should:

 

1) move images (link that i pasted above + rest pics) to the theme directory

2) change the theme reassurance css file (use path to images that i pasted above)

Link to comment
Share on other sites

now the problem is related to the css styles (background) for the reassurance block.

 

check this styles:

#reinsurance_block {
background: url(../blockreinsurance/img/bg_reinsurance_block.gif) repeat-x 0 0 #c3c7cb;
}

 

in the: /modules/blockreinsurance/style.css

or in your theme directory: css/modules/blockreinsurance/style.css

 

 

you need to be sure that image: ../blockreinsurance/img/bg_reinsurance_block.gif exist in this path.

Link to comment
Share on other sites

okay, check, you've got this:

 

/*background:url(../blockreinsurance/img/bg_reinsurance_block.gif) repeat-x 0 0 #c3c7cb*/
background:transparent url("img/bg_reinsurance_bottom.png") repeat-x scroll left top;

 

you've got path to: http://transferphoto.fr/themes/thgr00027o/css/modules/blockreinsurance/img/bg_reinsurance_bottom.png

 

this file doesnt exist. you have to upload your bg image there

Link to comment
Share on other sites

move this file:

 

http://transferphoto.fr/modules/blockreinsurance/img/bg_reinsurance_block.gif

 

to the:

 

http://transferphoto.fr/themes/thgr00027o/css/modules/blockreinsurance/img/bg_reinsurance_bottom.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...