Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Oct 2011
    Location
    Colorado Springs, CO
    Posts
    105
    Plugin Contributions
    0

    Default Bullets on bulleted text not showing

    I am entering my products and when I am giving the product a description, I sometimes use bulleted text. In the preview screen you can see the bullets but when you go live to your site, there are no bullets.

    I am copying and pasting the text from my original website so that I don't have to do all that typing all over again. I paste the text first into Notepad. It has all the HTML code for bullets which I remove so that you see nothing but plain text and then copy that to the products add text box in my admin. Then I add the bullets there.

    What is wrong with this procedure that the bullets are not showing?

    http://www.bonsaitoolchest.com/test/...roducts_id=244

  2. #2
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: Bullets on bulleted text not showing

    Quote Originally Posted by FukienMan View Post
    I am entering my products and when I am giving the product a description, I sometimes use bulleted text. In the preview screen you can see the bullets but when you go live to your site, there are no bullets.

    I am copying and pasting the text from my original website so that I don't have to do all that typing all over again. I paste the text first into Notepad. It has all the HTML code for bullets which I remove so that you see nothing but plain text and then copy that to the products add text box in my admin. Then I add the bullets there.

    What is wrong with this procedure that the bullets are not showing?

    http://www.bonsaitoolchest.com/test/...roducts_id=244
    add the following to product_info.css

    #productDescription li {
    list-style:disc;
    }
    worked for me
    What ever your doing remember to KISS ( Keep It Simple Stupid )

  3. #3
    Join Date
    Oct 2011
    Location
    Colorado Springs, CO
    Posts
    105
    Plugin Contributions
    0

    Default Re: Bullets on bulleted text not showing

    Quote Originally Posted by discoverytdi View Post
    add the following to product_info.css

    #productDescription li {
    list-style:disc;
    }
    worked for me

    Thanks, but could you be a little more specific. Where is product_info.css and EXACTLY where do I add that code. Newbie here!!

  4. #4
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: Bullets on bulleted text not showing

    Quote Originally Posted by FukienMan View Post
    Thanks, but could you be a little more specific. Where is product_info.css and EXACTLY where do I add that code. Newbie here!!
    includes/templates/your template/css/product_info.css then place the code at the end of the file. DON'T USE WORD TO EDIT use note pad.
    BACKUP BEFORE YOU DO THIS SO IF IT BREAKS YOUR SITE YOU CAN REINSTALL
    Last edited by discoverytdi; 25 Nov 2011 at 03:03 AM.
    What ever your doing remember to KISS ( Keep It Simple Stupid )

  5. #5
    Join Date
    Jul 2011
    Location
    Glasgow, Scotland
    Posts
    113
    Plugin Contributions
    1

    Default Re: Bullets on bulleted text not showing

    You may not have have product_info.css in your template/css folder. It's not a standard css file to have from default.

    I have attached one for you. save it to
    site_name/includes/templates/your_template/css

    hope it helps. Billy
    Attached Files Attached Files
    Last edited by BillyBoyle; 25 Nov 2011 at 03:53 AM. Reason: Spelling

  6. #6
    Join Date
    Oct 2011
    Location
    Colorado Springs, CO
    Posts
    105
    Plugin Contributions
    0

    Default Re: Bullets on bulleted text not showing

    Quote Originally Posted by discoverytdi View Post
    includes/templates/your template/css/product_info.css then place the code at the end of the file. DON'T USE WORD TO EDIT use note pad.
    BACKUP BEFORE YOU DO THIS SO IF IT BREAKS YOUR SITE YOU CAN REINSTALL
    Quote Originally Posted by BillyBoyle View Post
    You may not have have product_info.css in your template/css folder. It's not a standard css file to have from default.

    I have attached one for you. save it to
    site_name/includes/templates/your_template/css

    hope it helps. Billy
    Thanks.
    I did not have the file so I downloaded Billy's. I assume you added the necessary code as it contains this code:

    @charset "utf-8";
    /* CSS Document */
    #productDescription li {
    list-style:disc;
    }


    But is still does not work; no bullets

  7. #7
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: Bullets on bulleted text not showing

    Quote Originally Posted by FukienMan View Post
    Thanks.
    I did not have the file so I downloaded Billy's. I assume you added the necessary code as it contains this code:

    @charset "utf-8";
    /* CSS Document */
    #productDescription li {
    list-style:disc;
    }


    But is still does not work; no bullets
    stab in th dark here but try just this part of the code #productDescription li {
    list-style:disc;
    }

    most of the styling is in the stylesheet.css file
    Last edited by discoverytdi; 25 Nov 2011 at 11:17 AM.
    What ever your doing remember to KISS ( Keep It Simple Stupid )

  8. #8
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Bullets on bulleted text not showing

    Find this in your stylesheet and remove the red part:

    ul{margin:0;padding:0;display:block}#productDescription ul
    li{margin-right:2px;padding:2px
    0 2px 17px;color:#000;list-style:none;font-size:1.1em}

  9. #9
    Join Date
    Oct 2011
    Location
    Colorado Springs, CO
    Posts
    105
    Plugin Contributions
    0

    Default Re: Bullets on bulleted text not showing

    Quote Originally Posted by stevesh View Post
    Find this in your stylesheet and remove the red part:

    ul{margin:0;padding:0;display:block}#productDescription ul
    li{margin-right:2px;padding:2px
    0 2px 17px;color:#000;list-style:none;font-size:1.1em}
    Well that took care of the bullet appearing problem, now they do not indent the way they show in the preview. The bullets are to the far left as far as they can go. Indenting more in the text editor does nothing.

  10. #10
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Bullets on bulleted text not showing

    You'll have to fiddle with the margin and padding in the ul and/or li elements in the same rule to move the bullets around relative to the text.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 17
    Last Post: 30 Dec 2010, 04:59 AM
  2. Text on Header not showing
    By boutique in forum General Questions
    Replies: 2
    Last Post: 3 Jan 2009, 07:04 AM
  3. any way to get all the bullets lined up in a bulleted list?
    By mxparts in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 20 Feb 2008, 06:11 AM
  4. Text in override not showing
    By JackA in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 30 Dec 2007, 07:30 AM
  5. Product Details Bullets - Appearing in FF but not IE?
    By gingertea in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Aug 2007, 09:02 AM

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