Bullet Points

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Mon Feb 14, 2011 6:04 am
Bullet points are still not working in Corporate 2.

I have tried both JCE and TinyMCE editors. It was suggested that it could be an issue with the editor. With both, the bullets appear in the WYSIWYG but to not transfer to the front-end.

If so, could you make a suggestion of an editor that works with Gavick Templates regarding bullet points.

I can't really think of a job we have done that did not require bullets, though this one in particular is in drastic need do to lengthy text articles.


It's crucial to have a simple solution without editing code each time an article is written as the client has admin access to post new articles and will be unfamiliar.


Could we perhaps get another try on a solution?

I filed a support ticket, did get a response, but then it was closed to "lack of activity".


Thanks
User avatar
Junior Boarder

GK User
Thu Mar 03, 2011 2:12 pm
hello?
User avatar
Junior Boarder

GK User
Thu Mar 03, 2011 6:04 pm
Hi

All templates have typography plugin support, but if you don't want to use it, try adding this line on template.css file:

Code: Select all
.article-content ul li {list-style-type: disc!important;list-style-position: inside!important;}
.article-content ul li,
.article-content ul li li {margin-left:20px;}


Cheers ;)
User avatar
Platinum Boarder

GK User
Wed Mar 30, 2011 10:28 pm
Greetings,

My bulleted lists do not show in my articles. I see them in the editor, but the bullets do not show on my page. Also, the text does not indent when the lines are bulleted.

See example: http://nedshead.net/index.php?option=co ... &Itemid=55

Please see this section of the page above:

Test Bullets
Bullet one
Bullet two
Bullet three

I am using Template version 2.0.13.

Is there some element that I should enable in order for the bullets to appear? Is there some line of code in the template.css, typo.css or style.css that I should change in order to make the bullets and indents function?

Thanks.
User avatar
Fresh Boarder

teitbite
Wed Mar 30, 2011 10:47 pm
Hi

Please try to add this code to override.css (remember to enable using this file in template configuration)

Code: Select all
#component ul li {
    list-style: disc inside none;
    margin-left: 10px;
}
User avatar
Moderator

GK User
Thu Mar 31, 2011 3:28 pm
Thanks teitbite,

Your solution worked for me. I now have basic bullets and block indents for bullet one, two and three.
I will email you directly with a follow up question.

Regards,

designwell
User avatar
Fresh Boarder

teitbite
Fri Apr 01, 2011 12:28 pm
Hi

You can write it down here, no problem :)

Glad I could help.
User avatar
Moderator

teitbite
Fri Apr 01, 2011 1:03 pm
Hi

Ok. Found the mail:

Code: Select all
Thank you again for your assistance. I have these questions:

 Why must I use the overide.css file? Should not the bullets and indents format automatically for articles?

Why don't the bullets and indents format automatically?

How can I get the second and third level bullets to format using the built-in template style, like bellow?

Bullet one
Bullet two
Bullet three
How can I get the hanging indent (wrap the words from the second line flush [justified] with the first line) to work correctly? Should I make further changes to the overide.css? If so, what additional coding?


override.css is design for changes. If You will upload template someday than You will need to keep only one file untouch.

Why it's not like that automaticaly. Hard to tell. It can be a bug or a designer styled it like that.

to format the 2nd and 3rd:

Code: Select all
#component ul li li {
    list-style: circle inside none;
}

#component ul li li li {
    list-style: square inside none;
}
User avatar
Moderator

GK User
Tue Jul 12, 2011 2:52 pm
I am unable to find the override.css file in Corporate 2 you specified below or how I am to enable this file. Can you please advise me how to enable it?

Thank you!

Dwight


teitbite wrote:Hi

Please try to add this code to override.css (remember to enable using this file in template configuration)

Code: Select all
#component ul li {
    list-style: disc inside none;
    margin-left: 10px;
}
User avatar
Junior Boarder

teitbite
Tue Jul 12, 2011 4:00 pm
Hi

Please udate the template. The older versions of the template didn't have this file.
User avatar
Moderator

GK User
Wed Jul 13, 2011 9:00 pm
I allpied the update and the bullets are working now.

Thank you!
User avatar
Junior Boarder

teitbite
Wed Jul 13, 2011 9:04 pm
Hi

No problem. Glad I could help.
User avatar
Moderator


cron