Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / AH! What's Wrong With My Page?

AH! What's Wrong With My Page?

Locked

Views: 1,323

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
20 Aug 2006, 3:04 AM
#1
khopek avatar

khopek

Totally Zenned

Join Date:
Aug 2006
Location:
portlandish, oregon
Posts:
795
Plugin Contributions:
0

AH! What's Wrong With My Page?

It seems I'm having issues....MY fonts are different on the category page than the main one AND I recently just looked at my store in IE and when you click on a category, the entire thing moves all the way to the left side of the browser instead of staying centered, It's fine in Firefox (except for the fonts)

Help!

I'm calling it a night. I've spent way to much time on this thing and it's being screwy.

20 Aug 2006, 3:13 AM
#2
khopek avatar

khopek

Totally Zenned

Join Date:
Aug 2006
Location:
portlandish, oregon
Posts:
795
Plugin Contributions:
0

Re: AH! What's Wrong With My Page?

i almost forgot.... my store ishttp://www.eclecticaclothing.com/store

20 Aug 2006, 6:53 AM
#3
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: AH! What's Wrong With My Page?

You will have to be more specific as "ALL" you fonts are not different. these are the same for "Wecome to the Eclectica Online Store!" and "Antic Heart Tee" as are the remainder of your product names.

I also do not see any page shift from FF to IE both remain centered...

I am using Win XP and IE 6 and FF 1.0.7

20 Aug 2006, 7:49 AM
#4
khopek avatar

khopek

Totally Zenned

Join Date:
Aug 2006
Location:
portlandish, oregon
Posts:
795
Plugin Contributions:
0

Re: AH! What's Wrong With My Page?

the main page is fine on both IE and FF. when I click on the category GIRLS, for example, all the text in the sideboxes (on the right) are huge in comparison to how they are showing on the main page, as well as the sub-category text (jeans, tops, dresses,etc...) and the text that appears underneath each product. The only text that appears to be the same is the home and login text up at the very top.

The page shift,for me, happens when in IE and clicking on category GIRLS to view that page. It did not seem to change at all if I went to the GUYS category page.

20 Aug 2006, 8:38 PM
#5
khopek avatar

khopek

Totally Zenned

Join Date:
Aug 2006
Location:
portlandish, oregon
Posts:
795
Plugin Contributions:
0

Re: AH! What's Wrong With My Page?

ok so i've been doing some testing, and it seems the page moves left ONLY when I add subcategories to my main category. The fonts also get large when subcategories are added. How do I fix this?

20 Aug 2006, 10:27 PM
#6
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: AH! What's Wrong With My Page?

Can you post lines 50-60 of your includes/languages/english/index.php file?

21 Aug 2006, 3:38 AM
#7
khopek avatar

khopek

Totally Zenned

Join Date:
Aug 2006
Location:
portlandish, oregon
Posts:
795
Plugin Contributions:
0

Re: AH! What's Wrong With My Page?

Here's lines 50-58..(that's as far as it went) of the english/index.php

// This section deals with the "home" page at the top level with no options/products selected
/Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'/
define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.');
} elseif ($category_depth == 'nested') {
// This section deals with displaying a subcategory
/Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'/
define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.');
}
?>

21 Aug 2006, 9:04 AM
#8
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: AH! What's Wrong With My Page?

I apologise. I should have asked to see these lines from the file that you are using to over-ride includes/languages/english/index.php which is presumably includes/languages/english/nightFall/index.php. You'll be wanting to change this file anyway to correct the spelling mistake on your front page.

21 Aug 2006, 6:54 PM
#9
khopek avatar

khopek

Totally Zenned

Join Date:
Aug 2006
Location:
portlandish, oregon
Posts:
795
Plugin Contributions:
0

Re: AH! What's Wrong With My Page?

omg! THANKS i figured it out. You were right it was in the override file. I completely forgot about it. I missed one little quotation mark in when i changed the "Congratulations...etc" Thanks so much guys!

21 Aug 2006, 7:09 PM
#10
khopek avatar

khopek

Totally Zenned

Join Date:
Aug 2006
Location:
portlandish, oregon
Posts:
795
Plugin Contributions:
0

Re: AH! What's Wrong With My Page?

the only thing i stil can't figure out is why the "would you like to log yourself in" text is so small you can barely see it.