Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Apr 2009
    Location
    Houston
    Posts
    41
    Plugin Contributions
    0

    Default PLEASE HELP - Bulleted lists not showing up in custom template

    website: http://www.nisdats.com

    Zen Cart Version: 1.3.8A
    Installed: Cold Steel Template, Image Handler 2

    This is my first post here, thanks in advance for any help!

    My problem is with bullet lists, using the <li> html tag. The bullets are not showing up in the item description area. If I switch back to the regular "Default" Classic Green template, the bullets show up like I want them to!

    What do I need to do to allow bullet lists in the Cold Steel template using the <li> html tags?

    The exact item I am referring to may be found here:http://www.nisdats.com/index.php?mai...&products_id=5


    Here is a picture of what I mean:


  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: PLEASE HELP - Bulleted lists not showing up in custom template

    Your stylesheet has disabled bullets for the product description:

    stylesheet.css (line 891)
    #productDescription ul li {
    font-size:1.1em;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-right:2px;
    padding:2px 0 2px 17px;
    }

    Find this and comment out as shown:
    Code:
    #productDescription  ul li {
    margin-right:2px;
    padding:2px 0 2px 17px;
    /*list-style: none;*/
    font-size: 1.1em;
    }

  3. #3
    Join Date
    Apr 2009
    Location
    Houston
    Posts
    41
    Plugin Contributions
    0

    Default Re: PLEASE HELP - Bulleted lists not showing up in custom template

    Thank You Thank You Thank YOU!!!!!!

    It Works!!

  4. #4
    Join Date
    Jun 2009
    Posts
    12
    Plugin Contributions
    0

    Default bullets not showing on list items

    I am having the same problem as this posting.

    http://www.zen-cart.com/forum/showth...steel+template

    I can't get my list items to show up with bullets. I actually removed the "list-style:none" to see if that would have any effect and it did not. I added a color item to the "#productDescription ul li" to make sure I was in the right area and it definitely changed the color of the text. I have changed a few items in the style sheet mainly colors and the sizes of some of fonts but nothing that I believe can be causing this problem. I've also removed the font information so I can have the font the same size as the other text in the product description to no effect.

    Here is the url to the item I have added an unordered list to.

    The indented information of course are the list items

    http://gotwaterfilters.com/index.php...roducts_id=147

    I did switch to the classic template and the bullets show up okay so I am assuming that the list itself is okay.


    I am using Zen Cart 1.3.8a
    Installed: cold_steel_template_v1-0
    Easy Populate
    Short product descriptions

    I am really new at customizing templates, I can follow most of the instructions for most of the add-ons and can read and understand some of the basic html and some of the stylesheet code.

    Thanks in advance.

  5. #5
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: PLEASE HELP - Bulleted lists not showing up in custom template

    Moderator's note - Post referring to this thread has been merged inot it.

    Please do not start a new thread for the same problem.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  6. #6
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: PLEASE HELP - Bulleted lists not showing up in custom template

    Quote Originally Posted by CascianoLtd View Post
    I am having the same problem as this posting.

    http://www.zen-cart.com/forum/showth...steel+template

    I can't get my list items to show up with bullets. I actually removed the "list-style:none" to see if that would have any effect and it did not. I added a color item to the "#productDescription ul li" to make sure I was in the right area and it definitely changed the color of the text. I have changed a few items in the style sheet mainly colors and the sizes of some of fonts but nothing that I believe can be causing this problem. I've also removed the font information so I can have the font the same size as the other text in the product description to no effect.

    Here is the url to the item I have added an unordered list to.

    The indented information of course are the list items

    http://gotwaterfilters.com/index.php...roducts_id=147

    I did switch to the classic template and the bullets show up okay so I am assuming that the list itself is okay.


    I am using Zen Cart 1.3.8a
    Installed: cold_steel_template_v1-0
    Easy Populate
    Short product descriptions

    I am really new at customizing templates, I can follow most of the instructions for most of the add-ons and can read and understand some of the basic html and some of the stylesheet code.

    Thanks in advance.
    Try deleting your stylesheet_old.css

    and then follow the instructions given by gjh42

  7. #7
    Join Date
    Jun 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: PLEASE HELP - Bulleted lists not showing up in custom template

    Thanks a million, that did the trick.


  8. #8
    Join Date
    Sep 2008
    Posts
    220
    Plugin Contributions
    0

    Default Re: PLEASE HELP - Bulleted lists not showing up in custom template

    I have this problem too. Can anyone see what is wrong here? I have tried to delete all the "list-style-type: none"; i can find but without success.

    The bulleted list shows when i switch over to classic template.

    For example this page below is supposed to show with bulleted list in the specifications (it did before):

    http://www.fotoexperten.no/studiouts.../fastlys-1000w

    Anyone please?

  9. #9
    Join Date
    Sep 2008
    Posts
    220
    Plugin Contributions
    0

    Default Re: PLEASE HELP - Bulleted lists not showing up in custom template

    Besides..the template which i need the bulleted list to appear is is named "blue". On template "red" i get it up.

  10. #10
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: PLEASE HELP - Bulleted lists not showing up in custom template

    That list is set to inline display, negating all list styling.

    fastlys-1000w #3 (line 478)
    Code:
    ul li {
    display:inline;
    }
    I'm not sure what file that refers to, but that would be the rule to edit.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Bullets on bulleted text not showing
    By FukienMan in forum General Questions
    Replies: 11
    Last Post: 25 Nov 2011, 09:12 PM
  2. Need Help plz - Custom Template not showing up correctly on host server
    By jabtac in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 23 Jun 2009, 03:56 AM
  3. Custom Template... Please Help
    By pedrordiaz in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 27 Jan 2009, 01:34 PM
  4. Custom Template Help Please....
    By Cheryl McCain in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Sep 2008, 04:32 AM
  5. Custom template not showing in admin Template Selection
    By erinl in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Aug 2008, 07:51 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg