Azure Moon Posted April 21, 2009 Posted April 21, 2009 Hi Everyone! I’ve had an OsCommerce site online for over three years now and have had very few issues, but now I am hoping someone out there has some insight into and answers for my problem. I apologize for this being such a lengthy post, but it’s necessary to explain exactly what transpired and the problem I’ve been experiencing since, so please take a moment to read through everything and thank you in advance for any and all help! To give you a little background, on Friday April 3, 2009 while logged into my admin, I mistakenly downloaded a corrupt version of Internet Explorer 8.0. After unsuccessfully trying to uninstall it myself through Microsoft's support web site (it wouldn't let me uninstall it, or "fix it for me" because it was corrupt), I telephoned Microsoft Support and they helped me uninstall it. Well, after going back to a fresh/genuine copy of Internet Explorer 7.0 (what I had been using) I went to my web site (www.azuremoonjewelry.com) and saw that all the font sizes on the home page had changed. The text in the center of the home page was much larger and the text on the left and right hand sides were much smaller then they have always been. And when I logged into my admin, the font sizes of all the text is smaller than they have always been. The only things that appear the same in my admin are the OsCommerce logo at the top of the admin page, the graphics on the top right hand side of the admin page and the buttons (like Edit, Order, Delete and Email under customers). While I still had Microsoft Support on the phone, we checked all the Internet Explorer settings and internet options and they were all set to what they should be. The support tech said that the problem had to be with the html coding of my web site. So I called my host and they suggested that I change all the 10px settings in my style sheets to 12px, which did bring my web site's home page back to what it has always been. Okay, so one battle won. Now whenever I process an order and click on and view the packing slip, or print the packing slip, the font size of my store name/address, order number and order date on the top of the page are much larger than they have always been and the font of the products ordered is smaller. It really looks unprofessional, so I haven't been printing them/including them with my orders since this happened, but I need to include a packing slip for gift orders. I have run my anti virus software, anti spyware, Spybot Search & Destroy, Microsoft’s Malicious Software tool and they didn't find any issues. I have cleared out the cache, cleaned the registry using CCleaner, ran disk cleanup, scan disk, defragmented and rebooted countless times. I have checked all the settings in Internet Explorer again and they are the same as they always have been. When I visit other web sites that are familiar to me, they look as they always have, so the problem can't be with my browser. Something had to have changed with the font settings either when I downloaded the corrupt version of IE 8.0, or it is just a wicked coincidence. I bought my site “pre-built” so I have never changed any of the font settings in the style sheets or anywhere else for that matter because my knowledge of OsCommerce is pretty basic. Needless to say, this issue has been driving my crazy for weeks now and I don't have a clue as to what the problem may be. If need be, I can live with the font in my admin being smaller, but right now I am not printing the packing slip because it looks really unprofessional and I need a packing slip for gifts orders, so I'm desperate to get it back to normal. Does anyone have any idea what the problem could be? Also, what are the normal font size settings for OsCommerce - 10px or 12px? And where exactly do I find and set the size of the font for the packing slip? Any and all help and suggestions will be greatly appreciated. Thank you in advance for your help! Brightest Blessings,
germ Posted April 21, 2009 Posted April 21, 2009 Post the contents of your /admin/includes/stylesheet.css Maybe there's something amiss there. In your catalog stylesheet, Firefox doesn't like the space between 12 and px here: /*VJ Links Manager for OSC v0.2 begin*/ A.exLinkTitle { font-size: [color="#FF0000"]12 px[/color]; color: #99ccff; font-weight: bold; } A.exLinkURL { font-size: [color="#FF0000"]12 px[/color]; color: #99ccff; font-weight: bold; } /*VJ Links Manager for OSC v0.2 end*/ If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Azure Moon Posted April 21, 2009 Author Posted April 21, 2009 Post the contents of your /admin/includes/stylesheet.css Maybe there's something amiss there. In your catalog stylesheet, Firefox doesn't like the space between 12 and px here: /*VJ Links Manager for OSC v0.2 begin*/ A.exLinkTitle { font-size: [color="#FF0000"]12 px[/color]; color: #99ccff; font-weight: bold; } A.exLinkURL { font-size: [color="#FF0000"]12 px[/color]; color: #99ccff; font-weight: bold; } /*VJ Links Manager for OSC v0.2 end*/ Hi Germ! Thank you for your reply : ) Here's my catalog/admin/includes/stylesheet.css - hopefully you can find what's amiss. Brightest Blessings, Azure Moon /* $Id: stylesheet.css,v 1.26 2003/06/30 20:03:50 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ /* links */ a:link { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; font-weight: normal; text-decoration: none; } a:visited { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; font-weight: normal; text-decoration: none; } a:active { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; font-weight: normal; text-decoration: none; } a:hover { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; font-weight: normal; text-decoration: underline; } a.headerLink:link { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none; } a.headerLink:visited { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none; } a.headerLink:active { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none; } a.headerLink:hover { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: underline; } a.menuBoxHeadingLink:link { font-size: 10px; color: #616060; font-weight: bold; text-decoration: none; } a.menuBoxHeadingLink:visited { font-size: 10px; color: #616060; font-weight: bold; text-decoration: none; } a.menuBoxHeadingLink:active { font-size: 10px; color: #616060; font-weight: bold; text-decoration: none; } a.menuBoxHeadingLink:hover { font-size: 10px; color: #616060; font-weight: bold; text-decoration: none; } a.menuBoxContentLink:link { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #616060; font-weight: normal; text-decoration: none; } a.menuBoxContentLink:visited { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #616060; font-weight: normal; text-decoration: none; } a.menuBoxContentLink:active { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #616060; font-weight: normal; text-decoration: none; } a.menuBoxContentLink:hover { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #616060; font-weight: normal; text-decoration: underline; } a.splitPageLink:link { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0000FF; font-weight: normal; text-decoration: none; } a.splitPageLink:visited { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0000FF; font-weight: normal; text-decoration: none; } a.splitPageLink:active { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0000FF; font-weight: normal; text-decoration: none; } a.splitPageLink:hover { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0000FF; font-weight: normal; text-decoration: underline; background-color: #FFFF33; } /* menu box */ .menuBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #616060; background-color: #ffffff; } .menuBoxContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #616060; } /* page */ body { background-color: #ffffff; color: #000000; margin: 0px; } .headerBar { background-color: #B3BAC5; } .headerBarContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; padding: 2px; } .columnLeft { background-color: #F0F1F1; border-color: #999999; border-width: 1px; border-style: solid; padding: 2px; } .pageHeading { font-family: Verdana, Arial, sans-serif; font-size: 18px; color: #727272; font-weight: bold; } /* data table */ .dataTableHeadingRow { background-color: #C9C9C9; } .dataTableHeadingContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; } .dataTableRow { background-color: #F0F1F1; } .dataTableRowSelected { background-color: #DEE4E8; } .dataTableRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; } .dataTableContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; } /* info box */ .infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; background-color: #B3BAC5; } .infoBoxContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; background-color: #DEE4E8; } /* message box */ .messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; } .messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; } .messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; } /* forms */ CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, FILE { font-family: Verdana, Arial, sans-serif; font-size: 11px; } FORM { display: inline; } /* account */ .formArea { background-color: #f1f9fe; border-color: #7b9ebd; border-style: solid; border-width: 1px; } .formAreaTitle { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; } /* attributes */ .attributes-odd { background-color: #f4f7fd; } .attributes-even { background-color: #ffffff; } /* miscellaneous */ .specialPrice { color: #ff0000; } .oldPrice { text-decoration: line-through; } .fieldRequired { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; } .smallText { font-family: Verdana, Arial, sans-serif; font-size: 10px; } .main { font-family: Verdana, Arial, sans-serif; font-size: 12px; } .errorText { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
germ Posted April 21, 2009 Posted April 21, 2009 Nothing looks to be amiss there. Have you tried viewing the same data from another PC or using another browser (Firefox)? :unsure: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Azure Moon Posted April 23, 2009 Author Posted April 23, 2009 Nothing looks to be amiss there. Have you tried viewing the same data from another PC or using another browser (Firefox)? :unsure: Hi Germ! I viewed my site and my admin on one of my friend's computer today and the font size of my admin and the packing slips are still incorrect/like they are when viewed on my pc. She has Firefox so the problem can't be with my browser or computer. I just don't know what the problem could be and it's driving me crazy!!! Do you, or anyone else have any other ideas? I'm desperate to fix this, so any help or suggestions will be greatly appreciated. Brightest Blessings, Azure Moon
BryceJr Posted April 23, 2009 Posted April 23, 2009 It would probably help if you can provide some screenshots of what you are seeing. You can upload them at imageshack or imagehost. Taking Screenshots
Recommended Posts
Archived
This topic is now archived and is closed to further replies.