-
AuthorPosts
-
dizajn75 Friend
dizajn75
- Join date:
- December 2008
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 21
- Thanked:
- 3 times in 1 posts
February 17, 2012 at 6:37 pm #173987Hi,
I have tried to insert bullet list into article form typography, but it is not working.
<ul class=”ja-typo-list list-arrow small-icon “>
<li class=”list-check”><span class=”icon”> </span>This is a sample <strong>Check list</strong>.</li>
<li class=”list-delete”><span class=”icon”> </span>This is a sample <strong>Delete list</strong>.</li>
<li class=”list-open”><span class=”icon”> </span>This is a sample <strong>Open list</strong>.</li>
<li class=”list-close”><span class=”icon”> </span>This is a sample <strong>Close list</strong>.</li>
</ul>I pasted this above code into article html but images (check, delete, open, close) are not displayed.
I have tried to display some other typography (not this one above) and they are working ok. I looked and it seems this all small images are grouped in one single image, maybe this is creating an issue.
Please help where I do mistake.
Regards
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 19, 2012 at 1:58 pm #438894Could you give me a link to your page that has problem?
dizajn75 Frienddizajn75
- Join date:
- December 2008
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 21
- Thanked:
- 3 times in 1 posts
February 19, 2012 at 4:41 pm #438911<em>@khoand 301371 wrote:</em><blockquote>Could you give me a link to your page that has problem?</blockquote>
Hi,
I am working on localhost. But, issue is not happening only on my computer. My developer also has same issue. So, issue happends 100%. Besides, I have vast experience in software development.
Also, other typography are displayed well, like drop cap and similar. So I am pretty confident issue happends for this bullets and it is not due to my computer settings.
Regards
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 20, 2012 at 5:52 pm #439075It’s strange. Because I tested it on my localhost, and it works normally. When you publish your website and it has still this problem, you inform me. I will help you fix it.
March 3, 2012 at 2:21 pm #441657I have the same problem.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 4, 2012 at 9:45 am #441736Could you give me a link to your page has issue? I will check it<em>@ccdkhmer 304869 wrote:</em><blockquote>I have the same problem.</blockquote>
March 6, 2012 at 2:07 am #442087Here is my site: http://www.cambodiancommunityday.org/j25.
It is still under construction. Generally it is going well. The bullet thing is one issue that I have not been able to resolve yet.
To help you understand my point, I create a Test Bullet that links to an article Test Bullet in which there are four bullets option. If you click on the menu, it will display the word bullet 1 thru 4, without a bullet in front of it.khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 7, 2012 at 12:57 am #442308Because template you used redefined bullet css. So, if you don’t want it, you add the code into /templates/your-template/css/template.css
.ja-moduletable ul, .ja-module ul, .ja-content-main ul{
list-style:disc;}
.ja-moduletable ul li, .ja-module ul li, .ja-content-main ul li{
margin-left: 30px;
overflow: initial;}
If you want to keep that redefined bullet css, and just want to restore default bullet css in specific article, you do follow steps:
– you edit the article > switch HTML mode > change
<ul>
with
<ul class="custom">
– you add the code into /templates/your-template/css/template.css
.ja-moduletable ul.custom, .ja-module ul.custom, .ja-content-main ul.custom{
list-style:disc;}
.ja-moduletable ul.custom li, .ja-module ul.custom li, .ja-content-main ul.custom li{
margin-left: 30px;
overflow: initial;}1 user says Thank You to khoand for this useful post
hengstler Friendhengstler
- Join date:
- August 2006
- Posts:
- 123
- Downloads:
- 7
- Uploads:
- 23
- Thanks:
- 106
- Thanked:
- 4 times in 1 posts
June 20, 2012 at 1:18 pm #458209Hi Folks
I have a very similar problem, but it only occurs when I want to use typo (arrow, star, check) within a tab. Outside works fine …
-> J 2.5.6, JAT 2.5.2, JA Tabs 2.5.5, Teline IV and Tiris (latest version)
Kind regards from Switzerland
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 22, 2012 at 9:03 am #458469Hi hengstler,
You can also switch to HTML mode and make the change like Khoa’s suggestion above.
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 5 voices, and was last updated by Saguaros 12 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Typography issue
Viewing 10 posts - 1 through 10 (of 10 total)