Page 4 of 12 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 116
  1. #31
    Join Date
    Sep 2008
    Posts
    431
    Plugin Contributions
    0

    Default Re: Page layout question

    Quote Originally Posted by charmedbytina2 View Post
    Your stylesheet appears to have gone missing. YIKES!

    Do you have a backup copy of your stylesheet.css?

    Tina
    Tina, you turned out to be spot on. I looked and for who knows what reason the style sheet wasn't there. So, I uploaded it back onto the server. Now when I go back and reload the page the ez pages links seem to have spontaneously moved upward. Any idea why? Derned if I know. My next project is to fix that, then move on to changing the way the green bar at the top of the page looks. I don't mind keeping Log In and Home at the top of the page as they currently are; however, I want that green section to blend in with the blue sky so that the top of the page keeps the upwards blue sky feel to it. Any body that knows how to do this please chime in.

    Ian

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

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

    Default Re: Page layout question

    Quote Originally Posted by gjh42 View Post
    See my post 28 for the nav blending.
    Okay Glenn, I went back to post 28 and made the changes you suggested. However, I'm unsure about the portion below:

    #logoWrapper+.clearBoth {display: none;} <-------delete this now - you don't need it anymore
    /*this is temporary and lets the ez-pages bar sit next to the logo -
    you need to delete the <br class="clearBoth" /> in tpl_header.php as advised above.*/

    I looked in catalog/includes/templates/mower/common/tpl_header.php and did not find the text #logoWrapper+.clearBoth that you mentioned. Is this something I've already done or is it something that needs to be done next? My next attempt will be to move the ez pages links back down into the grass. I don't know how they moved upward to their location now because I don't recall making any changes that would have do this but I could be wrong. Lastly, I seem to recall adding more than 3 ez pages links to the header but yet only 3 links are showing. Any idea why? Thanks in advance again!

    Ian

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

    Default Re: Page layout question

    You must have reverted to an earlier version of the stylesheet while recovering the misplaced one. I recognize the double zeros in the margin property:
    Code:
    #navEZPagesTop {
    
    	width: 512px;/*adjust to taste*/
    
    	float: right;
    
    	background: none;
    
    	font-size: 0.95em;
    
    	font-weight: bold;
    
    	margin: 5px 0 00em;
    
    	padding: 0.5em;
    
    	}
    should be
    Code:
    #navEZPagesTop {
    	width: 512px;/*adjust to taste*/
    	float: right;
    	background: none;
    	font-size: 0.95em;
    	font-weight: bold;
    	margin: 111px 0 0 0;
    	padding: 0.5em;
    	}
    Also, the version of the stylesheet you have now was from before you put the
    #logoWrapper+.clearBoth {display: none;}
    into it, so it's not there to delete.
    Last edited by gjh42; 28 Dec 2008 at 08:10 AM.

  5. #35
    Join Date
    Sep 2008
    Posts
    431
    Plugin Contributions
    0

    Default Re: Page layout question

    Ok, so I made that change and it did indeed fix my ez pages links location; however, I don't know why it fixed it and that's not good. I know we're catching fish here but I couldn't do this if you left. Also, I'm not sure why some of my ez pages header links are not showing up. I have "my account" selected to show in the header but it's not. What's that all about?

    Ian

  6. #36
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Page layout question

    Quote Originally Posted by r1formetoo View Post
    Also, I'm not sure why some of my ez pages header links are not showing up. I have "my account" selected to show in the header but it's not. What's that all about?

    Ian
    Ian,

    Do all of your EZ Pages have a sort order?

    Tina

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

    Default Re: Page layout question

    Ah hah. Yeah that was it alright. So, would I adjust the 111px margin to try to bring the ez pages links closer to the logo? I'd like to gain a little more room for another link or two.

    Ian

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

    Default Re: Page layout question

    The
    margin: 111px 0 0 0;
    is the full-control form of the property; it specifies the margin for top, right, bottom and left. You can condense it in various ways if you don't need to set separate margins for all sides, down to something like
    margin: 5px;
    for a uniform 5px on all sides.

    Since the ez-pages bar is floated right, its left edge depends only on the width set for it. You can increase the width, but too much and it won't fit on the same line as the logo and will drop down. Experiment!

    To learn more about any CSS property, or CSS or PHP in general, check out www.w3schools.com.

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

    Default Re: Page layout question

    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.

    Ian

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

    Default Re: Page layout question

    This is a good time to get your feet wet in locating element tags on your own. You should install Firefox and its Web Developer extension to make your development life easier.

    The Information > Display Element Information button will show all kinds of info about any element you click on. You can use that to locate the class or id involved, and the CSS > Edit CSS button will let you see the effects of stylesheet changes instantly.

 

 
Page 4 of 12 FirstFirst ... 23456 ... 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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR