-
AuthorPosts
-
timmiller Friend
timmiller
- Join date:
- August 2008
- Posts:
- 169
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 12
- Thanked:
- 3 times in 1 posts
December 8, 2010 at 4:33 pm #157219Hey Guys,
I’ve got a strange issue. I thought it was with the modules, but it is related to the site. It seems that the K2 and Zoo modules are displaying bullet images…please see the attachments.
site is visualedge.biz/dfwcgi2
Thanks much
timmiller Friendtimmiller
- Join date:
- August 2008
- Posts:
- 169
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 12
- Thanked:
- 3 times in 1 posts
December 9, 2010 at 2:04 pm #365992This problem seems to be showing itself in tabbed items, regardless of the module.
I’d appreciate the help.
timmiller Friendtimmiller
- Join date:
- August 2008
- Posts:
- 169
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 12
- Thanked:
- 3 times in 1 posts
December 9, 2010 at 3:55 pm #366004Guys,
I know you are busy- I’d really appreciate it if you could take a look at the site…
http://www.visualedge.biz/dfwcgi2
Front page.
Thanks
Phan Gam FriendPhan Gam
- Join date:
- June 2008
- Posts:
- 216
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 39 times in 38 posts
December 10, 2010 at 1:30 am #366058Hi,
You can remove bullet image as this way.
1. Open template.css in /templates/ja_rasite/css/ folder
2. Goto about line 1507 (style for #ja-topsl li, #ja-botsl li)
#ja-topsl li, #ja-botsl li {
background-image:url("../images/bullet2.gif");
background-position:1px 8px;
padding-left:10px;
}
3. set background-image:none;
Hope that helpstimmiller Friendtimmiller
- Join date:
- August 2008
- Posts:
- 169
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 12
- Thanked:
- 3 times in 1 posts
December 10, 2010 at 7:38 pm #366206Thank you so much.
However, that removes bullets from all modules…if there are as <li> lists…
Any thoughts?
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
December 13, 2010 at 3:33 am #366479Dear timmiller,
In order to remove bullets from all modules, you can add style to template.css
div.ja-moduletable ul li, div.ja-module ul li {
background: none;
padding-left: 0;
}
timmiller Friendtimmiller
- Join date:
- August 2008
- Posts:
- 169
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 12
- Thanked:
- 3 times in 1 posts
December 13, 2010 at 5:35 pm #366576No,
I’m not sure this was understood. I am now missing bullets in modules which are links to category items…standard joomla bullets. I do not want to loose this. There is a problem in the bullets being backgrounds in some modules…that is not right, that is what i want to fix. Keep links else where.Thanks!
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
December 14, 2010 at 4:58 am #366653Dear timmiller!
I’ve checked your site and see that bullets are missing. To get them back, plz do the following:
– Open templates/ja_rasite/css/template.css
– change this:
#ja-topsl li, #ja-botsl li {
background-image: none;
background-position: 1px 8px;
padding-left: 10px;
}to#ja-topsl li, #ja-botsl li {
padding-left: 10px;
}It will get bullets back to you.Hope this helps you!
-
AuthorPosts
This topic contains 8 replies, has 4 voices, and was last updated by thangnn1510 14 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum