-
AuthorPosts
-
May 24, 2011 at 5:11 pm #164379
Help I am trying to add an unordered bulleted list into an Article and it shows up without the bullet points.
You can see it here – http://macvillagepro.com/joomla161/landscapeservices/landscapedesignservices
When I am in the article editing they are there but they do not show up when the page is rendered.
Please help!
Thank you>:(
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
May 25, 2011 at 9:21 am #392807Hi,
Can you please provide admin access, I would like to take look at the css.
The styling for bullets is currently applied from plugins/system/jat3/jat3/base-themes/default/css/addons.css Did you install a quickstart or you have made changes in the template? Cause I dont see any css applied from the template, all styling seems to be coming from plugin css files only.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 25, 2011 at 9:38 am #392817Hi,
You add this code into /plugins/system/jat3/jat3/base-themes/default/css/template.css file
div.item-content ul{
padding-left:30px;
}
May 25, 2011 at 12:19 pm #392846Hi and thank you for your help.
I will send you a PM with Admin access so you can take a look.
This was a manual install the theme and the only change to template.CSS so far was around the #header to make it shorter and specify the size of the company logo which is in the same section of template.ccs
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
May 25, 2011 at 2:07 pm #392865Hi,
I was trying making changes in my Ja Droid in J1.6 and it crashed after saving template.css, so I have not changed your css. I am not sure if this happens everytime or for JA Droid only or anything but it seems a potential bug, so I will ask JA developer to take a look at it once.
I cleared all the cookies related to the domain, session etc and I could see everything in admin again, but tried saving template.css and admin threw me out and on logging in again it gave me 500 error again.
I have observed that I dont see the bullets either until I put some class to ul as explained in the typography page in Droid demo. So will raise this to JA developers as well. Meanwhile to solve your issue, you can add
<blockquote>.ja-moduletable ul li, .ja-module ul li, .ja-content-main ul li {
list-style:disc;
line-height: 160%;
margin-bottom: 5px;
overflow: hidden;
padding-left: 30px;
}
</blockquote>
in your template.css using ftp access. let me know if this solves your problem.1 user says Thank You to himangi for this useful post
May 25, 2011 at 2:45 pm #392870A sincere thank you for your help!
I am concerned about your statement regarding cashes and will be anxious to hear what your developers say. If they need FTP access please let me know. I have not seen any issues as I have been working on this site for the past 3 weeks. It is running as a development site and I will ultimately move it over its own domain once we complete it instead of a sub direction under my company domain.
Regarding the error 500
I can tell you that the ja_droid directory on the server has permissions 755, folder CSS is 755, and template.css is permission 604
I will make the additions you noted above and follow-up
Thank you again. Skeeter
May 25, 2011 at 3:04 pm #392875Well I added the code you provided to the bottom of template.css however I had no luck the bullets do not show up.
The Article that I did this with is “Landscape Design Services”
Attached is a picture of the edit screen so that you can see them there but the do not show up on the site.
I also tried this on a quickstart installation and they worked so I must be missing something with my manual install 🙁
:((
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
May 25, 2011 at 4:31 pm #392883Hi,
Please add following styling in addition to the previous styling.
.ja-moduletable ul, .ja-module ul, .ja-content-main ul {
list-style: disc;
}I am sorry if I scared you about JA droid template file saving. And I think you may have misunderstood what i meant. I observed this problem for th first time and it was on my installation not yours. But because I saw it on my end, I have raised it to JA developers just to make sure there is not any problem.
May 25, 2011 at 5:32 pm #392891Hello again,
Thank you for your time with this issue – However it still did not work. 🙁
I have added the following code to the end of template.css, which is the file located in folder ja_droid/css correct?
.ja-moduletable ul li, .ja-module ul li, .ja-content-main ul li {
list-style:disc;
line-height: 160%;
margin-bottom: 5px;
overflow: hidden;
padding-left: 30px;
}.ja-moduletable ul, .ja-module ul, .ja-content-main ul {
list-style: disc;
}himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
May 26, 2011 at 6:13 am #392950I am not sure why the styling is not applied. I have asked another developer to take a look.. Please wait for some time.
thanks.
1 user says Thank You to himangi for this useful post
May 26, 2011 at 2:27 pm #393025Hello and YES thank you for having someone else look at it. I thought it might be the editor I was using and I did try changing the editor but that did not work either.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
May 27, 2011 at 1:38 am #393075Hello,
Please add one more property to this:.ja-moduletable ul li, .ja-module ul li, .ja-content-main ul li {
list-style: disc inside none;
line-height: 160%;
margin-bottom: 5px;
overflow: hidden;
padding-left: 30px;
}
Please try and hope this would work 🙂2 users say Thank You to chavan for this useful post
May 31, 2011 at 5:55 am #393762Hi Did you try thuannt’s solution ? Let me know if your issue is solved, so that I can closed the ticket related to your issue.
May 31, 2011 at 12:46 pm #393863Hi I am sorry I did not see thannts response until now. Yes I did try it and I am thrilled to say that now bullets do appear on lists! Thank you very much! I do have one question is it easy to make text that appears after the first line to be indented the same as the first line after the bullet so they line up?
Please see example under “option 1” on this page – http://macvillagepro.com/joomla161/landscapeservices/landscapedesignservices
Thank you again! 😀
May 31, 2011 at 4:28 pm #393926I have this issue as well. I did my own installation and then installed the template. I think the css is missing from the 1.6 template.
but the fix worked for me as well. Thanks!
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 6 voices, and was last updated by ninjacat 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Bug with UnOrdered Bulleted Lists
Viewing 15 posts - 1 through 15 (of 15 total)