Bullet point still don't work

February 2014 Joomla Template
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
Fri Jun 06, 2014 10:40 am
Reply with quote
Report this post
Have asked this question previously, but still not resolved.

Using News template and bullet points don't show up in the front end of the site.

Need to get this resolved. I have hundreds of pages with no bullet points.

Please advise.

Ian
User avatar
Expert Boarder

GK User
Fri Jun 06, 2014 12:34 pm
Reply with quote
Report this post
Could you provide me any URL to page where bullets should be visible? Do you use our typography bullets or just default unordered lists?
User avatar
Platinum Boarder

GK User
Fri Jun 06, 2014 2:12 pm
Reply with quote
Report this post
www.derbyalcohol.org.uk

Can't use your typography bullets, it would take too long to re-inptut all the bullet points - just want the JCE bullet points to work.

Should be bullet points on the list below this copy:

All clients can expect to receive the following as part of their substance misuse treatment service in Derby at each treatment stage:......
User avatar
Expert Boarder

GK User
Mon Jun 09, 2014 11:20 am
Reply with quote
Report this post
Ok, thanks for the URL but where exactly bullets should be visible? Could you show me on screenshot where they are missing?
User avatar
Platinum Boarder

GK User
Fri Jun 13, 2014 4:47 pm
Reply with quote
Report this post
http://www.derbyalcohol.org.uk/about-this-site


The text below (from the above page) should have bullet points - as should numerous other pages.


A therapeutic relationship between the specialist worker and the client that is non-confrontational, reflective and encouraging and based on the client needs.
Regular sessions that include motivational interviewing techniques, the provision of accurate and timely information and advice to keep the client engaged and are based on clear, goal focused care plans that are regularly reviewed. Group work and acupuncture sessions are also available to all clients.
Focused and structured sessions using a variety of evidence-based approaches with clearly agreed boundaries and a commitment to privacy and confidentiality
Sessions that are focused on recovery and positive outcomes and where applicable reintegration and will use the concept within the Outcome Star tool to enable the client to track their own progress and to highlight their successes during their recovery journey.
User avatar
Expert Boarder

GK User
Mon Jun 16, 2014 12:48 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
.item-page ul { list-style-type: disc !important; }

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

GK User
Wed Jun 18, 2014 11:49 am
Reply with quote
Report this post
Thanks bkrztuk.

This works fine in the articles, but also adds bullet points to the 'share', 'print' and 'email' icons. (see page below)

http://www.derbyalcohol.org.uk/alcoholmythsandfacts2
User avatar
Expert Boarder

GK User
Wed Jun 18, 2014 7:47 pm
Reply with quote
Report this post
Please also add this code :

Code: Select all
.itemAsideInfo ul { list-style-type: none !important; }
User avatar
Platinum Boarder


cron