Page 119 of 326 FirstFirst ... 1969109117118119120121129169219 ... LastLast
Results 1,181 to 1,190 of 3251
  1. #1181
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Lovely View Post
    Ah before the < /div >. It'd be much easier if we did exactly as you say
    LOL, I should have just pasted it as an example, or said before that line, that would have been easier too.

  2. #1182
    Join Date
    Mar 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hey,

    I'm having problems viewing my webpage in IE7. The right sideboxes goes off the original body. This only happens in some Screen Size and also , when you press the second button on the right top corner, which makes the explorer smaller. The site is getxboxcodes.com. Nedd help, Thanks

    Thank you.
    Alwin

  3. #1183
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    which section(s) in the stylesheet.css control the alignment of the links in the ezpages header and the ezpages footer?

    thanks!

  4. #1184
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by gsdcypher View Post
    which section(s) in the stylesheet.css control the alignment of the links in the ezpages header and the ezpages footer?

    thanks!
    If you view the source of your site for that section:

    Code:
    <div id="navSuppWrapper">
    <div id="navSupp">
    <div id="navEZPagesBot">
     		<div class="clearBoth"></div>
    <!--bof-view cart and checkout now links-->   
    <!--eof-view cart and checkout now links-->
      <a href="http://www.allk-9.com">Home</a>&nbsp;|&nbsp;
    
      <a href="http://www.allk-9.com/account/login.html">Order Tracking</a>&nbsp;|&nbsp;
      <a href="http://www.allk-9.com/pages/faq-pv-c0-11.html">FAQ</a>&nbsp;|&nbsp;
      <a href="http://www.allk-9.com/contact-us.html">Contact Us</a>&nbsp;|&nbsp;
    </div> 
    
    </div>
    </div>
    It tells you the three div's that you're working with.

    Something like this should be good.

    Code:
    #navSuppWrapper {
    	width:950px;
    	margin:0 auto;
    	}
    	
    #navSupp {
    	margin:0 auto;
    	text-align:left;
    	padding-top:1em;
    	}

  5. #1185
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by getxbox View Post
    Hey,

    I'm having problems viewing my webpage in IE7. The right sideboxes goes off the original body. This only happens in some Screen Size and also , when you press the second button on the right top corner, which makes the explorer smaller. The site is getxboxcodes.com. Nedd help, Thanks

    Thank you.
    Alwin
    Sorry, I don't have the time to figure this out, since it doesn't happen in my test site, compare your css with the original css, and see if you can find some differences, then see which difference is causing the problem. That is what I would do to figure out your issue.

  6. #1186
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hmmm... ok so looking at the header, are these the sections to edit to control the ezpage links in the header?

    If so, the links in the header are aligned to the left, how/where would I change that to center???

    Code:
    #navMain {
     float:right;
     width:760px;
     line-height:normal;
     }
    Code:
     
    #navMainWrapper {
     height:32px;
     width:100%;
     font-size:12px;
     }
    Thanks!

  7. #1187
    Join Date
    Nov 2005
    Posts
    278
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    First of all, you're showing me two different pages, one is a zen cart category page, and one is your home page. Your home page has the "new products" and "monthly specials", and those home page boxes are not designed to have an add to cart button.

    Now, if you go to a category page on your site, yours should show a "Buy Now" button as well, unless your product has attributes that the customer needs to choose, then it will have a "more info" link instead.

    Here is an example of a category page on your site:
    http://www.electronic-web.com/games/...ex&cPath=10_22

    If you had the "login for price" function turned off, you'd probably have the "add to cart" buttons as well, if not, go to "configuration", "product listing" and turn the add to cart button on.
    Thanks for the reply, I do have the buttons turned on but there is not box it just shows the word "Add" and then a box with a 0 in it?

  8. #1188
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi Jettrue,

    I tried text-align:center in the #navMainWrapper and #navMain to center up the ezpage links in the header, but it had no affect in either. :-(

    Thanks.

  9. #1189
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Adds View Post
    Thanks for the reply, I do have the buttons turned on but there is not box it just shows the word "Add" and then a box with a 0 in it?
    Turn off the "Display Multiple Products Qty Box Status and Set Button Location" in "Configuration", "Product Listing".

  10. #1190
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by gsdcypher View Post
    Hmmm... ok so looking at the header, are these the sections to edit to control the ezpage links in the header?

    If so, the links in the header are aligned to the left, how/where would I change that to center???

    Code:
    #navMain {
     float:right;
     width:760px;
     line-height:normal;
     }
    Code:
     
    #navMainWrapper {
     height:32px;
     width:100%;
     font-size:12px;
     }
    Thanks!
    No, that's not the section for the ezpages, that's the section for your blue tabs. From your source:

    Code:
    <div id="navEZPagesTop">
     		<div class="clearBoth"></div>
    <!--bof-view cart and checkout now links-->   
    <!--eof-view cart and checkout now links-->
      <a href="http://www.allk-9.com">Home</a>&nbsp;|&nbsp;
      <a href="http://www.allk-9.com/account/login.html">Order Tracking</a>&nbsp;|&nbsp;
      <a href="http://www.allk-9.com/pages/faq-pv-c0-11.html">FAQ</a>&nbsp;|&nbsp;
    
      <a href="http://www.allk-9.com/contact-us.html">Contact Us</a>&nbsp;|&nbsp;
    </div>
    On an unrelated note.... did you disable right clicking on your site? In my not so humble opinion, I don't think people should disable their viewers' mouse controls. I use right click for a lot of things, and it's one of my pet peeves when someone disables it, LOL. On my list of web annoyances, it's second only to automatic music playing. If you've disabled right click to protect your images.... it doesn't work, there are ways around that. My suggestion is to use something like IH2 (Image Handler 2, in the downloads section), to create automatic watermarks for you.

 

 

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 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