-
AuthorPosts
-
aberon Friend
aberon
- Join date:
- June 2008
- Posts:
- 41
- Downloads:
- 1
- Uploads:
- 5
- Thanks:
- 7
- Thanked:
- 3 times in 1 posts
February 22, 2012 at 2:04 pm #174168Hi,
I have the following problem
I am trying to use bullets in my articles but whether I use the editor bullet lists/numbers or use the Jatypo ordered or unordered lists, the result is the same: I can see the bullets in the backend but never in the front end. I am using JCE editor but I also tried with TinyMCE, the result is the same.
Any help with this…?
Thanks,khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 22, 2012 at 2:20 pm #439464Because template redefined bullet css. So could you give me a link to page has your issue? I will help you.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 22, 2012 at 4:20 pm #439492You add the code into /templates/kranos/css/template.css
.ja-tabswrap .ja-tab-content li {
margin-left: 30px;
overflow: initial;
}Could you also please notice that there is a change to the font size of the bottom modules when selecting certain articles?
(user9,10,11,12 positions).I think it’s imposible
aberon Friendaberon
- Join date:
- June 2008
- Posts:
- 41
- Downloads:
- 1
- Uploads:
- 5
- Thanks:
- 7
- Thanked:
- 3 times in 1 posts
February 22, 2012 at 9:38 pm #439543Thanks khoand for your reply,
unfortunately it does not seem to work. I created a new list after adding the above code lines but no result.Could it be that this block of code should be added on another css file? The problem only holds for articles created containing ja_tabs.
Now, as for the second one, yes it is possible, if you can please have a look at the bottom modules or at the module with title “Get in touch” on the left when this article is selectedhttp://www.veltion.optimumwms.com/optimum-products/warehouse-management/aberonwms.html
and then when this article is selected
Ι am sure that there is a difference.
Thanks again,:)
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 23, 2012 at 4:53 am #439577unfortunately it does not seem to work. I created a new list after adding the above code lines but no result.Could it be that this block of code should be added on another css file? The problem only holds for articles created containing ja_tabs.
I viewed your /templates/kranos/css/template.css file, it has no my code. Could you check it again? You try delete all of files of /cache and /t3-assets folder.
Now, as for the second one, yes it is possible, if you can please have a look at the bottom modules or at the module with title “Get in touch” on the left when this article is selected
http://www.veltion.optimumwms.com/op…aberonwms.html
and then when this article is selected
http://www.veltion.optimumwms.com/op…e-picking.html
Ι am sure that there is a difference.
You add the code into /templates/kranos/css/template.css
tt, code, kbd, samp{
font-family: Helvetica, Arial, sans-serif;
}
aberon Friendaberon
- Join date:
- June 2008
- Posts:
- 41
- Downloads:
- 1
- Uploads:
- 5
- Thanks:
- 7
- Thanked:
- 3 times in 1 posts
February 23, 2012 at 8:47 am #439618Second part of code did the trick !! Thanks a lot!!
Still can’t see any bullets or numbers…. Yes, code is inserted in template css, you can now find it on top of the template css (it was at the bottom) with a small reference.
Not sure if I have to add it in another part of the css.
Cleared cache using Jat3 cache clean an Joomla cache clean (just in case…) .Should I do sth more or different ?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 23, 2012 at 9:09 am #439629You replace my code with
.ja-tabswrap .ja-tab-content li {
margin-left: 30px !important;
}aberon Friendaberon
- Join date:
- June 2008
- Posts:
- 41
- Downloads:
- 1
- Uploads:
- 5
- Thanks:
- 7
- Thanked:
- 3 times in 1 posts
February 23, 2012 at 10:27 am #439644khoand,
After changing the code here are the results:
– ordered lists using JCE editors buttons work (numbers,lower latin and letters ) all ok
-unordered list using JCE editors button : no
-ordered and unordered lists using JA typo : noStill good for me to do what I want but very strange not to be able to even use a bullet within ja tabs…Unless you have another idea, I think it is time to report a bug… Nevertheless, I appreciate your help till now !
1 user says Thank You to aberon for this useful post
freissmann Developerfreissmann
- Join date:
- February 2011
- Posts:
- 294
- Downloads:
- 0
- Uploads:
- 71
- Thanks:
- 79
- Thanked:
- 29 times in 1 posts
March 26, 2012 at 12:37 pm #445686Any solutions for the unordered & JA typo or was the bug already reported?
aberon Friendaberon
- Join date:
- June 2008
- Posts:
- 41
- Downloads:
- 1
- Uploads:
- 5
- Thanks:
- 7
- Thanked:
- 3 times in 1 posts
March 27, 2012 at 12:34 pm #445906The problem has just been added to ticketing system,(it was of medium prioriyt to me) and I am sure they will take care of it …
Cheers,:)
aberon Friendaberon
- Join date:
- June 2008
- Posts:
- 41
- Downloads:
- 1
- Uploads:
- 5
- Thanks:
- 7
- Thanked:
- 3 times in 1 posts
April 6, 2012 at 9:17 pm #447635Here is the solution as provided by JA support team (THX!)
“… open the file of plugins/system/jatabs/jatabs/ja.tabs.css looking for this css
.ja-tabswrap .ja-tab-content li {
background: none repeat scroll 0 0 transparent;
margin: 0;
padding: 4px 0 6px;
}and remove it or comment it out..”
It worked for me so I think this may help others with the same problem…:)
-
AuthorPosts
This topic contains 11 replies, has 3 voices, and was last updated by aberon 12 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum