vintauri Posted December 21, 2004 Posted December 21, 2004 On my site the shopping cart and current specials on the front page show up under the middle section and to the left. I can't find what I did and would like to fix it. Any ideas? www.northstarrc.com
Jack_mcs Posted December 21, 2004 Posted December 21, 2004 It looks like you deleted or added a table entry on your index page. Find this line in your index.php file } else { // default page The problem will be after that and most likely before the line <!-- body_text_eof //--> You can tell this because the failure only occurs when you are displaying your home page. If you click on a category the problem goes away. There are a couple of easy ways to find the problem. If you have oneof the compare programs (like Compare & Merge or Beyond Compare), then just compare your file with the original. Or, you can delete all code between the two lines I mentioned, except for table related code (table, tr, td). It will be easy to match up beginning and ending tags at that point. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
vintauri Posted December 21, 2004 Author Posted December 21, 2004 Tried that and it's still the same.... could it be something with the greeting size? The part that says "Whats new here"? Been looking at so many files I'm getting lost.
wheeloftime Posted December 21, 2004 Posted December 21, 2004 Tried that and it's still the same.... could it be something with the greeting size? The part that says "Whats new here"? Been looking at so many files I'm getting lost. <{POST_SNAPBACK}> Jack is probably right but to avoid spending a lot of time I would just copy a fresh index.php from the installation package and see if that cures the problem. If you made changes to the index.php save it first before copying the fresh one and add your changes later again with care.
vintauri Posted December 21, 2004 Author Posted December 21, 2004 Thanks, I finally was able to get it by using the original and just repasting my changed info in it.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.