Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Somthing wrong with these boxes help please


t.a.c

Recommended Posts

Posted

Hi ive just installed a test shop at http://www.yours-for-free.com/catalog and the problem i have is the bestsellers box and the search box both seem to have a problem with them yet ui haven't changed the code and the images are all still there. Any help will be much appreciated.

 

Kind regards

Trevor

Posted
sorry i just read my post i didnt really explain my problem well

 

if you see here http://www.yours-for-free.com/advanced_search.php

 

you will notice that the graphics are missing across the top of the search box

 

how can i rectify this ?

Doen't look like it is missing, so maybe images/table_background_browse.gif had a copy of pixel_trans.gif renamed to table_background_browse.gif

Posted

nope thats not it

 

all the right box, left box, info box and content box images are there i dont understand why only the search box is messed up when it uses the same graphics as the other boxes.

 

all i can think is that it is a problem with the code where will i find the file that alters the images for the search box?

Posted
nope thats not it

 

all the right box, left box, info box and content box images are there i dont understand why only the search box is messed up when it uses the same graphics as the other boxes.

 

all i can think is that it is a problem with the code where will i find the file that alters the images for the search box?

I can't see the problem, what are the names of the missing images?

Posted

is this the problem ?

 

$info_box_contents[] = array(array('params' => 'height="14" class="contentBoxHeading"',

 

'text' => tep_image(DIR_WS_IMAGES . 'contentBox/corner_left.gif')),

 

array('params' => 'height="14" class="contentBoxHeading" width="100%"',

 

'text' => $contents[0]['text']),

 

array('params' => 'height="14" class="contentBoxHeading"',

 

'text' => tep_image(DIR_WS_IMAGES . 'contentBox/corner_right.gif')));

Posted

I see the two images, they look like a dog ear on a book (folded over), and solid colour (not an image) in between.

Posted

yes that is what i see but it should show the same as any other box on the site like the catagories box for example

Posted
yes that is what i see but it should show the same as any other box on the site like the catagories box for example

Those are different gifs but have the same name. Just copy from images/LeftBox/corner_right.gif to images/infobox/corner_right.gif for the corner_right.gif and corner_left.gif (back up first).

Posted

thanks for your replys

 

those images are allready in that folder it must be a code error but i do not know where to look for it.

Posted
thanks for your replys

 

those images are allready in that folder it must be a code error but i do not know where to look for it.

They are there, but they are not the same images as in the other directory. It is only the filename that is the same.

Posted

I think he's talking about the main box in the middle..

 

if you click the home page it's there (where it says New Products for December) and if you click advanced search the image is covered up. (where it says Search Criteria)I think the image is there but the background of Search Criteria is on top, try moving or add some padding to the bkgd image down. I don't know what css sytle controls that. You'll have to play around with it.

Posted

thank you all that replied

 

it was the style sheet

 

a little editing and now its just as i wanted

 

thanks again

 

:thumbsup:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...