This is a discussion on Little red X's in IE?? within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; they aren't showing up in Netscape, but in IE I've got broken images on the right side of each info ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| they aren't showing up in Netscape, but in IE I've got broken images on the right side of each info box heading, except the Catagories box? Where are they coming form? I've been looking and don't have a clue? when I right click on them and check out their properties all they say is: http://localhost/catalog/images/ so I have no idea where they are being called in from? There is also one in the left corner above the catatgory box under the breadcrumb? Help please! |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| maybe your "corner_right" s aren't defined correctly. In each of the boxes (eg best_sellers.php line 25) you will see $corner_right = 'square'; or similar. The only two options available are "rounded" or "square". Anything else will not be understood (by the file templates/box.tpl.php) as there is no default case set (which is less than ideal...... :-# ) if it's not that then I don't know.... unless you've broken the box.tpl.php file in some way of course! jon |
|
#3
| |||
| |||
| oh, and other browsers display broken links differently to MSIE, so that's why you only get the crosses in that. |
|
#4
| |||
| |||
| I remember taking out all the corner .gifs I just deleted the file name from between the ' ' in the code. Where would I have done that? I've been looking in sooo many pages I'm starting to get lost! Thanks for all your help to btw, I realy appreciate it! |
|
#5
| |||
| |||
| You need to remove just one bit of code to stop all the right corner images: file: templates/box.tpl.php line: 8 code to remove: <img src="images/<?php switch ($corner_right) { case 'square': echo 'pixel_trans.gif'; break; case 'rounded': echo 'infobox/corner_right.gif'; break;} ?>" border="0" alt="" width="11" height="14"> |
|
#6
| |||
| |||
| Yes, I did find that code and took it out, but I've still got the x's Ack! |
|
#7
| |||
| |||
| post your box.tpl.php here.... |
|
#8
| |||
| |||
| Quote:
|
|
#9
| |||
| |||
| hmm I can't see anything wrong with that. Have you altered the $boxLink in the other files? That contains the arrow which is the only other image in there. jon |
|
#10
| |||
| |||
| I managed to find the problem today, after much looking! It was in the box.php file ( I think?) I replaced the file with the original and then changed the little blue corner .gifs to the color I wanted for my headers and waaalaaa! Problem solved. Thanks for your time! |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |