Search:

Type: Posts; User: TMC_Sherpa

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,527

    Re: Remove space between sideboxes

    Ancient Chinese secret?

    Play around with webtools in firefox. The inspect feature will let you remove css code temporarily and see what it does.
  2. Replies
    3
    Views
    1,527

    Re: Remove space between sideboxes

    stylesheet.css (line 394)

    h1, h2, h3, h4, h5, h6 {
    margin:0.3em 0pt;
    }

    remove the margin and the big gaps go away.
  3. Replies
    6
    Views
    1,535

    Re: Text is sliced on customer sign up page

    check your stylesheet.css file for

    stylesheet.css (line 104)

    label, h4.optionName {
    line-height:0em;
    padding:0.2em;
    }

    and change it to
  4. Replies
    17
    Views
    3,020

    Re: Increasing the prices across the board...

    I never said it was a good idea, just easy :P
  5. Replies
    4
    Views
    953

    Re: Subcategories in Row Display Problems

    I would comment it out first to make sure nothing else gets borked on your site.


    changing

    .categoryListBoxContents {
    margin:7px;
    }

    to
  6. Replies
    4
    Views
    953

    Re: Subcategories in Row Display Problems

    .categoryListBoxContents {
    margin:7px;
    }

    stylesheet.css (line 588)

    is what is tripping you up.
  7. Replies
    17
    Views
    3,020

    Re: Increasing the prices across the board...

    Changing the value of a dollar (or whatever your base currency is) from Localization /Currency to a value other than 1.00000000 does change all the prices. I'm not sure what other problems this will...
  8. Replies
    14
    Views
    2,636

    Re: White Space V73635r4

    There is quite a bit of stuff going on moving things around on your page.

    in your .css file



    .leftBoxContainer {
    border:1px solid #FFFFFF;
    margin-top:1.5em;
    }
  9. Replies
    3
    Views
    858

    Re: Site help needed

    Your best bet it to grab the firebug and web developer add ons for firefox, they will let you mouse around the page and find the exact div/location that is causing the problem. The small gap on the...
  10. Replies
    3
    Views
    858

    Re: Site help needed

    We would need a link to give you the exact solution to the problem but he small break on the left is probably a padding/margin or a height issue (Happens in IE all the time)
    The gap in the center...
  11. Replies
    7
    Views
    1,801

    Re: Questions about the footer

    The section you are referring to is part of #mainWrapper, so adding an image to the bottom of that will go where you want it to (ie. behind the text).

    to turn off the listing at the bottom, admin...
  12. Replies
    11
    Views
    1,899

    Re: Neater product descriptions

    Nothing is impossible, but it looks like all the information you are using currently is all in the description which is why its all on one line. How good are you with regular expressions :) ? You...
  13. Replies
    3
    Views
    1,135

    Re: whos online location move

    Whoops! Yeah, forgot to add the stylesheet stuff to my previous post.
  14. Replies
    3
    Views
    1,135

    Re: whos online location move

    You'll need to copy some of the code from

    /includes/modules/sideboxes/whos_online.php
    to your /includes/templates/YOUR TEMPLATE/common/ tpl_footer.php file

    give this a shot



    <!---Chunk...
  15. Replies
    8
    Views
    2,116

    Re: Changing attributes layout

    Glad it worked. One of these days I'll check for admin options first :)
  16. Replies
    8
    Views
    2,116

    Re: Changing attributes layout

    well, I can tell you whats doing it, <br class="clearBoth"/>

    and it should be coming from /includes/modules/attributes.php

    this appears seven (!) times in the file, and I'm not quite sure which...
  17. Replies
    1
    Views
    1,011

    Re: customer cannot order from certain area

    Depends, what shipping modules do you have installed? What do you have setup for zones?
  18. Replies
    2
    Views
    1,876

    Re: Footer Text Size & Home Page Hoover Color

    there are two divs you may need to play with, #siteinfoIP and #siteinfoLegal.

    If you want everything to be bigger, then you need to add something like

    #siteinfoIP, #siteinfoLegal {
    font-size:...
  19. Replies
    3
    Views
    1,332

    Re: Header \ Banner Image

    Just copy the tpl_header.php from the template_default/common directory into your custom template location and chop it to your hearts content. You'll want to move the chunk that deals with...
  20. Re: Change

    it may be easier than that. I' m on the wrong machine to check right now, but the items per row can be set in admin. Just remember there is an items per row for just about everything, so you would...
  21. Re: How do I prevent a multi-line text box from being as wide as the page?

    TEXTAREA {
    float: left;
    margin: auto;
    display: block;
    /*width: 95%;*/
    width: 870px;/*AAE*/*/<< Making your text box huge
    }
    is whats in your stylesheet, comment out the width or size it...
  22. Replies
    13
    Views
    1,868

    Re: Two little stylesheet questions

    where did my edit button go?

    add this to the bottom of your stylesheet, works just fine in ff and not just firebug this time ;)

    #navColumnOne, #navColumnTwo {
    padding-right: 2px;
    }
  23. Replies
    13
    Views
    1,868

    Re: Two little stylesheet questions

    Changing the width of the navwrappers to 152 does work in firebug, I'm not sure why it's not taking in the stylesheet.
    The columns are set to 150, and its the border thats making it look funky. If...
  24. Re: New/Featured Products and Subcategories

    tricky.
    the new products does not check categories before it displays stuff, it just grabs everything thats new.
    you could create a stylesheet for the page(s) you don't want the new products to...
  25. Replies
    23
    Views
    2,460

    Re: Is this a Purple Shades Issue? I'm stuck

    give this a try

    change
    Categories - Always Show on Main Page to 1
    and then
    Main Page - Opens with Category to 23, its the default for all products
  26. Replies
    11
    Views
    2,128

    Re: Box Background Color Won't stick.

    are you modifying the information in the classic directory or did you create your own template folder? It's pulling the css and tile_back.gif from classic.
    How do you have your template selection...
  27. Replies
    8
    Views
    4,718

    Re: zc_install folder?

    you will need to rename a few files if the configure.php files do not exist.
    rename dist-configure.php to configure.php in both locations (admin/includes and /includes) make sure the permissions are...
  28. Replies
    4
    Views
    873

    Re: Sub Catergories on Main Page

    admin

    configuration/product listing

    Show SubCategories on Main Page while navigating
    and set it to 1 (true)
    .....probably, which version of zen did you upgrade from?
  29. Replies
    4
    Views
    944

    Re: Shrink height of header_bg.jpg

    yes

    nope. Its usually a good idea to keep similar stuff together, but it will work just fine it you tack it on the end.
  30. Re: Fine in ie - content pushed to the left in firefox

    adding

    #mainWrapper {
    float: left;
    }

    brings everything back onto one page in FF, not sure what that will do to IE however
  31. Re: Main page layout collapse if i increase textsize in IE

    is there a link so we can see your site? I promise I'm over 21 :)
  32. Re: Feature product and new product center column/boxes

    do you have a link? I'm not sure quite what your trying to say, could be a float problem. the background image could be a repeat issue, I'd have to see what your talking about
  33. Replies
    23
    Views
    2,460

    Re: Is this a Purple Shades Issue? I'm stuck

    you need to turn this on from admin

    I think its configuration/layout settings

    change
    Categories - Always Show on Main Page to 1
    and then
    Main Page - Opens with Category to whatever category...
  34. Replies
    13
    Views
    1,868

    Re: Two little stylesheet questions

    try this to start

    #navColumnOneWrapper, #navColumnTwoWrapper {
    width: 152px;
    }

    this should line everything up for you

    Give it a go and let us know if it fixes both problems or just the...
  35. Replies
    3
    Views
    962

    Re: Attribute options allignment / spacing

    The who did what now? OH the pic, I'm not sure. I just figured a mountain would go well with the sherpa thing.....

    Any who, between the attributes a clearboth is being called, so what was...
  36. Re: White Space....I Know Another White Space Issue...Cant Get Rid Of It

    You can always add a 2px bottom border so it looks the same in FF as IE :)

    I'm not sure that the problem is with the header, I suspect that it may be with #subscribe instead (its also not...
  37. Re: Help, how to adjust the spacing on the main page

    about half is coming from

    <h1 id="indexDefaultHeading"/>

    some is coming from .greeting

    .greeting {
    padding: 0;
    margin: 0;
    }
  38. Replies
    1
    Views
    1,854

    Re: Search box size and font

    The font size looks fine in FF, IE7 and IE6, did you fix the problem you were having?
  39. Replies
    3
    Views
    962

    Re: Attribute options allignment / spacing

    Ah, the joys of float.....

    tack this at the end of your stylesheet.css

    #productAttributes {
    float: left;
    }
    #productTellFriendLink {
    clear: both;
    }
  40. Replies
    6
    Views
    1,453

    Re: Contact us form

    the entire address is inside one tag with no formatting being done, so its just putting it on one long line that is wrapping around, are you using any mods? By default if you go to Admin My...
  41. Replies
    5
    Views
    1,288

    Re: Main Page Center Page Layout

    If you got it from the mozilla site, it should be an.xpi file. You should be able to do an open with (double clicking or right clicking and selecting open with from the menu. I don't remember the...
  42. Replies
    5
    Views
    907

    Re: Changing "New Products" page

    nothing is impossible, but you would need to dig around and change the logic to make it do what you would like. Right now its checking for the date a product was added vs. a variable amount of time...
  43. Replies
    2
    Views
    1,337

    Re: Need to make Country a hidden field...

    if your only going to sell in the US, I think removing the other countries from
    admin locations countries will just put US up there, not hidden but no drop down box
  44. Replies
    8
    Views
    1,082

    Re: My header is almost there...

    try adding

    #mainwrapper{
    margin: auto;
    width: 879px;
    }


    the header looks centered to me, what browser are you using? Hm, if you want the center to be from the L in life to the right edge of...
  45. Replies
    4
    Views
    1,002

    Re: Product image

    admin, configuration product listing

    look for

    Include Product Listing Top Categories Image

    and turn it to false
  46. Re: How to left align the text in the item name column please

    glad I could help
  47. Re: How to left align the text in the item name column please

    .centerBoxContentsProducts
    {
    text-align: left;
    padding: 5px;
    }
    will left justify everything, if you just want the text (not the name/link)
    then

    .listingDescription
    {
  48. Re: How to left align the text in the item name column please

    maybe, do you have a link we can see? I'm not sure what IDs and classes are used by that mod
  49. Replies
    3
    Views
    2,084

    Re: Website like CafePress.com

    OK. I've wandered away, had a few smokes (don't do this kids, its BAD for you) and put on my thinking cap.
    Picture this, if you will.

    Rather than cloning the product types, what if you had...
  50. Replies
    3
    Views
    2,084

    Re: Website like CafePress.com

    Anything is possible, its the probabilities that can let you down.
    I do not know off hand how the multi admin module works but it probably works off of table level privileges. As all products of the...
Results 1 to 50 of 158
Page 1 of 4 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR