-
AuthorPosts
-
fdr77 Friend
fdr77
- Join date:
- April 2011
- Posts:
- 104
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 13
- Thanked:
- 3 times in 1 posts
May 22, 2011 at 12:37 am #164289I have the same problem with this post
http://www.joomlart.com/forums/topic/li-issue-how-to-remove-the-dot/open /myroot/templates/ja_teline_iv/css/template.css
and removebackground: url("../images/bullet.giZ") no-repeat scroll 20px 6px transparent;
but the problem remains.
Allow development mode and firebug tells me to remove the same string in the
myroot/plugins/system/jat3/base-themes/default/css/template.cssWhy??
fdr77 Friendfdr77
- Join date:
- April 2011
- Posts:
- 104
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 13
- Thanked:
- 3 times in 1 posts
May 22, 2011 at 12:55 am #392302instead of removing the string…I have changed so
background: no-repeat 20px 6px transparent;
and it works … an explanation to this?crazyleggs Friendcrazyleggs
- Join date:
- May 2008
- Posts:
- 138
- Downloads:
- 3
- Uploads:
- 4
- Thanks:
- 16
- Thanked:
- 17 times in 1 posts
May 29, 2011 at 3:48 pm #393420The latest T3 update messed up the formatting up on my site for anything with a list. It added bullets to the login mod, and distorted other list. I had to make several changes to the template.css.under the plugin directory as well.
To remove the bullets, I commented out the background line, this still left excessive padding which I reduced from 30px to 5px
/* background: url(../images/bullet.gif) no-repeat 20px 7px;*/
line-height: 160%;
margin-bottom: 5px;
overflow: hidden;
padding-left: 5px;For Joomlart support, is there any reason that the padding is so much? Can it be reduced so that we don’t have to go through this everytime, or possibly have the ability to configure some of these parameters in the admin section?
pritam Friendpritam
- Join date:
- April 2011
- Posts:
- 609
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 11
- Thanked:
- 125 times in 113 posts
May 30, 2011 at 9:23 am #393556Hello,
Can you provide your site url.But first go into the template manager and set css optimiation to “No” so we can see the correct files to modify and not the compressed version.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
May 30, 2011 at 9:28 am #393558<em>@crazyleggs 243312 wrote:</em><blockquote>The latest T3 update messed up the formatting up on my site for anything with a list. It added bullets to the login mod, and distorted other list. I had to make several changes to the template.css.under the plugin directory as well.
To remove the bullets, I commented out the background line, this still left excessive padding which I reduced from 30px to 5px
/* background: url(../images/bullet.gif) no-repeat 20px 7px;*/
line-height: 160%;
margin-bottom: 5px;
overflow: hidden;
padding-left: 5px;For Joomlart support, is there any reason that the padding is so much? Can it be reduced so that we don’t have to go through this everytime, or possibly have the ability to configure some of these parameters in the admin section?</blockquote>
What do you mean by latest T3 update? If you are talking about the plugin then I can understand your problem. What you need to do is copy the relavent css to the templates folder instead of the plugin folder. That way your changes will not be lost when you update the plugin.
crazyleggs Friendcrazyleggs
- Join date:
- May 2008
- Posts:
- 138
- Downloads:
- 3
- Uploads:
- 4
- Thanks:
- 16
- Thanked:
- 17 times in 1 posts
May 30, 2011 at 8:50 pm #393697<em>@phill luckhurst 243476 wrote:</em><blockquote>What do you mean by latest T3 update? If you are talking about the plugin then I can understand your problem. What you need to do is copy the relavent css to the templates folder instead of the plugin folder. That way your changes will not be lost when you update the plugin.</blockquote>
Thanks for responding,
I am referring to the plugin. I usually make my changes in the template directory, templatecsstemplate.css file. In this case, I did the same thing a month ago. When I applied the latest T3 plugin v. 1.2.6, it over-rode those changes. I checked my template.css file in my template directory, and the line in question was still commented out, so I couldn’t figure out why the bullets were now showing up. I didn’t figure out why it was doing this until I saw fdr77’s post above that pointed to the template.css in the plugin directory.1 user says Thank You to crazyleggs for this useful post
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
May 30, 2011 at 9:27 pm #393698Thanks for the update. Yes, removing the line will mean the code reverts to the similar line in the plugin which is not what is wanted. So removing just the image from the code is the correct way to go.
-
AuthorPosts
This topic contains 7 replies, has 4 voices, and was last updated by Phill 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum