Search:

Type: Posts; User: -Steve-

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,108

    Re: ### Not able to login

    was there a reason you added the code ?

    have you tried removing the code you added and seeing if can login then ?
  2. Re: tpl_categories... how to replace subcategory indicators with images?

    glad to help
  3. Replies
    15
    Views
    2,616

    Re: change url .. can't login

    yes .. but you need a folder you want it to go to ... if setting it to go to zencart directory then it will not show shop before the domain name

    try it ... create a shop folder and add a simple...
  4. Replies
    5
    Views
    2,818

    Re: Javascript snow fall and SSL

    not sure what script you are using but check the code and see if it is using http://

    if it is then change to https://
  5. Replies
    15
    Views
    2,616

    Re: change url .. can't login

    if you have setup sub domain in your host cPanel and set it to point to 'shop' folder on server

    then believe requires moving all files to 'shop' folder that needs to be created

    if setup shop...
  6. Re: tpl_categories... how to replace subcategory indicators with images?

    admin >> configuration >> layout settings

    look for Categories Separator between the Category Name and Sub Categories

    change to your requirements .. e.g.

    <img src='images/sub_bullet.gif'...
  7. Re: how do I remove/change header information

    would have thought to remove those you would disable the boxes in admin >> tools >> layout boxes controller

    look for the currencies and language and turn them off
  8. Re: How to change 2 column website into 3 column

    it is designed only for 2 column .. they do say 3 column coming soon

    seems daft template to me as they could have made it a 3 column and you then just disable the right column in admin >>...
  9. Replies
    9
    Views
    1,158

    Re: stylesheet

    wow .. with so many nested div tags going to be almost impossible

    i do notice you have in your above code

    .banner_header { background:url(../images/bg_lap.jpg) 19px 0 no-repeat;...
  10. Re: New products/Specials Navigation Row image not showing

    no problem .. glad to have helped
  11. Replies
    1
    Views
    886

    Re: adding border to images, not logo

    probably because the logo has a link in it as well ... maybe in template give the logo a 'class' and then in css add at bottom

    a: myclass image {border:0;}
  12. Replies
    3
    Views
    628

    Re: Inside a Featured Listing

    yes .. probably because as I stated .. they all begin with same numbers ... whereas if you had used actual names instead of numers for the items then it would see them as different items and so would...
  13. Replies
    3
    Views
    628

    Re: Inside a Featured Listing

    not sure i understand the question

    if asking about all the other images below the item listed then are you asking why they are there when they shouldn't be ?

    if so then might be because you...
  14. Replies
    5
    Views
    922

    Re: Where'd this space come from?!

    i notice in #logoWrapper you have height: 115px;

    the logo is only 79px hight

    you also have in template

    <div id="myHeader">
    yet as far as can tell its not defined in css
  15. Re: New products/Specials Navigation Row image not showing

    i see a background image for 'new products for december'
  16. Replies
    5
    Views
    922

    Re: Where'd this space come from?!

    try checking all #navCatTabsWrapper and #navCatTab in css and see if there is a padding or margin
  17. Re: New products/Specials Navigation Row image not showing

    not sure what 'boxes' referring to as can only see 'new products for december' in center column ... no idea what other boxes referring to ??

    if you mean the one i mention then reason is in css you...
  18. Replies
    3
    Views
    1,265

    Re: White space above logo in FF but not in IE

    try this ... in templates >> YOUR_TEMPLATE >> common >>tpl_header.php ... look for

    <br class="clearBoth" />
    change to

    <div class="clearBoth"></div>
  19. Replies
    10
    Views
    1,243

    Re: Help with index category layout

    https://www.zen-cart.com/tutorials/index.php?article=42

    assume you are using zencart template with your own images ?

    no problem ... just wondered if you knew you had removed it is all
  20. Replies
    6
    Views
    1,147

    Re: Left hand coloumn

    in which case something else is conflicting somewhere

    try removing the code i mentioned above and placing it in the body in css

    referred to the width as you have set at 900px but it is not wide...
  21. Replies
    10
    Views
    1,243

    Re: Help with index category layout

    glad to help

    notice have removed the zen cart copyright at bottom though ??
  22. Replies
    10
    Views
    1,243

    Re: Help with index category layout

    ok ... try this

    in your css stylesheet ... change


    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, {
    float: right;
    }
    to
  23. Replies
    10
    Views
    1,243

    Re: Help with index category layout

    understand your question now ... only because I checked in FF and Opera ... in IE7 it is how you want it .. FF and Opera it is not how you want it ??

    am I correct ... or do you mean something else...
  24. Re: Mysterious Space below top ez pages nav bar

    not sure why you have your html code above


    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    </head>
    <body topmargin="0">
    all html should be below that
  25. Replies
    6
    Views
    1,147

    Re: Left hand coloumn

    thats what i stated to try
  26. Replies
    10
    Views
    1,243

    Re: Help with index category layout

    sorry no idea what you are trying to explain

    are you refering to middle column (where gallery, leave it to us etc etc images are) or left column or something else ?
  27. Replies
    1
    Views
    1,232

    Re: Website Issues-1:Mozilla to Explorer Issues

    assuming same problem then no idea why you posted twice ... answered here http://www.zen-cart.com/forum/showthread.php?t=115602
  28. Replies
    6
    Views
    1,147

    Re: Left hand coloumn

    bit confused ... you state Internet explorer and safari it is ok but explorer it is not ??

    looking at your css would imagine because you have

    text-align:left;
    in #mainwrapper of css

    try...
  29. Replies
    8
    Views
    5,503

    Re: Javascript snow fall problems

    yes ..i know that as I am person who posted the instructions

    as i stated .. works on my home server but not my website (completely different servers)
  30. Replies
    3
    Views
    1,099

    Re: Credit Card Sidebox - adding link to image?

    sorry .. why using onclick to open a new window ?

    just add

    target="_blank" to the <a href

    if you really need to use onclick then change to

    onclick="window.open(this.href,\'newwin\'); ...
  31. Replies
    8
    Views
    5,503

    Re: Javascript snow fall problems

    yes .. i tried all different ways but still will not work on my website ... yet works on my home server .. strange
  32. Replies
    1
    Views
    1,071

    Re: Random New Products

    depends what box that was before (e.g. featured) ... if so then you have to set whatever featured images you want in there via admin >> catalogue featured products

    also check settings etc in...
  33. Replies
    34
    Views
    11,783

    Re: reviews sidebox!? main page problem

    have you added mod to 'rotate' products .. it will not rotate/scroll without a mod
  34. Replies
    3
    Views
    1,099

    Re: Credit Card Sidebox - adding link to image?

    same as you would any other link ... e.g.

    $content .= '<img id="ccMC" class="cc_img" src="images/cc_logos/logo_ccMC.gif" />'
    change to

    $content .= '<a href="url here"><img id="ccMC"...
  35. Replies
    1
    Views
    1,058

    Re: 1 px horizontal line in my footer??

    assume must have solved this as I see no line
  36. Re: The dreaded IE stricks again!! Pleas ehelp with CSS

    with so many css stylesheets have to leave to you to find where they are

    could start by looking in stylesheet.css for


    h3.leftBoxHeading, h3.leftBoxHeading a:link, h3.leftBoxHeading a:visited,...
  37. Replies
    8
    Views
    5,503

    Re: Javascript snow fall problems

    strange .. just uploaded to my site and doesn't work .. yet does on my home server ... will look into this and report back here

    think might be because got a few other jscripts running ... or site...
  38. Replies
    8
    Views
    5,503

    Re: Javascript snow fall problems

    how i done that script was:

    1) In the jscript code look for

    image/snow/
    change to

    images/snow/

    2) In templates/YOUR_TEMPLATE/jscripts folder ... save the jscript file as...
  39. Replies
    6
    Views
    1,550

    Re: How to Change the Contemporary Green Look?

    using tutorials gives a full explaination on what to do https://www.zen-cart.com/tutorials/index.php?article=142

    then just make your changes to your new template/css etc and if you should happen...
  40. Replies
    1
    Views
    1,037

    Re: Local override not working?

    perhaps didn't copy all required files/folders for your override

    without knowing exactly the problem you are having and seeing the problem going to be difficult for us to help you fix
  41. Thread: Need help

    by -Steve-
    Replies
    12
    Views
    1,247

    Re: Need help

    notice you have removed ZC copyright .. was that intentional or an accident ?
  42. Thread: Need help

    by -Steve-
    Replies
    12
    Views
    1,247

    Re: Need help

    sorry .. what tab .. where ?
  43. Replies
    4
    Views
    949

    Re: ssl certificate logo installation

    if you have the blank sidebox mod installed and working then you just add the code for the ssl image in the tpl_blank_sidebox.php file ... where it tells you to add it

    $content .= '<p>You can...
  44. Replies
    1
    Views
    1,865

    Re: how can i put rapidssl logo?

    if asking what i think then wherever you added your other image then just add the code required for the ssl image ... e.g.

    <img src="url to the image" alt="SSL" />
  45. Replies
    6
    Views
    1,508

    Re: Spam through contact us, anyway to control

    doesn't matter what email address you use ... bot will eventually find it and will spam it

    the solution by haredo might help
  46. Replies
    592
    Views
    131,884

    Re: Captcha using TTF & GD

    this is one I cannot get to work

    have installed and uninstalled numerous times

    have checked, double checked and triple checked that files all uploaded correctly

    on contact us page ... if I...
  47. Replies
    1
    Views
    810

    Re: Need to change font colors on my website

    for your english image it appears you are missing filename of the image as when viewing your source it only points to the folder ... not any image within the folder

    the the text .. try adding in...
  48. Re: How to change layout in center content boxes on home page?

    suppose depends exactly what want to do ... as far as i know it is governed by common/tpl_columnar_display.php but that page also affects 'New Products' block which is also in center column
  49. Re: Header, MainWrapper, and Footer alignment issues

    sorry not sure what trying to do (perhaps an image of what trying to achieve might help) ?

    personally i would move the logo section above the home and login links
  50. Replies
    9
    Views
    2,280

    Re: Linking My Logo Banner To My Home Page

    link to view the problem (and image) might help
Results 1 to 50 of 96
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR