Page 5 of 12 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 116
  1. #41
    Join Date
    Sep 2008
    Posts
    431
    Plugin Contributions
    0

    Default Re: Page layout question

    Sounds great. Where can I get this web developer extension? I'm already running Firefox.

    Ian

  2. #42
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Page layout question

    Look in Mozilla/Firefox home page for extensions, or the author's site, www.chrispederick.com.

  3. #43
    Join Date
    Sep 2008
    Posts
    431
    Plugin Contributions
    0

    Default Re: Page layout question

    Okay, so I've installed this web developer package but after playing with it for a while I'm blown away. I have no idea what words like ancestors and children mean to a computer??? Suppose I want to edit the colors of the information tab links regular and mouse over colors, how might I proceed to use this package to find where these color codes are? In the past I've found changing colors easy and the aggravating part is that when you change the font color on one thing, yet another changes that you were already happy with. The same can be said for my link colors in the footer.

    Ian

  4. #44
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Page layout question

    The best thing for you to do is look at www.w3schools.com for their beginning CSS tutorials.

    The fundamental thing about controlling a particular item's appearance/position is to address it with enough specificity. If you say
    a {color: #00ff00;}
    you are making all links sitewide green.
    If you say
    #categories a {color: #00ff00;}
    you are making links inside the #categories box green.
    (If you say
    a #categories {color: #00ff00;}
    you are making elements named #categories that are inside links green, and if you say
    a#categories {color: #00ff00;}
    you are making links named #categories green.)
    So you see that exact spelling, capitalization and spacing matter.

    An ancestor is any element above the current element in the list in the Web Developer box, or a page element that encloses the current element. A child of the current element can be ignored for basic CSS.

  5. #45
    Join Date
    Feb 2008
    Location
    Southern California
    Posts
    142
    Plugin Contributions
    0

    Default Re: Page layout question

    Hi Ian, try to understand and memorize Zen Cart's stylesheet.css when you have time. Once you get the hang of it, it's not that hard at all :) One element within a CSS file may control more than a few parts of your zen cart shop. You'll need to know what controls what. I learnt it by trial and error, and making some comments within the CSS for my own reference.

    Glenn, this computer is really beginning to upset me. I'm making changes in my stylesheet but when I reload the page I can not see any changes. I've made several changes and sometimes I have to wait 10 minutes and upload a page 5 times before the change is actually visual. It even constantly keeps reverting back to my old logo image instead of using my new logo image. It's like my pc just picks something to go with and to hell if it's the same thing it picks on the next page load. I also want to change the color of the fonts for my "information" sidebox and the footer but I can't seem to find which color in my style sheet to change. Please help.
    I use eyedropper tool in graphical editors such as photoshop to identify the exact colors I'm looking for in the website so I can edit/find the correct section of the CSS. I know this is not the best way but it works.

    Also, check on your connection. Your computer may be loosing a lot of packets. I'm not sure what it is but it smells like something to do with your connection as well.
    Last edited by saitomedia; 31 Dec 2008 at 12:46 PM.

  6. #46
    Join Date
    Sep 2008
    Posts
    431
    Plugin Contributions
    0

    Default Re: Page layout question

    Your computer may be loosing a lot of packets? I'm going through the css tutorial at w3schools right now so hopefully my next zencart css attempt will be more successful.

    Ian

  7. #47
    Join Date
    Sep 2008
    Posts
    431
    Plugin Contributions
    0

    Default Re: Page layout question

    Ok, so I've made the mistake of using the edit css feature in the web developer program and now my entire stylesheet is on one stinkin line. When I open it in notepad ++ it's still on one line. How do I get to go back? This is really silly, I edited the ez pages color links and when I refresh in Firefox it only changed about half my links but I check it in IE and they all changed like they were supposed to. Any idea why?

    Ian

  8. #48
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Page layout question

    Hmm, I've never used the "save" feature in Edit CSS, so I didn't know it would do that. (Actually, I don't know if it is supposed to do that.) I generally copy the successful edits into the stylesheet that I have open in Notepad++.

    As to why the difference between FF and IE, that may be because you have some subtle error that IE detects and tries to compensate for (the "make it easy for dummies" approach), while FF throws out the error lines as it is supposed to per CSS standards.

  9. #49
    Join Date
    Sep 2008
    Posts
    431
    Plugin Contributions
    0

    Default Re: Page layout question

    Man this stinks Glenn, this program has screwed up my style sheet and I can not find a command that fixes it. It's a nightmare.

    Ian

  10. #50
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Page layout question

    I can imagine. I don't suppose you have a recent copy saved somewhere else?

 

 
Page 5 of 12 FirstFirst ... 34567 ... LastLast

Similar Threads

  1. Main Page Layout Question
    By kinembe in forum Basic Configuration
    Replies: 2
    Last Post: 7 Jan 2012, 08:07 PM
  2. Product Listing display page / category page layout change question
    By cgarforth in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Dec 2010, 02:37 PM
  3. Home Page Layout Question
    By EPA570 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 2 Jul 2009, 09:54 AM
  4. Page layout question
    By tbroush in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Apr 2007, 04:59 PM
  5. Question on page layout changes
    By tanky in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 Jul 2006, 10:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg