Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / category box, etc placement is interfering with logo

category box, etc placement is interfering with logo

Locked

Views: 1,964

Results 1 to 12 of 12
This thread is locked. New replies are disabled.
20 Aug 2008, 2:45 AM
#1
rebecca avatar

rebecca

New Zenner

Join Date:
Jun 2008
Posts:
12
Plugin Contributions:
0

category box, etc placement is interfering with logo

I have been trying to figure this problem out for a couple days but cannot find a solution, so I am asking for help. I am very new using ZenCart but I think I have the custom folders set up correctly. I am not well versed on css.

Is this a style sheet issue? or is there a setting under the configuration tab that I am missing? or something else? I have set the logo size

Also, I am trying to add a background image instead of a solid color on the sides of the "store front". I attempted to just change the color from the light blue in my custom css file, but no matter what I changed the hex number to, the light blue never changed. This is what I have in my custom style sheet now:

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #000000;/black/
}

The path I am using is: \includes\templates\CUSTOM\css\stylesheet.css

Is this correct?

Now I am finding that any little change I make to the style sheet (even just the number of px in the height of the logo wrapper) causes my site to look like this:

Thank you in advance for your help. I hope this doesn't sound too stupid... I have no programming backgound, just the desire to learn and an unbounding stubborness to succeed.

20 Aug 2008, 3:00 AM
#2
webskipper avatar

webskipper

Totally Zenned

Join Date:
Nov 2007
Location:
USA
Posts:
876
Plugin Contributions:
2

Re: category box, etc placement is interfering with logo

I'm taking a gander at this and guess what I see when I go to store.omahamachinequilting.net/?

Index of /

  Name                    Last modified      Size  Description
  store/                  23-Jun-2008 05:24    -   

Let's take a look at your stylesheet.php first then we will change your /catalog/includes/configure.php and /admin/includes/configure.php

Are you using store.domain or Domain for your referenced site?

Site Looks great in Mac Safari and Firefox. No crowding issues. You must have corrected it already.

20 Aug 2008, 3:47 AM
#3
rebecca avatar

rebecca

New Zenner

Join Date:
Jun 2008
Posts:
12
Plugin Contributions:
0

Re: category box, etc placement is interfering with logo

I havn't made any changes as of my original post. Like I said: I have no real programming experience and you will need to be pretty detailed in your comments or I will be completely lost! Thanks for taking a look.

20 Aug 2008, 3:51 AM
#4
rebecca avatar

rebecca

New Zenner

Join Date:
Jun 2008
Posts:
12
Plugin Contributions:
0

Re: category box, etc placement is interfering with logo

I am using store.domain

20 Aug 2008, 2:00 PM
#5
webskipper avatar

webskipper

Totally Zenned

Join Date:
Nov 2007
Location:
USA
Posts:
876
Plugin Contributions:
2

Re: category box, etc placement is interfering with logo

Are you using windows?

Download Safari, Firefox, Opera, and IE7 if you have not already.

View your site in each. Be sure to empty the cache so you see the new site.

Looking at your original site. All of it can be included in your Zen Cart via the EZ Pages.

We'll talk about that after the crowding issue at hand. Then you can use just omahamachinequilting.net and not store.omahamachinequilting.net.

Let me know how this works out.

21 Aug 2008, 12:05 AM
#6
rebecca avatar

rebecca

New Zenner

Join Date:
Jun 2008
Posts:
12
Plugin Contributions:
0

Re: category box, etc placement is interfering with logo

Yes, I am using windows (vista...ughhhhh)... my browser is IE7. I did download firefox, et al, deleted the cache, and the site looks fine there like you said. So most people use IE, right? How do I trouble shoot this?

My SSL cert is issued for the subdomain. The omahamachinequilting.net domain is set up for information about my quilting service. i want to link the zencart to that site for my customer convenience and wanted the SSL so they can purchase fabric online. Am I completely off base in wanting to separate but link the two sites? This has been a great learning experience and I am anxious to get my cart online. I appreciate you taking the time to help me out.

23 Aug 2008, 9:15 AM
#7
webskipper avatar

