Search:

Type: Posts; User: SignTorch

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    2,466

    v151 Re: Customer Login Time

    here's a plugin

    http://www.reloadedpc.com/zen-cart/zencart-custom-session-length/

    here's other instructions
    ...
  2. Replies
    4
    Views
    489

    v151 Re: PHP include in sidebox template

    I put this in test/test.html


    <div style="border:1px solid #abc;color:#678;margin:2px;border-radius:0 0 5px 5px;padding:3px;text-align:center;">This is test/test.html</div>

    I put this at the...
  3. Replies
    4
    Views
    489

    v151 Re: PHP include in sidebox template

    maybe this


    if(file_exists("./test/test.html"))$content.='<div>'.file_get_contents("./test/test.html").'</div>';
  4. v151 Re: Upgrading To v1.5.4 - Database and public_html

    public_html is the root folder for all public facing html content, if demo directory is not within public_html then it is not directly accessible from the web, so option 1 might work better

    or,...
  5. v154 Re: An unknown response null: :text/html: :not found was received while processing

    - never mind - issue appears to be solved - :cheers:
  6. v151 Re: Field alignment on the Billing Information screen... need directions on how to fi

    in default template

    when you click Change-Address it loads either tpl_checkout_shipping_address_default.php or tpl_checkout_payment_address_default.php, depending on which page you're on

    both...
  7. Replies
    6
    Views
    947

    v153 Re: Performance of Zen Cart

    Well, I'm sure you mean well, but it's not the index page and it does have images (and script and css [and > 10k products]), and it's no more or less meaningful than any other reply, and it's...
  8. Replies
    2,216
    Views
    351,482

    Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2

    thanks, that's definitely an improvement, and a good example, I'm new to all this responsive stuff...

    14985
  9. Replies
    6
    Views
    947

    v153 Re: Performance of Zen Cart

    I've got > 10k products > tons of customers and orders and it's lightening fast

    14984
  10. Replies
    2,216
    Views
    351,482

    Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2

    I'm using it with the default responsive theme and if the screen isn't wide enough then the tabs span more than 1 row, I haven't looked into how to make it look better
    14983
  11. v139h Re: Degraded (editable) text in Product Pages and EZ Pages

    posted image is reduced to 640px wide - hard to see - capture a smaller area for more clarity

    check the CSS - opacity, shadows, gradients, etc can make a textarea unreadable



    14982
  12. v154 Re: 'Buy Now' vs 'Details' buttons in Featured Products carousel

    products with attributes display "details" to show the buyer the product page with all the options, while products without attributes display "buy now" because they have a set price and no options to...
  13. v151 Re: Field alignment on the Billing Information screen... need directions on how to fi

    no, I'm not a developer, for those sorts of changes I just use the browser web developer tools to look at the CSS, and that lets you make temporary changes to see how each setting affects appearance,...
  14. v151 Re: Field alignment on the Billing Information screen... need directions on how to fi

    you did it right, it doesn't matter where it is in the file, except later rules take precedence, so sometimes order can have an effect

    the problem is the label is not a block element, so width is...
  15. v151 Re: Field alignment on the Billing Information screen... need directions on how to fi

    you're welcome,

    try adding these lines to the css file



    .fec-field {clear:both;}
    .fec-field label.inputLabel {width:120px;}
  16. v151 Re: Field alignment on the Billing Information screen... need directions on how to fi

    looks like you can either

    add .fec-field {clear:both;}

    or get rid of float:left; in label.inputLabel on line 119

    in stylesheet.css

    1st option seems best, 2nd option causes width of label...
  17. Replies
    2,444
    Views
    353,544

    Re: Ceon URI Mapping v4.x

    well <!doctype doesn't have to be on the first line

    but I see something else in the javascript, single quotes are escaped inside double-quoted strings

    onmouseover="showtrail(\'bmz_cache...
  18. Replies
    2,444
    Views
    353,544

    Re: Ceon URI Mapping v4.x

    looking at it in webmaster tools in msie and chrome, there is something wrong, causing almost all <head> content to appear in the <body> section, even though in view source it appears largely correct...
  19. Replies
    2,216
    Views
    351,482

    Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2

    add a font-size over 100% in alt_tpp_tabs13.css around line 34




    #slidetabsmenu a span {
    float:none;
    font-size:120%;
    }
  20. Replies
    18
    Views
    6,274

    v154 Re: PHP Warning: strstr(): Empty needle in

    That's good, FWIW that is what I suggested in post #2
  21. Replies
    18
    Views
    6,274

    v154 Re: PHP Warning: strstr(): Empty needle in

    we've been referring to it as an error, it is actually a warning, suppressing the warning with @ should be viable
  22. Replies
    18
    Views
    6,274

    v154 Re: PHP Warning: strstr(): Empty needle in

    the reason is because the variable $_SERVER['REMOTE_ADDR'] can be empty, when it is empty the function strstr() throws the error, because it can't have an empty needle parameter

    my 2nd suggestion...
  23. Replies
    18
    Views
    6,274

    v154 Re: PHP Warning: strstr(): Empty needle in

    $_SERVER['REMOTE_ADDR'] can be empty, which causes the error

    I think you can suppress the error with @

    case (@strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])):

    or clarify...
  24. Replies
    4
    Views
    652

    v151 Re: Experience with X-Cart so far

    underwhelmed is an understatement... I've used xc4 for years, tried xc5, more bugs than the amazon rain forest, switching to zc, xc makes zc look like solid gold, no comparison... one area where xc...
  25. Re: Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO

    I'm using Ceon URI mapping with 11,000 products and I don't see it having any effect.

    14888

    One thing I like is being able to import (by sql) alternate URLs from my old store in cases where...
  26. Replies
    1,864
    Views
    405,960

    Re: Westminster New v 1.3 UPDATE

    my browser is fine, chrome also displays the default green template

    I think the URL should have &template_switch_id=westminster_new

    then it works...
  27. Replies
    1,864
    Views
    405,960

    Re: Westminster New v 1.3 UPDATE

    it throws a script error then displays the default green template

    'jQuery' is undefined
    File: index.php, Line: 26, Column: 17
  28. Replies
    168
    Views
    29,431

    v153 Re: CSS JS Loader [Support Thread]

    your description/question is not clear, but if you are referring to the opaque black and white spots on the ribbons where there should be transparent shadows, then you just need to revert back to the...
  29. Replies
    392
    Views
    90,413

    Re: Responsive All Business Template

    you have an unclosed <font> tag in the page content
    (I see like 5 unmatched end tag errors)



    14786
  30. Replies
    1,864
    Views
    405,960

    Re: Westminster New

    total newb (to zen cart) here, just getting started, and this theme is so impressive I just wanted to say thank you

    I'm going to plan on using it, and if (when) I need a developer, you've got the...
Results 1 to 30 of 32
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR