Search:

Type: Posts; User: hedron

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,598

    htaccess Redirect syntax

    currently I have this htaccess syntax:
    RedirectMatch ^/$ http://www.example.com/store

    Which worked fine until I decided to install a blog as well.

    With that syntax anyone that goes to...
  2. Replies
    3,041
    Views
    776,906

    Re: Apple Zen Support Thread

    Sorry. I am no CSS expert. :(

    When I looked at your page source I did not see it calling any other stylesheets. So I am not sure where the conflict is.

    I would use WinMerge or similar program...
  3. Replies
    3,041
    Views
    776,906

    Re: Apple Zen - display two sideboxes on right

    If the screen rez is above 1280 x 1024 then you can see 2 sideboxes above the fold, if you properly tighten up your top logo section... thing is, over 50% of rez are below vertical 1024:...
  4. Replies
    3,041
    Views
    776,906

    Re: Apple Zen Support Thread

    Maybe because you commented out this height setting from the drop menu stylesheet?

    div#dropMenu li a {
    display: block;
    /* Hides from IE5-mac \*/
    /*height: 1%; */
    /* End hide from IE5-mac */
    ...
  5. Replies
    3,041
    Views
    776,906

    Re: Apple Zen Support Thread

    I was wondering if you were ever able to figure out the bullets issue?
    http://www.zen-cart.com/forum/showpost.php?p=718786&postcount=2639

    Thank you!
  6. Re: Specials side box showing only on IE7, outside the template...

    Thank you so much stevesh. That was it!!
  7. Re: Specials side box showing only on IE7, outside the template...

    I am really perplexed on this one. How can it be that only one side box is not working properly?

    Does anyone have some possible suggestion about where I should start looking for what is creating...
  8. Re: Specials side box showing only on IE7, outside the template...

    Btw, here is a link to the site:
    http://www.saleyla.com
  9. Specials side box showing only on IE7, outside the template...

    Our Specials sidebox is no longer working properly.

    It does not display in FF, IE8 and Google Chrome, it does display in IE7, but out to the side of the template (I got a screen shot from a friend...
  10. Re: Image Map Coordinates for different browsers...

    That would be nice, but it does not work. Why?

    Because if I size it for Firefox, it will spill over in IE and Chrome, and the maps will be off.

    If I resize it for IE, then it will be short in...
  11. Re: Image Map Coordinates for different browsers...

    So...
    With html the maps did not scale.
    With CSS the image is not scaling.

    Getting closer.

    Any kind help welcome. :)


    PS: Here is a simple tutorial for CSS image maps:
  12. Re: Image Map Coordinates for different browsers...

    I did the maps in CSS with em coordinates and they appear consistent on all browsers, however somehow I cannot get the image to show up. I have a test page here:...
  13. Re: Image Map Coordinates for different browsers...

    Unless there is a solution with the current html code, maybe I should do the maps in CSS, using em for coordinates?
  14. Re: Image Map Coordinates for different browsers...

    Well, somehow that still does not work.

    I mapped the coordinates on the original image.

    Here is the site:
    http://www.saleyla.com

    I did not include height because it stretches the image...
  15. Re: Image Map Coordinates for different browsers...

    Genius! :clap:

    Thanks Tino!
  16. Image Map Coordinates for different browsers...

    How do I created an image map that will work on all browsers?

    This code (within define_main_page) works only with Firefox. It does not work with IE and Chrome, since they shrink the image...
  17. Replies
    15
    Views
    1,640

    Re: Customizing descriptions ...

    And I am guessing that if I decide to customize the Category meta tags manually I should implement this bug fix?
    http://www.zen-cart.com/forum/showpost.php?p=517993&postcount=16
  18. Replies
    15
    Views
    1,640

    Re: Customizing descriptions ...

    Yes, if the product's meta name="description" section is by default the description of the product (which it is for me now), then they would all be different if the description of the product is...
  19. Re: Customizing Meta Tags...

    Would you please be so kind to share with us what kind of meta tags improvement you have implemented?




    I don't have Safari, but it also looks skewed on Google Chrome. It looks fine on IE and...
  20. Replies
    15
    Views
    1,640

    Re: Customizing Meta Tags...

    But that would have to be done for each product manually, right?


    I tested it and it works, by the way. :smile:

    Not that I was doubting that it wouldn't.

    Thank you.
  21. Replies
    15
    Views
    1,640

    Re: Customizing Meta Tags...

    Ah. So that is why I did not find much about this in the faq and in the forums in general...

    The product pages were going to be my first meta tag tweak and then I would have continued to tweak...
  22. Replies
    7,098
    Views
    1,857,071

    v138a Re: Image Handler 2 Support

    Nevermind. Ifound it:
    http://www.zen-cart.com/forum/showthread.php?t=116019&page=126
  23. Replies
    7,098
    Views
    1,857,071

    v138a Re: PHP 5.3 patch

    When I get the inspiration to tackle this I will report if I have success. My host does not have PHP 5.3 yet so...



    Which Zen 2.0 thread are you referring to?

    Thank you.
  24. Replies
    15
    Views
    1,640

    Re: Customizing Meta Tags...

    Hmm... as far as the description meta tags for product it seems to me that I have to edit this section:


    // no custom description defined use product_description
    $metatags_description =...
  25. Replies
    15
    Views
    1,640

    Re: Customizing Meta Tags...

    Ok, thank you DrByte. I will check that section out and see if I find clues.

    Thanks! :)
  26. Replies
    15
    Views
    1,640

    Re: Customizing Meta Tags...

    I am still trying to figure this out.

    I would like to customize the meta tags side-wide for products.

    Please see my first post for details.

    Any help would be greatly appreciated!

    Thank...
  27. Replies
    592
    Views
    131,919

    Re: Captcha using TTF & GD

    I am still wondering why the Redraw button is not an hyperlink?

    Minor usability quibble. :)
  28. Replies
    7,098
    Views
    1,857,071

    v138a Re: PHP 5.3 patch

    Right, in fact as I mentioned in my post I used WinMerge to find out that that file has a conflict.

    And merging that file does not appear easy at all, since I don't understand PHP.

    If I figure...
  29. Replies
    55
    Views
    18,566

    Re: PHP 5.3 Fixing... Problems...

    I generally cross reference my posts, thus thank you for suggesting to cross reference this one as well.

    If anyone needs it, the Image Handler support thread is here:...
  30. Replies
    7,098
    Views
    1,857,071

    v138a Re: PHP 5.3 patch

    A new PHP 5.3 patch has been released here:
    http://www.zen-cart.com/forum/showthread.php?t=140960

    I compared the files in the patch with WinMerge and found out that a file used by Image Handler...
  31. Replies
    4
    Views
    710

    Re: Status Codes: what do visitors see?

    OK. I understand.

    Thank you again!!
  32. Re: Gift Certificate FAQ pages still accessible after uninstalling module

    Ok. Thank you.
  33. Gift Certificate FAQ pages still accessible after uninstalling module

    The Gift Certificate FAQ pages still show although I uninstalled the module.

    Google is indexing these pages and if visitors happen do a search for gift certificates they will find those pages.
    ...
  34. Replies
    4
    Views
    710

    Re: Status Codes: what do visitors see?

    Thank you for replying to all my posts today DrByte!

    Isn't 401 for example a failed login?

    And isn't 302 just an automatic redirect? I seem to be getting a lot of 302s.
  35. Replies
    3
    Views
    778

    Re: Database backup: ideal export settings

    For what is worth, the only setting not included in that step by step article but that is included in the FAQ is this one:

    - CHECKED: Add DROP TABLE

    That article is useful for beginners though,...
  36. Replies
    3
    Views
    778

    Re: Database backup: ideal export settings

    Oops. Sorry.

    :oops:
  37. Replies
    55
    Views
    18,566

    Re: PHP 5.3 Fixing... Problems...

    Thank you! :)
  38. Replies
    55
    Views
    18,566

    Re: PHP 5.3 Fixing... Problems...

    So you are basically saying:
    1. Compare Patch to Original file. See what was modified
    2. Go to the Image Handler file mod and add or subtract whatever found in 1. without changing anything else?
    ...
  39. Replies
    4
    Views
    710

    Status Codes: what do visitors see?

    In my site statistics I found the following status codes:
    200 OK
    304 Not modified since last retrieval
    404 Document not found
    500 Internal server error
    503 Service temporarily unavailable

    206...
  40. Replies
    55
    Views
    18,566

    Re: PHP 5.3 Fixing... Problems...

    The only modified file I found is html_output (the one in the main includes, not admin), since that file is modified by Image Handler, a popular module.

    Can anyone give me a hand merging the two?...
  41. Replies
    3
    Views
    778

    Database backup: ideal export settings

    To backup my database I use the export settings outlined in this article:
    tech.blorge.com/Structure:%20/2009/01/10/how-to-back-up-your-wordpress-database-with-phpmyadmin/

    I was wondering if these...
  42. Replies
    55
    Views
    18,566

    Re: PHP 5.3 Fixing... Problems...

    Thank you so much! :)
  43. Replies
    55
    Views
    18,566

    Re: PHP 5.3 Fixing... Problems...

    Thank you for the reply! :)

    Key words: "should be"

    Has anybody tested it on any previous PHP versions? Like 5.2*

    Thank you.
  44. Replies
    55
    Views
    18,566

    Re: PHP 5.3 Fixing... Problems...

    If I go to Tools > Server Info, I see that the current PHP version is not 5.3 yet.

    I asked my host and they said they will eventually upgrade to 5.3 but did not give a specific date.

    ...
  45. Re: My Personal Address Book entries repeat customer name. Why?

    Ah. I see.

    So instead of the name it could say Primary Address, Address 2, etc. (A field that is editable by the customer maybe)


    I guess I need to tweak some language or template files to...
  46. Re: My Personal Address Book entries repeat customer name. Why?

    Yes, sure. But every address entry repeats the customer name twice just as I posted above.

    So for example, if you have 5 entries, your name will be repeated 10 times, not including the extra time...
  47. My Personal Address Book entries repeat customer name. Why?

    Is there any particular reason why the customer name is repeated twice in the entries at My Personal Address Book:


    John Doe

    John Doe
    1 Any Street
    AnyTown, XX 0000
  48. Replies
    15
    Views
    1,640

    Re: Customizing Meta Tags...

    Melanie,

    As a side note, glad you posted on here since I decided to take a look at your site. Great info on there. Thanks.
  49. Replies
    15
    Views
    1,640

    Re: Customizing Meta Tags...

    Unless I am missing something, that setting is manual. I would have to edit each product manually. No thank you.

    I am interested in a dynamic solution, since zen cart is dynamic. From what I...
  50. Replies
    15
    Views
    1,640

    Customizing descriptions ...

    I would like to learn how to customize Meta Tags to optimize the output of search engine results.


    Based on reading other posts, so far I understand that I should customize this file:...
Results 1 to 50 of 138
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR