-
AuthorPosts
-
Nick R JA JobBoard
Nick R
- Join date:
- August 2009
- Posts:
- 284
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 20 times in 1 posts
May 10, 2011 at 10:29 am #390554Hi,
any updates to this or the ticket?
Cheers
Nickkhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 10, 2011 at 7:07 pm #390638Hi,
Could you give me a link to your website to fix your problem?Nick R JA JobBoardNick R
- Join date:
- August 2009
- Posts:
- 284
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 20 times in 1 posts
May 10, 2011 at 7:24 pm #390641Hi Khoand,
I have updated the ticket, just have a look over there.
Thank you so far!khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 12, 2011 at 4:16 am #390870<em>@Nick R 239648 wrote:</em><blockquote>Hi Khoand,
I have updated the ticket, just have a look over there.
Thank you so far!</blockquote>I can’t see them. Could you send me private message?
Nick R JA JobBoardNick R
- Join date:
- August 2009
- Posts:
- 284
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 20 times in 1 posts
May 12, 2011 at 4:28 am #390873Alright, done.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 14, 2011 at 10:20 am #391211Sorry about my late response.
– You find this code from <joomla url>/plugins/system/jat3/jat3/base-themes/default/css/template.css file
.ja-moduletable ul li, .ja-module ul li, .ja-content-main ul li {
background: url(../images/bullet.gif) no-repeat 20px 6px; < remove this line
line-height: 1.4;
margin-bottom: 5px;
padding-left: 30px;
}Nick R JA JobBoardNick R
- Join date:
- August 2009
- Posts:
- 284
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 20 times in 1 posts
May 14, 2011 at 12:19 pm #391231Hi,
interesting, I cant find this code in the mentioned file.
Any ideas?
Also T3 v1.2.4 is shown at ja-ext-manager, I run the upgrade and it says it has been updated. But after reload it still shows the old version with a message that there is an update available…Cheers
Nickkhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 16, 2011 at 3:27 am #391336You try this file: <joomla url>templatesyour templatecsstemplate.css file
Nick R JA JobBoardNick R
- Join date:
- August 2009
- Posts:
- 284
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 20 times in 1 posts
May 16, 2011 at 4:26 am #391342Well, this is just removing the bullet of those lists but not fixing it. Please try this on your test installation as suggested as well…
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 16, 2011 at 7:08 am #391375Sorry about inconvenience. How does article (lists and numbers) look? Could you tell me what request you want to?
Nick R JA JobBoardNick R
- Join date:
- August 2009
- Posts:
- 284
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 20 times in 1 posts
May 16, 2011 at 10:13 am #391422<em>@khoand 240632 wrote:</em><blockquote>Sorry about inconvenience. How does article (lists and numbers) look? Could you tell me what request you want to?</blockquote>
Please have a look here: http://www.joomlart.com/forums/topic/ordered-unordered-list/#post-390236
I just want to get this fixed, no special requests 😉
Teline IV with J16 and T3 v1.2.1 = everything is fine
Teline IV with J16 and T3 v1.2.3 = Error as seen above.So there must be something within T3…
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 16, 2011 at 11:49 am #391445I saw your snapshot. But I don’t understand 2 arrows you add on it. Do you want to remove bullets? Or do you want to list and number list are same? Or is number list also wrong?
Nick R JA JobBoardNick R
- Join date:
- August 2009
- Posts:
- 284
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 20 times in 1 posts
May 16, 2011 at 11:56 am #391446I’m sorry if I wasnt pointing in the right direction.
I just want them to be fixed. The List does not look aligend or displayed correct.
Again, to reproduce this, you Need to test it on your dev server. Just try a qs install of teline iv j16, create a List and have a look. You will find no errors. Then, update T3 to v1.2.3, go back to your List and you will see the error.
Sorry, I cant be more specific than this and tickets content.
Its easy to see whats wrong in the Screenshot.May 16, 2011 at 2:29 pm #391478I had the same issue as you described. I couldn’t find where, but it looks like any style definitions for the UL and OL tags are missing. I put the following statement in the template.css file and it solved the problem:
ul {list-style-type: disc; margin-left: 8px; padding-left: 22px;}
ol {list-style-type: decimal; margin-left: 8px; padding-left: 22px;}
Hope that helps!
Nick R JA JobBoardNick R
- Join date:
- August 2009
- Posts:
- 284
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 20 times in 1 posts
May 16, 2011 at 3:52 pm #391491Hi elpo,
Thanks for your message!
I’m aware of this fix, have used it as well.
But my main concern is T3 version. Template.css works well with older version of T3 so there must be something with the new T3 version which should be fixed instead of template.css file.Cheers
Nick -
AuthorPosts
This topic contains 42 replies, has 11 voices, and was last updated by dhellyniez 12 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum