Bullet and problem in Product Description

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Thu Jul 08, 2010 6:18 pm
i have some problem about Bullet and numbering problem in Product Description.
in unordered list i select default in back end , but in front end is not showing the bullet!
this is back end picture

this is front end picture
User avatar
Senior Boarder

teitbite
Fri Jul 09, 2010 12:19 pm
Hi

Please show me the exact page with this text.
User avatar
Moderator

GK User
Fri Jul 09, 2010 1:29 pm
User avatar
Senior Boarder

teitbite
Mon Jul 12, 2010 8:50 am
Hi

Please try adding this at the end of template.css:

Code: Select all
.prod_details ul li {
list-style:disc inside none;
}
User avatar
Moderator

GK User
Mon Jul 12, 2010 3:20 pm
not working!
User avatar
Senior Boarder

GK User
Mon Jul 12, 2010 4:14 pm
When using list, I think you have to use your Typography CSS Tags,

eg: for the ul list you would use: <ul class="gk_bullet4"> and the bullet point will show up on the front of page.
User avatar
Fresh Boarder

teitbite
Tue Jul 13, 2010 11:06 am
awlfm wrote:
not working!


Hi

I can see it working just fine :) Please clear the cache.
User avatar
Moderator

GK User
Tue Jul 13, 2010 11:33 am
how much is 172rm in real money ? :D
User avatar
Platinum Boarder

GK User
Tue Jul 13, 2010 1:23 pm
yes is real money my country currency :P
User avatar
Senior Boarder

GK User
Wed Jan 12, 2011 10:52 pm
is there any way to show these bullets in joomla category and article ?
User avatar
Junior Boarder

teitbite
Fri Jan 14, 2011 1:13 am
Hi

Please show me an exact place on Your site when You have this problem.
User avatar
Moderator

GK User
Fri Jan 14, 2011 7:45 am
User avatar
Junior Boarder

teitbite
Sat Jan 15, 2011 12:30 am
Hi

You have a problem with Your page. Lots of css files did not load propperly. PLease check if You have css files in template's css folder and if permissions on them are 644.

If this doesn't help try to overwrite it with files form clean copy.
User avatar
Moderator

teitbite
Mon Jan 17, 2011 4:58 pm
Hi

I can see the problem with lack of permissions is gone now.
I can see bullets works only with typo.

Please add this code to css:

Code: Select all
.article-content ul li {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: disc;
}
User avatar
Moderator

GK User
Mon Jan 17, 2011 8:08 pm
wow, it works PERFECTLY !!

many thanks !!
User avatar
Junior Boarder


cron