Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Bullet Text not working

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 03-01-2010, 01:09 PM
  swartzieee's Avatar 
swartzieee swartzieee is offline
 

Advanced Member
  
Join Date: Feb 2010
Posts: 58
 

Default Bullet Text not working

When I tried to use text bullets on the Static Pages they would not show up. I tired coding them in by hand and by using the built in WYSIWYG web editor. I have installed the amazon red template from http://www.websitecm.com/x-cart-mods/cdseo-pro-x-cart-seo.html.

ie.

i wrote this code:
<strong>Why Shop at BuckeyeFanApparel?</strong></p>
<ul>
<li>
Shop 24-7 securely without having to leave home.</li>
<li>
Great product selection, prices and customer service.</li>
<li>
Easy returns and exchanges.</li>
<li>
Pay no sales tax (if shopping outside of AZ).</li>
<li>
Products usually ship within 24 hours (Monday - Thursday).</li>
</ul>

which displays correctly when viewing in the WYSIWYG web editor. but on the actual page it shows as:
Why Shop at BuckeyeFanApparel?

Shop 24-7 securely without having to leave home.
Great product selection, prices and customer service.
Easy returns and exchanges.
Pay no sales tax (if shopping outside of AZ).
Products usually ship within 24 hours (Monday - Thursday).




Thank you,

Jason
__________________
4.7.11
BuckeyeFanApparel.com
Reply With Quote
  #2  
Old 03-01-2010, 01:34 PM
 
jdiehl jdiehl is offline
 

eXpert
  
Join Date: Dec 2003
Location: Kansas City, MO
Posts: 270
 

Default Re: Bullet Text not working

A link would be helpful to tell for sure.

Check the CSS maybe the bullet is turned off. Probably need to style it.
__________________
Jason Diehl

Finding Cures for Your Online Headaches: http://www.internetmedicineman.com/
Reply With Quote
  #3  
Old 03-01-2010, 01:43 PM
  swartzieee's Avatar 
swartzieee swartzieee is offline
 

Advanced Member
  
Join Date: Feb 2010
Posts: 58
 

Default Re: Bullet Text not working

here is a link: http://www.buckeyefanapparel.com/About-our-site.html

Thank you for looking into this for me.
__________________
4.7.11
BuckeyeFanApparel.com
Reply With Quote
  #4  
Old 03-01-2010, 01:51 PM
  gizmo's Avatar 
gizmo gizmo is offline
 

X-Adept
  
Join Date: Jan 2005
Location: Crawley : UK
Posts: 618
 

Default Re: Bullet Text not working

Have you a ul class style at all, as there is no class related to the ul?
__________________
Thank You - Alan
Don't be like me, and keep saying "Nearly did it" go do it!!
Version: 4.4.4 Gold -
Reply With Quote
  #5  
Old 03-01-2010, 02:14 PM
 
jdiehl jdiehl is offline
 

eXpert
  
Join Date: Dec 2003
Location: Kansas City, MO
Posts: 270
 

Default Re: Bullet Text not working

In /skin1/main.css:

ol, ul {
list-style:none;
}

Need to fix your CSS so that bullets appear.
__________________
Jason Diehl

Finding Cures for Your Online Headaches: http://www.internetmedicineman.com/
Reply With Quote
  #6  
Old 03-01-2010, 02:18 PM
 
jdiehl jdiehl is offline
 

eXpert
  
Join Date: Dec 2003
Location: Kansas City, MO
Posts: 270
 

Default Re: Bullet Text not working

Also in the same file your margin and padding are zero'd for ul/li so even clearing the list-style:none results in a bullet you can't see. You should add something like this to the end of your main.css:

div.content ul {
padding-left: 20px;
list-style: disc;
}

See if that gets you situated, should only fix lists in the content area by doing that.
__________________
Jason Diehl

Finding Cures for Your Online Headaches: http://www.internetmedicineman.com/
Reply With Quote
  #7  
Old 03-01-2010, 02:27 PM
  swartzieee's Avatar 
swartzieee swartzieee is offline
 

Advanced Member
  
Join Date: Feb 2010
Posts: 58
 

Default Re: Bullet Text not working

The code you told me to add worked. I now have bullets. Can you please look at it one more time and see if i should change anything else.
__________________
4.7.11
BuckeyeFanApparel.com
Reply With Quote
  #8  
Old 03-01-2010, 02:29 PM
  gizmo's Avatar 
gizmo gizmo is offline
 

X-Adept
  
Join Date: Jan 2005
Location: Crawley : UK
Posts: 618
 

Default Re: Bullet Text not working

You now have bullets, wherever it has the ul class...............

I will let the other user continue for ya...............
__________________
Thank You - Alan
Don't be like me, and keep saying "Nearly did it" go do it!!
Version: 4.4.4 Gold -
Reply With Quote
  #9  
Old 03-01-2010, 02:31 PM
  gizmo's Avatar 
gizmo gizmo is offline
 

X-Adept
  
Join Date: Jan 2005
Location: Crawley : UK
Posts: 618
 

Default Re: Bullet Text not working

I mean you have bullets where maybe you don't want them as it's not a seperate class just for one set of Bullets
__________________
Thank You - Alan
Don't be like me, and keep saying "Nearly did it" go do it!!
Version: 4.4.4 Gold -
Reply With Quote
  #10  
Old 03-01-2010, 02:33 PM
  swartzieee's Avatar 
swartzieee swartzieee is offline
 

Advanced Member
  
Join Date: Feb 2010
Posts: 58
 

Default Re: Bullet Text not working

Yes Gizmo, this is not what I wanted. I wanted to bullet just some text for now on the about us page.
__________________
4.7.11
BuckeyeFanApparel.com
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 11:54 AM.

   

 
X-Cart forums © 2001-2020