t.a.c Posted December 8, 2007 Posted December 8, 2007 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
t.a.c Posted December 8, 2007 Author Posted December 8, 2007 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 ?
Guest Posted December 8, 2007 Posted December 8, 2007 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
t.a.c Posted December 8, 2007 Author Posted December 8, 2007 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?
Guest Posted December 8, 2007 Posted December 8, 2007 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?
t.a.c Posted December 8, 2007 Author Posted December 8, 2007 im not sure if there are images missing what i see on my screen on this page http://www.yours-for-free.com/advanced_search.php where it says search criteria the left corner image and the right corner images are there but there is nothing inbetween joining the two. Is this how it shows on your screen ?
t.a.c Posted December 8, 2007 Author Posted December 8, 2007 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')));
Guest Posted December 8, 2007 Posted December 8, 2007 I see the two images, they look like a dog ear on a book (folded over), and solid colour (not an image) in between.
t.a.c Posted December 8, 2007 Author Posted December 8, 2007 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
Guest Posted December 8, 2007 Posted December 8, 2007 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).
t.a.c Posted December 8, 2007 Author Posted December 8, 2007 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.
Guest Posted December 8, 2007 Posted December 8, 2007 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.
chipshot Posted December 8, 2007 Posted December 8, 2007 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.
t.a.c Posted December 8, 2007 Author Posted December 8, 2007 thank you all that replied it was the style sheet a little editing and now its just as i wanted thanks again :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.