webskipper

Totally Zenned

Join Date:
Nov 2007
Location:
USA
Posts:
876
Plugin Contributions:
2

Re: category box, etc placement is interfering with logo

Yes. The majority do use IE7. It is good to see how your site looks in other browsers because, if you limit your History preference to 0 or 1 day then your cache will be fresh each time you open a new browser.

Do you have the SSL Logo some where so I can that it works?

I tried https://www.store.omahamachinequilting.net and https://store.omahamachinequilting.net

About the header logo.

Copy a section off either side of the logo image and use for a background for the logo.gif. Don't crop it. It would help if the image can perfectly repeat and create the pattern of the logo.gif rather than using just plain olive. See?

Again Stylesheet.css (same place)

body
{
color: #006;
background-color: #003;
background-image: url(../css/steel37.gif);
font-family: Arial,Times,Monoco,Helvetica,Serif;
font-size: 14px;
min-height: 600px;
}

This site's background contains blues to pretty much match the glassy header logo.

The background color loads first until the images can load and no matter how wide the window gets there will be no blank white space around the header logo.

Example: My business site is American-RC.com

23 Aug 2008, 1:50 PM
#8
rebecca avatar

rebecca

New Zenner

Join Date:
Jun 2008
Posts:
12
Plugin Contributions:
0

Re: category box, etc placement is interfering with logo

Thanks again for taking a look at my problem. I do not have the ssl logo uploaded yet (haven't figured that one out yet either) but I do have the script. I'm not sure where to put it.

Try this url:
http://www.store.omahamachinequilting.net/store/index.php?main_page=

the ssl (https://) only shows up on the login pages and the check out pages. I did purchase the ZenCart manual online and set it up the way they recommended in the manual (I think ;)

I will try your recommendation on the stylesheet edit later today when I can sit down and concentrate on what I am doing and let you know how it goes. I am absolutely certain that my problem is mostly the fact that I am just not well versed on stylesheets. I bought a "CSS Web Design for Dummies" book and that is helping me alot with understanding how the stylesheet works and why it works the way it does. I made a few changes yesterday and now am at the "second problem" stage where everything shifts to the left in IE7 as you can see from the url above. I don't like this look and want it all centered with a background image on the sides but I think it is going to take awhile for me to work through this since I am so inexperienced. I plan to spend much of this weekend working on it.

23 Aug 2008, 2:06 PM
#9
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: category box, etc placement is interfering with logo

Something that is going to cause you no end of grief is that you have four extra copies of your main stylesheet in your template's /css/ folder. All of the extras will load after the original stylesheet and override any changes you make there.

Delete them, or rename them like stylesheet1.txt if they have info you really want to keep.

23 Aug 2008, 2:21 PM
#10
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: category box, etc placement is interfering with logo

A number of your elements are styled multiple times in conflicting ways (like #mainWrapper, #logoWrapper). Only the last one will generally be effective, but the others will make things confusing for you and for anyone trying to help.
A float: left; will negate a margin: auto; and keep the element from centering.

23 Aug 2008, 5:34 PM
#11
rebecca avatar

rebecca

New Zenner

Join Date:
Jun 2008
Posts:
12
Plugin Contributions:
0

Re: category box, etc placement is interfering with logo

Thanks! I am just at that part in the "Dummies" book about how browsers look at stylesheets, etc and how the cascading, inheritance, and specificity dictate how an element is displayed. I had all those different versions out there thinking that I would make one change at a time and see if it works, then make another change, etc.... but was not "smart" enough to change the file extension. That little piece of advice was one of those: "Oh, Yeah!!" moments! Thanks for pointing out the obvious, I appreciate it.

25 Aug 2008, 12:54 AM
#12
webskipper avatar

webskipper

Totally Zenned

Join Date:
Nov 2007
Location:
USA
Posts:
876
Plugin Contributions:
2

Re: category box, etc placement is interfering with logo

Sounds good Rebecca. Also, another good book is Eric Meyer's CSS4. You can go on for years learning and modifying your site with cool CSS tricks.

GJH42 has some very good points.