Search:

Type: Posts; User: LissaE

Page 1 of 10 1 2 3 4

Search: Search took 0.02 seconds.

  1. v151 Re: How to add Manufacturers Name to Featured and Specials Center Box

    When I had the same question Misty linked me to this thread: http://www.zen-cart.com/showthread.php?57734-manufacturer-name-in-feature-product-centerbox

    Look from posts 3 and 4...I'm not sure how...
  2. Replies
    3
    Views
    525

    v150 Re: positioning productName

    Glad to help :)
  3. Replies
    9
    Views
    985

    v150 Re: Jscript body integration for snow effect

    Yeah I tried loading it on my test site and it doesn't work there either. I'll keep digging and see if I can help lol
  4. Replies
    9
    Views
    985

    v150 Re: Jscript body integration for snow effect

    The instructions for the script say to place the script *after* the body tag. When you place scripts in the template overide folder they load into the <head> section. Try removing the jscript file...
  5. Replies
    3
    Views
    525

    v150 Re: positioning productName

    Have you tried text-align: right; instead? :)
  6. Replies
    2
    Views
    403

    Re: How to remove "Product #/#"???

    There's a switch in admin :) - Admin >> Configuration >> Product Info >> Previous Next - Navigation Includes Category Position
  7. v150 Re: locating specific home page image/links (currently dead links)

    Maybe those three links have been hard-coded into a file? Try what dbltoe suggested and put a part of the seo'd version of the url link into the toolkit to search and see if you can find anything
  8. Replies
    4
    Views
    637

    v139e Re: Browser IE issues

    Glad it worked :)
  9. Replies
    4
    Views
    637

    v139e Re: Browser IE issues

    Firebug shows this:

    .dropdown_1column, .dropdown_2columns, .dropdown_3columns, .dropdown_4columns, .dropdown_5columns {
    background: -moz-linear-gradient(center top , #333333, #000000) repeat...
  10. Replies
    10
    Views
    2,013

    Re: html editing settings not there as i recal?

    If I recall correctly when you install a new editor you need to log out of admin and/or close your browser to refresh the cache before it will show. Hope that helps :)
  11. Replies
    2,216
    Views
    351,205

    Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    NM I gave up trying to get it to work and uninstalled the Ultimate mod, installed the Cross Sell mod that already has support inbuilt :)
  12. Replies
    2,216
    Views
    351,205

    Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Did anyone get this working for Ultimate Cross Sell? I've tried to add a new tab with instructions from the pdf file but always end up with an sql error and my eyes are crossing lol
  13. Re: Can I add this shopping cart to my existing site?

    You don't have to rebuild your existing site to match Zencart to it if Zencart is an addition to what you already have. If you only intend to have an eCommerce site then you can still use what you...
  14. Replies
    31
    Views
    23,063

    Re: Number of Products per page...

    You're welcome :D
  15. Replies
    31
    Views
    23,063

    Re: Number of Products per page...

    Stylesheet, approx line 27 add to the declaration for FORM:

    display: inline;

    So that you have:



    That *should* do it for you hopefully :)
  16. Replies
    22
    Views
    15,639

    Re: Watermelon Template Support Thread

    That's because there is no preview image provided with the template. You have to activate the template and then go to your store front to see how it looks :)
  17. Replies
    6
    Views
    1,047

    Re: How to have text next to image in main page.

    Add align="right" into the image code, like so:

    I'd also counsel you to rethink your color scheme, the bright pink and purple hurts my eyes and you'd do better to go with the blues in your logo...
  18. Replies
    10
    Views
    1,036

    Re: Product Listing Layout Help

    When I found your site on Google and added that via Firebug it worked. Can't offer anything else for you as I don't know why it's not working on your end, I'm sorry :(
  19. Replies
    10
    Views
    1,036

    Re: Product Listing Layout Help

    #indexCategoriesHeading {display:none;}

    ...should do it, or you can add it to the previous definition supplied by gjh42:

    #productListHeading, #indexCategoriesHeading, .centerBoxContentsProducts...
  20. Replies
    4
    Views
    819

    Re: Footer Image Duplicate help!

    Separate them out, like this:



    Adjust each as you see fit... #navSuppWrapper will be the one you want the footer image on I believe :)
  21. Replies
    313
    Views
    71,906

    Re: 138 mods tested on 139

    I use Desktop Data on Windows Vista with the minibrowser gadget and it works just fine for me on 1.3.9x (currently on h) PHP Version 5.2.9 :)
  22. Re: Bizarre SSL problem - only in Google Chrome browser?

    Yep, it's your facebook fanpage code that is the culprit, you can wrap it in the following statement to make it not show on SSL secured pages:



    <?php
    if ($request_type == 'NONSSL')
    {
    ?>...
  23. Replies
    2
    Views
    630

    Re: Line in IE browser

    I think the most likely cause is this section in the source view:



    You need to put it inside the content_bg div or give it the same background values in the css....just at a guess lol I hope it...
  24. Replies
    10
    Views
    3,034

    Re: Pop up box when exiting site

    Actually there could be any number of reasons for ppl to leave your site, I often browse several different stores when looking to purchase something to compare prices, shipping costs etc....I can...
  25. Replies
    22
    Views
    15,639

    Re: Watermelon Template Support Thread

    Sure :) Bear in mind though that it is a free template you can make any changes you desire to lol
  26. Replies
    7
    Views
    683

    Re: content shifting right on wide resolutions

    You're welcome :)
  27. Replies
    7
    Views
    683

    Re: content shifting right on wide resolutions

    In your stylesheet, find #logoWrapper and change the height to 125px which is the height of your logo...it currently has 80px there and it's mucking up your layout :)
  28. Replies
    2
    Views
    826

    Re: Show Currency Code Next To Price

    Simple works for me, thanx so much DrB :)

    I just put &nbsp;[AUD] in the Symbol Right spot, works like a charm :D
  29. Replies
    2
    Views
    826

    Show Currency Code Next To Price

    I'm customising a shop that uses Australian Dollars and I want to have it show AUD next to the price, for example AUD$3.00 or $3.00 [AUD]

    I must be putting in the wrong search terms cos I can't...
  30. Replies
    514
    Views
    118,140

    Re: Fual Slimbox (Lightbox) - Support

    Never mind, I entered the sql straight into my database via phpmyadmin and all is good, seems to be an issue with the Install SQL Patch in cart admin maybe lol :)
  31. Replies
    514
    Views
    118,140

    Re: Fual Slimbox (Lightbox) - Support

    I'm trying to install this mod on the latest zen cart release (1.3.9g), I have also installed Image Handler 2 and for the very first time I am having trouble installing the slimbox LOL

    When I...
  32. Replies
    22
    Views
    15,639

    Re: Watermelon Template Support Thread

    If you uploaded it all properly it would show up....if you are trying to click preview nothing will show up as I didn't include a preview screenshot...beyond that without more information I cannot...
  33. Replies
    4
    Views
    1,128

    Re: alignment problem

    No worries mate, we've all been there :)

    This should do the trick for you:



    <?php
    /**
    * Common Template - tpl_header.php
    *
  34. Replies
    4
    Views
    1,128

    Re: alignment problem

    Your logout link is in it's own div (class="my-acct")

    Add it to the li's instead and delete that whole div....if you need help post the contents of your...
  35. Replies
    1,237
    Views
    292,219

    Re: Admin Profiles Support Thread

    lol I figured it prolly had and I am just not putting in the right search terms LOL I will start from the beginning of the thread and hopefully find it (not sure what if statements to use LOL)
    ...
  36. Replies
    1,237
    Views
    292,219

    Re: Admin Profiles Support Thread

    Hi Kuroi, I've installed this mod and it's awesome....no issues installing it here so far *knock on wood* lol

    I do have a question though...please forgive me if it has been asked and answered, I...
  37. Replies
    2
    Views
    356

    Re: No idea - PLEASE HELP :(

    From the Tutorial/FAQ section (link at top right corner): How do I change the "Congratulations! you have successfully installed..." Message?
  38. Replies
    1
    Views
    606

    Re: Specials Display Listing

    This might help: http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=1531

    Love the new header btw :)
  39. Re: use cart image sizes instead of small image sizes

    There is also:

    Image - Product Listing Width
    Image - Product Listing Height
    Image - Product New Listing Width
    Image - Product New Listing Height
    Image - New Products Width
    Image - New...
  40. Re: Changing the TYPE of image used in category items list

    I hope this explains it a bit better LOL

    In Admin>>Configuration>>Images you have several options for the sizes of the small images in various places....in the default zen cart if you have all...
  41. Replies
    12
    Views
    2,413

    Re: HTML Newsletters arriving as plain text

    LOL don't feel stupid...it seems to be something that only affects a select "speshul" amongst us LMAO :blink:

    Glad it helped :D
  42. Replies
    38
    Views
    2,638

    Re: invalid master catgegory id problem

    Thanx so much Linda...my cart is so highly modified I am skeered it's going to pack it in on me one day and say "no more!" LOL
  43. Replies
    12
    Views
    2,413

    Re: HTML Newsletters arriving as plain text

    Do you have either of the email addresses you sent it to registered in your storefront with the preference set to html? I have had to do that with my admin emails else I got everything in text no...
  44. Replies
    38
    Views
    2,638

    Re: invalid master catgegory id problem

    Thanx Linda :)

    Here is my result...the ones highlighted in red are top level categories, the others are sub categories...
  45. Replies
    38
    Views
    2,638

    Re: invalid master catgegory id problem

    Linda, I ran your test categories sql on my database because I have had the invalid category id thing show on my products for as long as I can remember LOL but it never seemed to affect anything so I...
  46. Replies
    21
    Views
    1,735

    Re: Header Search Issue.

    Your #headerSearch div has the width set to 460px in the stylesheet, and the main input (where you type your search query) has the width set to 400px....some space is taken by "hidden" inputs so that...
  47. Re: admin login page is missing. cant access admin area

    Now that you've solved your admin issue I strongly urge you to change your admin folder name....the link is here for all to follow which leaves you open to hacking especially as there is also no...
  48. Replies
    3
    Views
    637

    Re: Featured Product Box

    You're welcome :)

    lol I'm very familiar with those DUH moments LMAO
  49. Replies
    3
    Views
    637

    Re: Featured Product Box

    Admin>>Configuration>>Index Listing>>Show Featured Products on Main Page

    Set to 0 :)
  50. Replies
    2
    Views
    454

    Re: Hiding Sideboxes in SSL Mod

    I just add the following code in under the section to test if the box should display:



    I.E. for the Skype sidebox I had, the code was inserted here:



    And that stops it showing on SSL...
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR