Unordered List without custom typography tags

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Dec 26, 2012 7:24 pm
Reply with quote
Report this post
When adding an unordered list, my lists are not displayed with bullets and there is no indention or anything change in formatting that indicates that there's a list there. I'd like to add a list without having to add a class tag each time. I'm sure it's a simple edit to the stylesheet but need a little guidance.
User avatar
Fresh Boarder

GK User
Thu Dec 27, 2012 9:30 am
Reply with quote
Report this post
Is your template up to date ? I'm asking because I've tested it on startup template and here you can see HTML code (simple ul li) and result http://d.pr/i/PGqI
User avatar
Platinum Boarder

GK User
Thu Dec 27, 2012 4:51 pm
Reply with quote
Report this post
bkrztuk wrote:Is your template up to date ? I'm asking because I've tested it on startup template and here you can see HTML code (simple ul li) and result http://d.pr/i/PGqI


It didn't notice before that the issue was only occurring within 3rd party extension. Within the Joomla 3 core, the unordered lists appear as you'd expect them too. The issue is only applying to 3rd party extensions (K2, JE FAQ Pro, etc). A screenshot of a k2 item is attached. Let me know if there's something obvious I've done wrong. Otherwise, I'll investigate k2 and post this question on their boards.
Image
User avatar
Fresh Boarder

GK User
Fri Dec 28, 2012 9:26 pm
Reply with quote
Report this post
Please give me some URL to page where you have this problem.
User avatar
Platinum Boarder

GK User
Fri Dec 28, 2012 10:34 pm
Reply with quote
Report this post
bkrztuk wrote:Please give me some URL to page where you have this problem.


Thanks for your help. You can see what's happening with unordered lists at http://www.veteranspavilion.com/take3/index.php/blog/item/22-records-requests

A screen shot is below:
Image
User avatar
Fresh Boarder

GK User
Sat Dec 29, 2012 4:17 am
Reply with quote
Report this post
use this URL instead: http://www.veteranspavilion.com/index.php/blog/item/22-records-requests. I went ahead and launched the site.
User avatar
Fresh Boarder

GK User
Sun Dec 30, 2012 9:55 pm
Reply with quote
Report this post
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
div.itemFullText ul {list-style: outside !important}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Sun Dec 30, 2012 11:57 pm
Reply with quote
Report this post
The CSS overide works. Thanks so much for the help.
User avatar
Fresh Boarder


cron