Search:

Type: Posts; User: Rowan

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Re: Center Column "collapses" in firefox on different computer

    A lot of relatively minor errors are coming from the product descriptions, I'm not sure if it's due to the WYSIWYG or the person writing the descriptions.

    As for the other errors, someone had to...
  2. Thread: Items Per Page

    by Rowan
    Replies
    1
    Views
    1,222

    Re: Items Per Page

    It's all under Admin > Configuration > Maximum Values.
  3. Replies
    5
    Views
    1,242

    Re: A few million CSS issues

    The main sidebox templates are in: includes/templates/your_template/common/tpl_box_default_left.php and _right.

    Those files affect the layout of all sideboxes, check for unecessary HTML in there.
  4. Re: Authorization to browse...but not show login screen as first page

    There's no point preventing access to the entire website and only providing a login/register form. I want to have an about page (index) with some information about the company and previews of...
  5. Re: Authorization to browse...but not show login screen as first page

    I'm also looking for a way to do this. :mellow:
  6. Replies
    7
    Views
    1,949

    Re: Disable Catalog, "SHOP STATUS"

    I would also like to be able to do this, is this at all possible?
  7. Specify shipping fees for different cities in different countries?

    I was wondering if it was possible to specify different shipping rates for different cities in multiple countries.

    Example, It would cost $30 to send a 1KG product to London, but to send anywhere...
  8. Replies
    0
    Views
    3,693

    Welcome email sample shows differing text

    This is for version 1.3.5.

    When viewing the welcome email sample/preview in Admin > Email Welcome, you're given two separate samples at once - HTML and plain text.

    After making a number of...
  9. Replies
    6
    Views
    1,382

    Re: Text Spacing Problem

    It's the same thing you see in newspapes and magazines, it's imply caused by full-justification.

    In your stylesheet, search for a line similar to this: text-align: justify.

    Either delete the...
  10. Replies
    18
    Views
    6,515

    Re: Move Product description to under image

    Yes.



    You can have one without the other, however they can't be split apart unless you make some sizable changes to the PHP.
  11. Replies
    18
    Views
    6,515

    Re: Move Product description to under image

    The description is tied to the name. Just so you know, it will not be easy to separate the name and description with 1.3.*, so I'd leave it as it is.
  12. Replies
    18
    Views
    5,746

    Re: End Of Summer template

    Looks nice and clean, my only issue is the rollover colours on the links, as they're difficult to read when hovered over.

    Btw, what has it got to do with the end of summer?
  13. Replies
    6
    Views
    1,483

    Re: Complete Template Rewrite WIP

    Ohhhh, bugger. :lamo:

    I didn't realise it did that in IE, it looks like a bigger problem than I thought, I'll wait for a while and see if a simple solution comes out of thin air. The IE hacks can...
  14. Replies
    6
    Views
    1,483

    Re: Complete Template Rewrite WIP

    I just checked in IE6 and the login page looks fine to me, the 'my account' page was bumped down the bottom though. I know that IE6 has a big issue with pushing the content down below the side boxes,...
  15. Replies
    23
    Views
    3,451

    Re: Whoa, random positioning of items

    The problem is indeed caused by the use of TH and the styles applied to them.

    Frankly, that mod is very poorly written, as jettrue pointed out.

    First of all, the mod uses TH for the first row...
  16. Replies
    6
    Views
    1,483

    Re: Complete Template Rewrite WIP

    That's because they're all in separate divs, when they should simply be next to each other.

    I haven't even started with those yet. :wink2:
  17. Replies
    6
    Views
    1,483

    Complete Template Rewrite WIP

    I'm currently writing a complete new template (HTML and CSS) for Zen Cart 1.3.5, it's a work in progress which is why I've started a new thread for it, as I would like to be able to receive feedback...
  18. Replies
    5
    Views
    1,550

    Re: Title on Button on your start bar

    I believe the term you're looking for is "Page title", which appears in the title of your browser window.

    Good to hear you've already worked it out.
  19. Replies
    5
    Views
    1,339

    Re: category sidebox margin problems

    No worries, glad I could help. :D
  20. Replies
    1
    Views
    1,432

    Re: Does the eWay module work with 1.3.0.2

    Try going to Admin > Modules > Payment > eWAY > Payment Zone = none.

    I noticed that if I tried setting the zone to anything else it wouldn't show up on the payment page.
  21. Thread: Eway module bug

    by Rowan
    Replies
    5
    Views
    2,634

    Re: Eway module bug

    Not that it helps much, but if you do replace all the ampersands just use this bit of code & - that's HTML for '&', just in case you didn't know. ;)
  22. Replies
    17
    Views
    4,824

    Re: Sidebox Header - Change Font Style

    Oh, I don't know why I didn't see it in your first post. :blush:

    Font-style is for italic/oblique/normal, font-weight is for bold/strong/normal....
  23. Replies
    17
    Views
    4,824

    Re: Sidebox Header - Change Font Style

    I can think of a number of possible causes, but it would help to have a link to a live example.
  24. Replies
    6
    Views
    1,708

    Re: Breadcrumb screwing up layout

    The breadcrumbs aren't pushing anything anywhere, they just expand to fill the empty space.

    And what's the issue?
  25. Replies
    8
    Views
    1,261

    Re: This is a toughie...

    The blank image is located in the wrong place, I believe it should be in one of the table cells.
  26. Replies
    8
    Views
    1,261

    Re: This is a toughie...

    This line is showing up on the logged out page, but not the logged in page.

    <img src="includes/templates/custom/images/header_02_b.gif" width="83" height="22" alt=""></a>

    I'd say that's causing...
  27. Re: Stylesheet Bug applies to most contributed templates

    I'll make a note of that, thanks again for the heads-up.
  28. Re: How to change the text color in the main center page

    Try installing this CSS template and have a look at the code.
    http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_53&products_id=282

    If you don't want to install it you can...
  29. Replies
    6
    Views
    1,708

    Re: Breadcrumb screwing up layout

    So why remove it? It's doing exactly what you tell it to.

    IE and FF behave exactly the same for me when making those changes.
  30. Replies
    3
    Views
    1,113

    Re: Two separate classes for hyperlinks

    It's quite simple.

    You can target the side box links by doing something like this:


    .leftBoxContainer a:link, .rightBoxContainer a:link {
    color: #18089c;
    }
    .leftBoxContainer a:visited,...
  31. Replies
    5
    Views
    1,339

    Re: category sidebox margin problems

    Is the problem to do with the category links being spread apart vertically?

    If that's the problem, then it's caused by "display:block" which automatically forces inline elements (links for...
  32. Re: Stylesheet Bug applies to most contributed templates

    Thanks for pointing that out Kuroi.



    TEXTAREA {
    float: left;
    margin: auto;
    display: block;
    width: 95%;
    }
  33. Replies
    11
    Views
    4,833

    Re: MSP Computech 1.3.5

    Looks very nice and professional, however the top area consumes about 90% of my browser window causing me to scroll down every time I go to a new page.

    Also, why do prices use the letter "P"...
  34. Replies
    8
    Views
    5,399

    Re: Bare Bones CSS Template

    > Please add the template to the downloads section. Thanks.

    Done.
  35. Replies
    8
    Views
    5,399

    Bare Bones CSS Template

    Bare Bones is completely white with gray outlines, it's focused on readability and tidiness.

    This template is a reworking of the classic template that comes default with all Zen Cart versions in...
  36. Re: MySQL Error with Insert - Version incompatibility?

    Thankyou very much, I commented out the line with a hash (#) and it now works perfectly.

    I assume a fix is on the backburner? :happy:
  37. Re: MySQL Error with Insert - Version incompatibility?

    These forums are rediculous, I can't save my post after I start editing. No offense to the mods/admins.

    Anyway, I found this solution: http://www.zen-cart.com/forum/showthread.php?t=33118

    And...
  38. MySQL Error with Insert - Version incompatibility?

    When I try to create a new Product Option on my local test server I get the following error:



    1264 Out of range value adjusted for column 'products_options_sort_order' at row 1
    in:
    [insert...
  39. Replies
    13
    Views
    5,446

    Re: How can country selection be disabled?

    Yeah good point Ajeh, what about having a checkbox next to each country and a delete and/or disable button at the bottom? There could be a checkbox to select everything, and then the admin can...
  40. Replies
    13
    Views
    5,446

    Re: How can country selection be disabled?

    Darn, I was hoping there would be a quicker way.

    Have you thought about adding an option to exclude all countries except the primary/default/selected country, instead of having to remove...
  41. Replies
    13
    Views
    5,446

    How can country selection be disabled?

    For the time being, I would like to prevent anyone from making international orders from my online store. Is there a proper way to disable "international" shipping?
  42. Thread: aligning tagline

    by Rowan
    Replies
    6
    Views
    1,663

    Re: aligning tagline

    There's four empty table cells located directly above the tagline, have you tried removing those?
  43. Replies
    9
    Views
    1,641

    Re: CSS 'virgin' modifying Product Category text

    Yeah.

    I made some mistakes in the first post.

    Try pasting this over the top:



    .leftBoxHeading a, .leftBoxHeading a:visited {
    color: #fff !important;
  44. Replies
    9
    Views
    1,641

    Re: CSS 'virgin' modifying Product Category text

    Find the file named 'colors.css', open it up in a text editor. At the very bottom of the file, paste in the code I provided in my first post, then save the file.
  45. Replies
    9
    Views
    1,641

    Re: CSS 'virgin' modifying Product Category text

    Ohhh, I think I know what you mean.

    You want the word 'Invitations' to be white instead of plum? The reason it's plum is because it's a link, and all your links are styled that colour. If you want...
  46. Thread: aligning tagline

    by Rowan
    Replies
    6
    Views
    1,663

    Re: aligning tagline

    I looked at the site and the tag line appears to be in the center, have you sorted it out?
  47. Replies
    5
    Views
    2,320

    Re: fieldset in IE v Firefox/Netscape

    IE is very stubborn and I can't see any way to get around this problem. I would simply use the fieldsets as they were intended.
  48. Thread: Validation

    by Rowan
    Replies
    3
    Views
    1,528

    Re: Validation

    Different validators use different levels of validation, for exmample the official w3.org validator skips lots of errors like unclosed and/or uppercase tags, while the validator you have in Firefox...
  49. Re: How to eliminate Credit Card Icons from Checkout area

    To turn off the credit card icons:

    Configuration > Credit Cards > Credit Card Enabled - Show on Payment = 0
  50. Replies
    17
    Views
    7,605

    Re: PHP includes to save time?

    Thanks heaps for that, this will help a lot.
Results 1 to 50 of 104
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR