Search:

Type: Posts; User: s_t_e_v_e

Page 1 of 9 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: Page Numbers

    by s_t_e_v_e
    Replies
    48
    Views
    5,634

    Re: Page Numbers

    I'll have a look tomorrow.. should be a simple change... as for the original page options, you;ll have to find them within your own templates...
  2. Replies
    15
    Views
    1,571

    Re: background colour of upcoming products

    If you're 'up' for a bit of template changing, then try this....

    edit the file \includes\templates\YOUR CUSTOM FOLDER\templates\tpl_modules_upcoming_products.php

    find;

    <!-- bof:...
  3. Thread: Page Numbers

    by s_t_e_v_e
    Replies
    48
    Views
    5,634

    Re: Page Numbers

    Items per page has been changed to a drop down... The menu choices are hard coded into this 'hack'

    This has not been tested thoroughly, so keep a back up of your original files if you decide to...
  4. Thread: Page Numbers

    by s_t_e_v_e
    Replies
    48
    Views
    5,634

    Re: Page Numbers

    The horizontal links are created with the $perpage_links variable in the code above... and just needs to be replaced with code for a drop down... I'll have a look when I get a little spare time...
  5. Re: EZpages - Main text overlaps the TOC (in IE only)

    First, be aware that you have 2 stylesheets loading and that the duplicate definitions will Clash..

    stylesheet_new.css
    stylesheet_original.css

    to fix the display problem that appears in IE7......
  6. Re: make the SOLD OUT button clickable so people can Contact me about the product?

    You may be interested in a contribution called;

    Back In Stock Notifications
  7. Re: Changing height of bar across new products for june table

    this worked for me (in firefox)

    Edit your stylesheet.css (line 553)

    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    background-color:#6287A1;...
  8. Replies
    6
    Views
    1,965

    Re: 1064 You have an error in your SQL syntax;

    In the forum thread for the supertracker mod, there is somethings about apostrophes and I beleive there is an alteration to the supertracker mod that may help...
  9. Re: New Products Don't Display in Internet Explorer

    Hmmm... try getting rid of the line marked in red from your stylesheet.css (line 678)

    #indexProductList {
    height:1300px;
    margin-left:0;
    padding-left:0;
    }


    the content of the following file;
  10. Replies
    3
    Views
    1,003

    Re: chrome, firefox minor layout issue

    edit your stylesheet.css add the line in green...

    stylesheet.css (line 91)
    #contentMainWrapper {
    border:medium none;
    border-collapse:collapse;
    clear:both;
    margin:5px auto;
    padding:0;...
  11. Replies
    2
    Views
    608

    Re: site floats to left on ie7

    edit your stylesheet.css and add the line in green;

    body {
    text-align:center;
    background-color:#EEEEEE;
    color:#111111;
    font-family:lucida sans unicode,verdana,arial,helvetica,sans-serif;...
  12. Replies
    5
    Views
    2,008

    Re: Bullet Points for Footer links

    check errors on your page with..

    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.onlinenigerianshop.com%2F

    But you can prevent errors by carefully structuring your code...

    I...
  13. Replies
    5
    Views
    2,008

    Re: Bullet Points for Footer links

    It appears you have added those links to your template file - footer.php

    I suggest you use the default footer template and add links with Ez-pages section in the zencart admin.
  14. Replies
    4
    Views
    766

    Re: IE font size issues...please help

    You tagline has an error - probably in your languages - header.php file...

    You have not closed the H1 tag properly;
    <h1>Moore Country Crafts<h1>

    Firefox fixes the tag, IE doesnt and thus makes...
  15. Replies
    5
    Views
    2,008

    Re: Bullet Points for Footer links

    First make sure you keep on top of any html errors

    In your footer you need to have <UL> </UL> around the <LI></LI> tags - then you can use CSS to style the LI as display:inline
  16. Replies
    4
    Views
    766

    Re: IE font size issues...please help

    Appears you have set your tagline incorrectly;

    <div id="tagline"><h1>Moore Country Crafts<h1></div>

    notice the h1 tag needs a closing tag... This will be set in your languages file - header.php
  17. Replies
    2
    Views
    898

    Re: Why does it look different in IE?

    Try fixing some CSS errors first...
  18. Replies
    14
    Views
    1,918

    Re: Site Logo Position

    I would not use that code and just add the logo to your template within the div you that you show the header background..

    <div id="headerpic">
    <div id="logo"><?php echo '<a href="' ....
  19. Replies
    3
    Views
    1,705

    Re: gap between header and navigation bar

    you need to edit a template file;
    \includes\templates\Your CUSTOM folder\common\tpl_header.php

    </div>
    <br class="clearBoth"/> delete this line.
    <!--eof-branding display-->
    <!--bof-header logo...
  20. Replies
    22
    Views
    4,283

    Re: Help with CSS and Compatibility Mode

    I agree with 'Get Em Fast' both the mods for the currency and languages need to be moved within the template files to place them in the correct place rather than using CSS position:relatives/absolute...
  21. Replies
    22
    Views
    4,283

    Re: Help with CSS and Compatibility Mode

    Dont forget to 'V' the CSS too...
  22. Replies
    22
    Views
    4,283

    Re: Help with CSS and Compatibility Mode

    I'm a little puzzled why you are using top:-6px in navColumnOneWrapper to fix the bottom:6px in h2.centerBoxHeading ?

    Although the elements look as you want, extra...
  23. Replies
    22
    Views
    4,283

    Re: Help with CSS and Compatibility Mode

    The designers list shows in IE7 with padding-left:35px rather than margin-left:35px...
  24. Replies
    22
    Views
    4,283

    Re: Help with CSS and Compatibility Mode

    changes to fix the first issue with the headings not aligned.

    1. #navColumnOneWrapper change to top:0;
    2 h2.centerboxheading change to height:25px
    3. h2.centerboxheading change to bottom:0;
    4...
  25. Replies
    2,344
    Views
    567,774

    Re: CSS Dropdown menu for your header- With Categories!

    The html TABLE For the currency dropdown is situated slightly over the Information box, and that is interfering with the drop down... to fix will take a bit of juggling with the CSS...
  26. Re: Can I add a general information page for each catagory?

    You could also use the Category descriptions which are can be displayed at the top to give more information...
  27. Re: HELP, I Need to Move the CONFIRM ORDER Button.

    just looking at some php code;

    Do you have FEC_SPLIT_CHECKOUT set to True, in your config... It may be named slightly different...
  28. Replies
    6
    Views
    710

    Re: Graphics are 'off' in IE

    I still see ;
    &nbsp;&nbsp;[more]

    in your page source.... which tells me you haven't changed the file...
  29. Re: Help with #navMainCartSummary font color

    you need to style the links within that block, so use;

    #navMainCartSummary a {color:#000;}
    #navMainCartSummary a:hover {color:#f00;}

    for example....
  30. Replies
    6
    Views
    710

    Re: Graphics are 'off' in IE

    The page is pushed right becuase your left menu is wider than you want. It took a bit of finding, but the cause is a link to MORE in the Reviews box - you cannot see it becuase the color is white...
  31. Replies
    1
    Views
    621

    Re: Header BG black

    You could try this...

    add to your stylesheet.css

    #headerWrapper {background:#000;}
  32. Re: Sort by Date Added New to Old (etc) on Product Listing Pages?

    I'll put it onto my 'to do' list, unless another forum member has a solution...
  33. Re: CSS Positioning Problem in Safari and Chrome Only

    interesting solution....

    glad you got it displaying as you wanted.
  34. Re: CSS Positioning Problem in Safari and Chrome Only

    First I would give the Div and Table a vivid background and see if they are positioned differently in the other browsers....


    <div id="currencyDiv" style="background:#f00;">
    <table...
  35. Re: CSS Positioning Problem in Safari and Chrome Only

    Your page source has a div that contains a table, which contains the span that your are moving relatively...

    if you can edit your template that includes the DIV to give it an ID, it can be styled...
  36. Re: Table rate shipping by weight - miscalculated?

    You may want to check your settings in;
    admin - configuration - shipping/packaging
  37. Re: CSS Positioning Problem in Safari and Chrome Only

    Your currency drop down is within a Table cell, then you position a span within that table relative....
    to troubleshoot, I would give the table some CSS styling - borders for example, so you can...
  38. Replies
    7
    Views
    2,306

    Re: Text attribute box is too long in IE

    My Firefox and IE8 show your text box OK, while IE7 is stretching it to the right hand side...

    It appears that the textarea in IE7 is preferring the CSS width setting of 95% that you have in your...
  39. Re: How can I delete the count in the category box?

    admin - configuration - my store - Show Category Counts - 0
  40. Replies
    4
    Views
    945

    Re: Header Position 2

    Ooops - I see the link...

    I would take the banner code from the default template tpl_header.php;

    and paste it into the Table that is part of your current header template...
  41. Replies
    3
    Views
    710

    Re: Help With Image As Header

    Single or Double quotes are optional - unless you have "s p a c e s" which is best avoided.

    http://www.w3.org/TR/CSS2/syndata.html#uri
  42. Replies
    4
    Views
    945

    Re: Header Position 2

    You may get some guidance on your problem if you give a link to your site.

    Get Firefox with Firebug Extension for CSS troubleshooting.
  43. Re: HELP!!! Redirect Loop at Checkout

    Glad you got to the bottom of the problem... Not sure if there is a mod for you to redirect to a "contact us" page. Would probably be better to sort out your shipping options...
  44. Re: HELP!!! Redirect Loop at Checkout

    I would start looking at includes/modules/pages/checkout/header_php.php

    (just downloaded FEC) that I believe you are using... have you modified the above file???

    There are some references to...
  45. Re: HELP!!! Redirect Loop at Checkout

    I can checkout with 16x test products (9.6kg)

    but it fails at 17 x test products 10.2kg

    further testing shows me that your cart adding to over 10kg is causing a problem when directed to ;...
  46. Re: The function zen_get_products_display_price

    DISPLAY_PRICE_WITH_TAX is a configuration flag, set by using the admin panel... and stored in the database.

    admin - configuration - my store - Display Prices with Tax
  47. Replies
    8
    Views
    6,588

    Re: Space Between Header and Navigation Bar

    With Firefox and the addon Firebug; and with a little practice, you should be able to identify the areas in the stylesheet that need to be adjusted.

    Edit your stylesheet.css

    I would suggest...
  48. Replies
    3
    Views
    674

    Re: Header troubles

    You have this in your stylesheet.css

    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper,...
  49. Replies
    5
    Views
    927

    Re: All clicks go to index??

    When accessing your links, I am seeing;
    301 Moved Permanently headers... looks like you have some sort of SEO mods that are changing the URLs... but not working properly...
    I don't use them, so...
  50. Replies
    4
    Views
    717

    Re: Can't find this broken image

    If you are not using the default zencart logo, then why not delete the line;


    <?php echo '' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE,...
Results 1 to 50 of 427
Page 1 of 9 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR