Search:

Type: Posts; User: Tykies

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: Gbuy

    by Tykies
    Replies
    0
    Views
    861

    Gbuy

    I just wanted to get discussion started on this new payment system that Google is said to be creating.

    Has the Zen team heard of this new payment system and are there any plans to investigate and...
  2. Replies
    4
    Views
    3,071

    Re: FireFox Display Off Center

    Try checking all the widths in both your stylesheets.
    There are some instances of 750px which should be adjusted to 937px which is the width of your header image. One that I found while glancing...
  3. Re: Gap in Header & Logo / need full border around table

    um its in my previous post which you've acknowledged. :wacko:
    #logoWrapper {background:#000;}

    or you can use a tiled image if you prefer.
  4. Re: Gap in Header & Logo / need full border around table

    I had the same issue with the gap in IE. I couldn't find a fix for it, even posted here as well. I ended up adding a background image to #logoWrapper to disguise it.
  5. Replies
    733
    Views
    371,076

    Sticky: Re: Things every New Zenner needs to know

    What directories all the images are in. IE: buttons, icons, images etc.
  6. Replies
    8
    Views
    2,031

    Re: Firefox display problem

    check your widths in your stylesheet, you've got 750px but your banner is 950.
  7. Replies
    11
    Views
    2,344

    Re: What is wrong with my site?????

    :artist: I think this is what wasana meant about changing the images a bit so that they load up faster. rather than using html code to size it, use an image ap. ;)
    Oh I also sharpened it up a...
  8. Replies
    11
    Views
    2,344

    Re: What is wrong with my site?????

    hmm with three stylesheets its difficult for me to determine the cause, but try searching for instances of widths defined as 750px and replace with 100%

    I saw this width in .centershop on two of...
  9. Re: webpage does not fill browser window vertically

    :thumbsup: excellent!
  10. Re: webpage does not fill browser window vertically

    Paul when you mentioned a gradient I was scratching my head, then I had a look in IE and Eureka!
    firefox doesn't show the clickpop_towers_web.jpg at all. On to new problems! :wacko:

    What if......
  11. Re: webpage does not fill browser window vertically

    Is this what you're after?

    body {
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: x-small;
    color: #ffffff;
    background-color: #153F6E;
    padding: 0px;...
  12. Replies
    8
    Views
    1,322

    Re: Getting Rid of Surplus Navigation

    Have you messed with config/images/

    Category Icon Image Width - Product Info Pages
    Category Icon Image Height - Product Info Pages
  13. Replies
    15
    Views
    4,135

    Re: Body Backgound Size?

    hmm.. so if I understand correctly, you want for your background image to stretch with the page instead of repeating?

    Can you post a link to your shop so I can try and understand better?
  14. Replies
    3
    Views
    1,539

    Re: FireFox-1.6 & IE-6

    Yep most definitely.
    Try http://w3schools.com for css differences. :thumbsup:
    They wrote the css standards and are a wonderful resource.
  15. Replies
    5
    Views
    2,490

    Re: logoWrapper issue

    :huh: I'm miffed. -scratches head-
  16. Replies
    1
    Views
    1,760

    Re: footer background image

    Ok, this is fixed by editing tpl_footer


    <!--bof- site copyright display -->
    <div style="clear:both">&nbsp;</div></div><div id="siteinfoLegal">
  17. Thread: Changing Title

    by Tykies
    Replies
    10
    Views
    3,301

    Re: Changing Title

    Kuroi, thanks much for clarification.
    I had put the file inside lang/custom rather than lang/eng/custom -- that explains why my attempted override wasn't working correctly.
  18. Replies
    5
    Views
    2,490

    Re: logoWrapper issue

    :shocking: no you're not!
    this is how we all learn! :thumbsup:
  19. Replies
    1
    Views
    1,760

    footer background image

    :blink: I have added a background image to the footer portion of my template and it shows in firefox but not Ie. :P
    http://www.tykies.com/shop/

    and here's the image:...
  20. Replies
    5
    Views
    2,490

    Re: logoWrapper issue

    Your image is only 757 pixels wide, so you have 3 extra pixels of blank space. :wink2:
  21. Replies
    9
    Views
    3,612

    Re: Backround color Help

    Add padding to your stylesheet.css

    TABLE.header {
    background: #ffffff;
    /*background-image: url(../images/header_bg.jpg);*/
    background-repeat: repeat-x;
    width: 750px !important;
    ...
  22. Thread: Changing Title

    by Tykies
    Replies
    10
    Views
    3,301

    Re: Changing Title

    Thank you I needed this too!

    Since this is not in a custom directory, is there any worry that it may be over written in future upgrades?
  23. Replies
    2
    Views
    2,310

    Re: Identify div layer?

    holy wow. wouldn't ya know - I keep digging around and stumble on it by accident?

    #navBreadCrumb

    I had spent a good 3 hours this morning, went to lunch and when I came back finally gave up and...
  24. Replies
    2
    Views
    2,310

    Identify div layer?

    First and foremost, thank you all for being such a wonderfully supportive community. Your responses are positive, quick, to the point and I've seen several of you follow up to make sure the issue was...
  25. Replies
    3
    Views
    2,372

    Re: contact_us Page error

    edit post timed out, but I wanted to say thank you! I found the file and like zen magic, its fixed now. :thumbsup:
  26. Replies
    3
    Views
    2,372

    Re: contact_us Page error

    Well, good question. The packet that I unzipped does not have a contact_us page within it. I'm going to download a new copy of the files and see what I can find, maybe my download was corrupt.
  27. Replies
    4
    Views
    2,597

    Re: Recolor bar on shopping cart page

    TR.tableHeading {
    background-color: #314939;
    height: 2em;
    }
  28. Replies
    3
    Views
    2,372

    contact_us Page error

    Hello! :yes: I'm in need of expertise with an issue that I've recently discovered.
    I've upgraded to 1.3 and now recieving this error on my contact us page.
    :unsure: I'm unfamailiar with the...
  29. Replies
    4
    Views
    2,597

    Re: Recolor bar on shopping cart page

    I'm going to guess you're referring to the "new products for May" bar.

    It's here:

    h2.centerBoxHeading, .productListing-rowheading {
    margin: 0em;
    /* background-image:...
  30. Replies
    12
    Views
    6,845

    Re: install.php is blank

    I'm a newb, but have you tried downloading a fresh copy of the install.php and trying it instead?
  31. Thread: Kudos

    by Tykies
    Replies
    1
    Views
    2,628

    Re: Kudos

    I second that! My upgrade was flawless as well (still working out the styling) and I am surely digging the zen cart's new site design. :D Thanks Zen team!
Results 1 to 31 of 93
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR