<ul class="gkBullet1"> Lists not showing on front-end </ul>

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Fri Oct 18, 2013 12:55 pm
Hi,

So the lists aren't showing up on the front-end. I have read on the forums here:
https://www.gavick.com/forums/therealde ... ng#p115743

and here:
https://www.gavick.com/forums/simplicit ... 24134.html

But this doesn't answer why mine are not showing up as the code I'm using is <ul class="gkBullet1"><li>example text</li></ul>

So it should be good, right? Here's an example: http://web.ear-trumpet.net/index.php?op ... Itemid=108
User avatar
Junior Boarder

GK User
Fri Oct 18, 2013 3:27 pm
How is set the setting in template settings - features section - Use typography?
User avatar
Moderator

GK User
Mon Oct 21, 2013 8:20 am
Hello,

The same problem here. I have enable Typography and Iconset in Features but in some articles unordered lists work fine, the other dont. Even if i copy code fragment from one article to another it didnt work. Clearing cache in Joomla, clearing cache in browser and clearing cache on server dont solve that problem.
Some articles have your typography in unordered list, some dont.

Here are links to working and not working typography:

http://fantom.b13.eu/

http://fantom.b13.eu/index.php/salsa

Regards
Przemek Szatkowski
User avatar
Senior Boarder

GK User
Mon Oct 21, 2013 7:05 pm
Przemek (@yorgil) - it seems that You have typo in override.css:
Code: Select all
section.content ul.gkBullet1 li { background: url("../../images/style5/typography/bullet1.png") no-repeat 0 10px !important }

it should be:
Code: Select all
section.content ul.gkBullet1 li { background: url("../images/style5/typography/bullet1.png") no-repeat 0 10px !important }
check console log- it will tell You the truth ;)
Correct all image links so they are correct, and everything will work fine.
User avatar
Moderator

GK User
Mon Oct 21, 2013 8:44 pm
Hello,

Oh, my fault. I didnt see that. Sorry for bothering with such a trifle. All my wool-gathering.
Thank you very much. Now it works perfect of course!

Regards
Przemek
User avatar
Senior Boarder

GK User
Tue Oct 22, 2013 6:30 pm
Przemek - don't worry, whenever You are great coder or just starting, sometimes obvious problems and solutions are just in front of You and You can't see them, but someone else will find them in just few seconds - and believe me, I know something about it ;).
User avatar
Moderator


cron