No list bullets

GK User
Sat Nov 24, 2012 5:40 pm
After I updated to Virtuemart 2.0.14 and the latest E-Sport template the bullets in lists in Virutemart product descriptions are gone as you can see here:

http://www.fotoforalla.se/shop/produkte ... mos-detalj

I am for example using this class:

<ul class="gkBullet3">

But no bullet shows up.
User avatar
Platinum Boarder

GK User
Sat Nov 24, 2012 5:44 pm
Hi,

It is a problem connected with fact that we have limited usage of the Typography lists to the article pages. I'll report this problem. Temporary you can replace in the typography files lines like this:

Code: Select all
div.articleContent ul.gkBullet3 li{
background:url('/templates/gk_esport/images/style2/typography/bullet3.png') no-repeat 0 5px !important;
}


to:
Code: Select all
.product-description ul.gkBullet3 li,
div.articleContent ul.gkBullet3 li{
background:url('/templates/gk_esport/images/style2/typography/bullet3.png') no-repeat 0 5px !important;
}
User avatar
Administrator

GK User
Sat Nov 24, 2012 6:21 pm
Ok I see, will this be fixed in future releases?
User avatar
Platinum Boarder

GK User
Sat Nov 24, 2012 6:27 pm
Sure, but probably next release will be at december so if you need I recommend to fix it manually.
User avatar
Administrator

GK User
Mon Dec 17, 2012 3:26 pm
Have this been fixed in the latest update which was released today?
User avatar
Platinum Boarder

GK User
Tue Dec 18, 2012 11:13 am
The issue will be fixed in following VM update.
User avatar
Platinum Boarder


cron