Search:

Type: Posts; User: 10west

Search: Search took 0.01 seconds.

  1. Re: Image Handler and Light Box weird issues.....

    Maybe try it on a few browsers and remote machines from your install machine, because the lightbox worked for me. I saw no extra images in case two, but the box loaded, dimmed window, and displayed...
  2. Replies
    2
    Views
    540

    Re: Display Products URL on the listing page

    sorry, misunderstood
  3. Main page content boxes: information sidebox, where does it originate?

    I need to change links in the information sidebox. So I started at the index.php and sort of reviewed the page creation flow, but can't figure out where side boxes get inserted into the main page...
  4. Replies
    1
    Views
    1,651

    Credit card logo thumbnail images

    How do I add the credit card thumbnails to my checkout page? What file is controlling that page, or could it be an admin setting. This one is giving me problems, and I know I saw it somewhere.
    ...
  5. Re: Paypal option does not appear on some machines

    Yeah, possibly. I wondered what security setting would she have to modify, in Windows 7 or Vista.

    Firefox and Chrome both are affected, so maybe it's a more global setting.

    Thanks
  6. Paypal option does not appear on some machines

    I installed payapl, works fine. But a quality control tried it from her machine and the paypal option does not appear.

    Any one know why some machines may not allow the paypal option to be visible,...
  7. Replies
    2
    Views
    859

    Re: Home Landing Page

    Thanks for the info. It may just reinforce my own case, since this is not my idea, but a comment from the land based "help" if you know what I mean. So when traffic is affected, I'll have to switch...
  8. Replies
    2
    Views
    859

    Home Landing Page

    Anyone know of a simple way to make the home page, just a simplified landing, like even and htm file.

    From there, I would like visitors to be able to go to the store, instead of the store's sort...
  9. Re: Admin Login Doesn't Work after messing with session_start()

    check the exact path string and case of the string, including the presence or absence of www., http, vs https, etc
  10. Re: Displaying sub-categories and products with categories

    Admin>>>
    configuration menu>>>
    layout settings>>>>
    "Categories - Always Open to Show SubCategories"

    edit the above from 0 to 1 for expanded sub categories, that may be what you are looking for
  11. Re: How do I set all products to have the same 5 blank discounts?

    not exactly sure what you mean.

    but you could set up a product in the catalog, and instead of doing everytime manually, you could then "copy" it, as a "duplicate" product, to any product category,...
  12. Thread: Product Images

    by 10west
    Replies
    1
    Views
    439

    Re: Product Images

    http://www.zen-cart.com/wiki/index.php/Table_products

    in the products databse schema section of the zen wiki/manual you will find a table field called "products_image", which you could update...
  13. Replies
    1
    Views
    385

    Re: admin page not working

    check the exact name of the file, and also the www. prefix, or lack thereof, and if you changed anything in naming folders etc, make sure the changes are changed everywhere where they are referred...
  14. Replies
    1
    Views
    405

    Re: Column Alignment in Product Listing

    With magic!, lol, j/k

    it should be inside the stylesheet.css, and the column headers layouts which you can affect by various settings in there. Look for the "wrappers" that control layout of...
  15. Replies
    2
    Views
    353

    Re: Admin Layout Changes

    http://www.zen-cart.com/index.php?main_page=index&cPath=40_41

    FOR ADMIN ADDONS, SEE LINK ABOVE

    ALSO KEEP IN MIND THE ADMIN AREA UTILIZES IT'S OWN SET OF CSS FILES.
  16. Re: How do I adjust the column width between the product image and the product name?

    JUST SOME MORE EXAMPLES WITHIN STYLESHEET.CSS

    .centerBoxContentsSpecials {
    MARGIN: 1em 0em
    }
    .centerBoxContentsAlsoPurch {
    MARGIN: 1em 0em
    }

    .centerBoxContentsFeatured {
  17. Re: How do I adjust the column width between the product image and the product name?

    it's going to be in your css file, specifically look for the various
    ".centerboxwrapper"s and ".centerboxcontent"s, they are named pretty logically, and padding and sizing can be experimented with...
  18. Thread: Signin Header

    by 10west
    Replies
    2
    Views
    317

    Re: Signin Header

    in your stylesheet.css file it's in the #navMainWrapper, color attribute. color: #000000 for instance is black text, background-color will be the fill color, "color" will be the text color, see below...
  19. Replies
    2
    Views
    667

    Re: HELP Issue with product description text

    GNG3906 <<<<< if that is the text you are speaking of, you may just have to set it explicitly to a smaller font size in px, or it's percentage of fill smaller in em.
    since it is a support item, it...
  20. Replies
    3
    Views
    576

    Re: Centering the Add to Cart button

    try float: middle, instead of commenting it out
  21. Re: Product page: Image number 2 as main image instead of image number 1

    to affect product order on the main page, pay attention to the "sort order" of the product as you add it to the catalog.
  22. Re: Product page: Image number 2 as main image instead of image number 1

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

    see that thread in tutorials FAQ, it will explain what image Zen will use as your first image in a multi image scenario
  23. Re: How to reduce the margin between header banner and contents?

    in your style.css file experiemnt with the #mainWrapper and #headerWrapper attributes.


    #headerWrapper {
    PADDING-BOTTOM: 0em;
    BACKGROUND-COLOR: #252736;
    MARGIN: 0em;
    PADDING-LEFT: 0em; ...
  24. Thread: Logo too big

    by 10west
    Replies
    6
    Views
    822

    Re: Logo too big

    You may need to explicitly resample your logo image to the size you need, and experiment with it, if you want it 150x200 then resample it at those pixel dimensions in an image editor, like picasa or...
  25. Replies
    0
    Views
    357

    EZpage, but not EZlink at first request

    put an ezpage in.

    a link to a page in the site. works fine on first update.

    restart browser, request ezlimked page...
    ...
  26. Thread: Few questions.

    by 10west
    Replies
    15
    Views
    905

    Re: Few questions.

    an alternative route, to affect many sideboxes, header footer etc.

    In EZpages, when you open it up, scroll down, and there is 2 url boxes.

    you can point anyone anywhere, to a page on your site,...
  27. Re: Uncontrollable black text, where is the CSS class?

    LEGEND
    color: myColor


    ooops
  28. Uncontrollable black text, where is the CSS class?

    http://www.davidfreelandopals.com/loginpage.jpg

    Anyone know where to find the ID and style for the #loginDefault or wrapper or something in the vicinity in the customer login page?
    , to control...
  29. Re: navbar/mouseover make a link stay highlighted when its clicked

    This is a section from a stylesheet I used to control the Anchors according to what status they are at, mine kept visited and active the same color, but changing the visited color will produce the...
  30. Replies
    1
    Views
    1,455

    Paypal Standard and express at the same time

    I configured PayPal standard and it installed fine.

    Then I went to install PayPal Express, but when I hit install it kept refreshing back to the PayPal Standard configuration information, and the...
  31. Replies
    3
    Views
    489

    Re: Background color problem

    Experiment with these, not in order, I sampled them where I made changes

    //* Overall page background
    body {
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 80.0%;...
  32. Re: tutorial/thread on featured product option?

    zencart "featured product"

    This search in google and others returned a few pages, I did not go into them, but maybe you can find something in there.
  33. Re: Two Questions 1) Increase Price Font 2) Eliminate EzPages Footer Bar Completely

    1. in the stylesheet affecting your page, check the style affecting the text/container you want to change.
    The fontsize "em" css/html syntax controls size in a percentage fashion calculated from...
  34. Re: How can I show the artist name under the title in products_new and products_all p

    Go into admin product "All Listings" and look at your "display product name" settings. it's kind of weird, so experiment with those 4 digit numbers or search it, because they affect orders of...
  35. Replies
    4
    Views
    571

    Re: Turn grey space behind zen cart site black

    SH:censored:T, BEAT ME TO IT!

    body {
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 80.0%;
    color: #0000FF;
    background-color: #000000; <<<background, mines...
  36. Replies
    2
    Views
    649

    Re: Any ideas on how to track this change ?

    <div id="pageThreeMainContent" class="content">????

    It looks like the above Document Division div got messed up/corrupted, and another clue is two div closing tags


    height="15" /></a></div>...
  37. Replies
    4
    Views
    1,208

    Re: sub categories pop up java display

    popup window, pop-up window, pop up window
    javascript

    <SCRIPT language=JavaScript>
    var footnote;

    function popWin(href) {
    if (footnote == null || footnote.closed) {
    ...
  38. Replies
    4
    Views
    1,208

    Re: sub categories pop up java display

    You could maybe just use html, if the category is providing a hyperlink when moused over, you could just add a mouseover tip; screen tip. Just have to find out where that html is being generated, and...
  39. Replies
    1
    Views
    434

    Re: I have a problem to log in to admin .

    Check:
    Did you rename the admin directory?
    Are you calling a file that actually is there?
    Try the full url, ...www.theplace..., instead of ...theplace...
    Check the file permissions, and possible...
  40. Replies
    9
    Views
    586

    Re: background color

    under a selector like #reviewsContent, or some other sidebox name in the css #SelectorNameofSideBoxYouNeed there are classes attached with the "." notation. in the loaded page it looks like

    ...
  41. Replies
    2
    Views
    367

    Re: Please Help, How Do I.. [IMAGES]

    I'm guessing, but maybe the css selector below in csssstylesheet.css

    #navMainSearch {
    FLOAT: right
    }

    You may experiment with position:absolute attributes under the css selector:
    ...
  42. Replies
    9
    Views
    904

    Re: Text/Image Positioning Help

    It's probably in the stylesheet around this area:
    .sideBoxContent
    Check the annotated stylesheets in zen wiki, and see whats controlling the text wrapping or image positioning within the side...
  43. Replies
    2
    Views
    446

    Re: Meta Tags on Generated Pages

    You mean the banner top header? If so, then the main css file may be where you look, and see where this css selector is applied

    [zc-home/includes/templates/classic/cssstylesheet.css]
    ...
  44. Sticky: Re: The Quickest and Easiest way to work out what does what on the CSS style sheet

    Stylesheet Analysis Technique
    (Save as web page complete)

    Another technique you can use, for those who want to keep various static records of a dynamic site, is to navigate to the pages in your...
  45. Replies
    2
    Views
    993

    upgrade strangeness

    I just upgraded from zc 1.3.8 to 1.3.9.
    My store was minimal before, but I had renamed my admin folder to something else.

    I ran an installation script from my webhost who provides zc

    It...
  46. Replies
    3
    Views
    551

    Re: Additional images and numeric characters

    Thanks for help
  47. Replies
    3
    Views
    551

    Additional images and numeric characters

    I'de like to use multiple images per single product, and am thinking of a directory structure like:

    images/categoryx/subcategoryx/ <<<Thumbs in root
    images/categoryx/subcategoryx/images_full...
  48. Replies
    7
    Views
    814

    Is Linkpoint still supported in Zen Cart?

    I saw a gateway in the recommended services list, but not on the ZC compatible gateway list, so I was wondering, is Linkpoint still supported and configurable without extra programming or third party...
  49. Re: Change root directory name: does it affect zencart operation?

    Thanks, just wanted to make sure, those articles are pretty clear.
  50. Change root directory name: does it affect zencart operation?

    Background: I'm developing a store for example: www.mysite.com/mystore

    Soon though, the store will be changed in 1 of 2 possible scenarios:

    1. the same server, same address, with a different,...
Results 1 to 50 of 50
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR