Search:

Type: Posts; User: first trading

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: Here is my solution for xpanded category tree for drop down menu

    In the stylesheet simply change:

    #dropMenu ul.level1 li.submenu:hover ul.level2 {width:501px;display:block;}

    And change the width. The width is 501px at the moment, and you need to change this...
  2. Re: Here is my solution for xpanded category tree for drop down menu

    Thanks for this Glen, i will be testing it in a little while, thanks for the help and time you have given.
  3. Replies
    5
    Views
    658

    Re: Adding code to every product page

    tpl_product_info_display.php

    Would affect all of the products.
  4. Replies
    6
    Views
    865

    Re: Jquery beating up CSS MENU...HELP!

    Firefox web developers kit

    or

    Zen Cart admin developers tool kit

    ???
  5. Replies
    4
    Views
    578

    Re: sub categories listing?

    Just a thought but if you tried something like:

    .sideBoxContent a.category-products {
    width:20px;
    float:left;
    }

    Put into your relevant stylesheet, might just work. You may have to play...
  6. Replies
    6
    Views
    865

    Re: Jquery beating up CSS MENU...HELP!

    For the drop down menu i had the same issue and i fixed by giving every parent and child in the #dropMenu a z-index.

    The first parent gets the smallest index and the last child the biggest.

    If...
  7. Re: Here is my solution for xpanded category tree for drop down menu

    Thanks for the solution to that. I stated above that you may have to re-arrange your category sort orders, which originally was the reason i did'nt suggest this for an ad-on as it was'nt polished...
  8. Re: Here is my solution for xpanded category tree for drop down menu

    Not a problem and enjoy. Like i say, any probs then simply post up or message me.
  9. Re: Here is my solution for xpanded category tree for drop down menu

    As requested, here is the zip. If the mods want i can answer any questions on a support thread, or this one.

    This will look the same as the regular drop down, with the exception of categories...
  10. Replies
    4
    Views
    794

    Re: Footer problem!

    You have a height of 900px in your #footer in the stylesheet, you need to change this to a smaller height or remove the height altogether.
  11. Re: Here is my solution for xpanded category tree for drop down menu

    I have all the files zipped up and incorporated in the drop down menu ad-on, if you want the files i can send them.

    It will look exactly the same as the drop down menu ad-on but the category's...
  12. Replies
    3
    Views
    439

    Re: Need Some Help

    In your leather site you will have a 'width:100%' in your css stylesheet, so basically i think you would need to add this to your mainwrapper.

    #mainWrapper {
    width:100%;
    }

    For your second...
  13. Replies
    3
    Views
    434

    Re: Add on question...hopefully a zen-cart guru can help...

    Yes, its the menu at the top, but it would work in the sidebox too as i simply manipulated the css and added some things that were'nt there.

    Just so i know that the mod you have installed does the...
  14. Replies
    3
    Views
    434

    Re: Add on question...hopefully a zen-cart guru can help...

    I modified an ad-on very similar to this a little while back:

    http://www.zen-cart.com/forum/showthread.php?t=160755

    If its what your after i can send the files.
  15. Replies
    3
    Views
    439

    Re: Need Some Help

    You have 'Under construction' at the address's you have provided. We would need a link to the actual working site.
  16. Replies
    4
    Views
    556

    Re: Header link i'm stuck..

    The logo in the header already does this.
  17. Thread: Images

    by first trading
    Replies
    1
    Views
    325

    Re: Images

    Link to the site please.
  18. Re: Additional Product Images - Layout Question

    Slight correction to the above code. I missed a closing div. I feel like a right <div>.

    <div id="newdiv">

    <div id="mymainproductimage">
    <!--bof Main Product Image -->
    <?php
    if...
  19. Re: Additional Product Images - Layout Question

    Where i put:

    YOUR_STYLING

    What i mean is, replace that with the lines of styling code. For example:

    #newdiv {
    border:1px solid #ff0000;
    padding:5px;
    }
  20. Re: Additional Product Images - Layout Question

    In your tpl_product_info_display.php, you need to add a div. But first move the block of code for the additional images to just under the main product image, like this.

    <div id="newdiv">

    <div...
  21. Re: Additional Product Images - Layout Question

    Hi, i've sent you a PM with how to do this.

    If you need any further help then simply ask. Anyone else who wanted to do this................
  22. Re: Additional Product Images - Layout Question

    Sent you a PM with what you need to do. If you want further or detailed help then post up and i'll copy and paste what you should have in your tpl_product_info_display.php file.
  23. Re: Additional Product Images - Layout Question

    No problem, there were no ad-ons installed for this (except the lightbox), you can manipulate the code and add a div or two. I'll post back in a little while.
  24. Re: Here is my solution for xpanded category tree for drop down menu

    The second example listed above can be done with minor difficulties with the drop down menu from the free add-ons. The css is the hardest part, the rest pretty simple.
  25. Re: Here is my solution for xpanded category tree for drop down menu

    I did'nt, i have not used the mega menu, i've used the standard drop down menu.

    The mod already incorporates this, what i did is expand the sub cat's and their sub cat's etc, and then displayed...
  26. Re: CSS Dropdown menu for the header- With Categories!

    Link to the site ...
  27. Replies
    2
    Views
    666

    Re: HELP editing sophyblue zen cart template

    That should be in:

    includes/languages/YOUR_TEMPLATE/header.php

    Look for the...

    define('HEADER_SALES_TEXT', '<h1></h1>');

    Delete the text in the <h1></h1> tags.
  28. Re: CSS Dropdown menu for the header- With Categories!

    Find and delete this from, includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php

    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
    <li><a href="<?php echo...
  29. Re: Inserting A Basic Text Box Form To Email

    You can copy the contact us code and modify it like i did here:

    Contact box

    But now after reading some of the posts i have a slight concern of my own.

    If, as i have, you used the contact us...
  30. Replies
    14
    Views
    1,090

    Re: Can someone take a look at my site?

    You say your exporting as a 'jpeg', but its in your stylesheet as a 'jpg', are you sure you calling the same image. Just a thought.
  31. Replies
    7
    Views
    936

    Re: Changing the logo

    Includes/languages/english/YOUR_TEMPLATE/header.php
  32. Replies
    40
    Views
    2,294

    Re: Resizing Images on New Products

    Change the values to match your image, or change them to the size you would like your image.
  33. Re: CSS Dropdown menu for the header- With Categories!

    You posted before i could get back. Nice to hear you got it sorted.
  34. Re: CSS Dropdown menu for the header- With Categories!

    Which add-ons have you installed.

    First i would look at the add-ons you've installed and then check to see if any of them share the same files as the drop menu add-on.

    If they do you will have...
  35. Re: CSS Dropdown menu for the header- With Categories!

    Link to your site ...
  36. Replies
    1
    Views
    483

    Re: AdSense Code?

    You can use the blank sidebox mod by Kuroi and put any code in there if i remember correct.

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=174
  37. Replies
    4
    Views
    897

    Re: Drop Ship Order...

    I believe you can set this in admin/configuration/emails.
  38. Re: How do you change the breadcrumb from "Home" to "Storefront"

    Includes/languages/english/YOU_TEMPLATE/header.php

    Look in their and change home to whatever you require.

    define('HEADER_TITLE_CATALOG', 'Home');
  39. Re: Additional Product Images - Layout Question

    Look at this

    I put the additional images at the side but exactly the same applies if you wanted them underneath.

    If its what your after just let me know and i'll post up the code.
  40. Re: CSS Dropdown menu for the header- With Categories!

    I believe if you google IE6 CSS drop down menu............you'll find some useful info. There is a Java work around. And some info on using anchor elements and :hover.
  41. Re: CSS Dropdown menu for the header- With Categories!

    There are plenty of people who follow all the stats etc of all browsers on this forum. I'm no expert but i think google are no longer supporting IE6.

    If i understand correctly also, its usually...
  42. Replies
    284
    Views
    75,175

    Re: Column Layout Grid for Product Listing

    You can use borders, or another add-on, column divider pro.

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=945
  43. Re: Shorten length of product description on featured products

    Link to your site...?

    But if you just want less words, admin/configuration/featured products............then change the "display product description" to less words.
  44. Re: Shows Different in almost Every Major Browser..

    Remove the position:absolute commands, after you've done that.
  45. Replies
    10
    Views
    986

    Re: Edit Header in New Template

    Are you editing the correct header.php, you would need to edit:

    includes/languages/english/NEW_TEMPLATE/header.php

    and not

    includes/languages/english/header.php
  46. Replies
    11
    Views
    1,096

    Re: Large and Medium images not working!!

    If i understand correctly........................

    Are you placing the normal pic in the images folder and the LRG version in the images/large folder.

    Or do you have both images in the same...
  47. Replies
    11
    Views
    1,096

    Re: Additional Images

    http://www.zen-cart.com/forum/showthread.php?t=117656&highlight=jquery+lightbox

    http://www.zen-cart.com/forum/showthread.php?t=82990&highlight=slimbox

    You could start with these.
  48. Replies
    11
    Views
    1,096

    Re: Additional Images

    You might get the answer for this in the support thread for that module.

    If memory serves me correct though i believe there is fix in:

    includes/modules/YOUR_TEMPLATE/additional_images.php
    ...
  49. Re: One product but different colour options, how to control stock for colour attribu

    Your welcome, have fun.
  50. Replies
    7
    Views
    607

    Re: how to remove checkout text

    Also i said box was to the left.................its actually to the right. Sorry.
Results 1 to 50 of 243
Page 1 of 5 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR