-
AuthorPosts
-
August 18, 2010 at 4:35 am #153623
1Q
I worked with template manager and tried different parameters.Then I changed everything to its original parameters. But my font in all modules except for mod_janews и mod_ja_contentslide changed to ITALIC style and it happend only on my home page.
Even in the left main menu, login,resources,html module,….
On the other pages of my website in the same modules,everything is good.
Please, help me to get rid of that italic style on the home page.2Q
How do I change the background color in modules and articles?
How do I make this backgound transparent?I use orange style of Ja Lead template
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
August 18, 2010 at 5:19 am #353017for your 1 Q.
1. Did you use copy paste from word document for your article?
2. Unpublish your frontend articles one by one to see, if it removed the all italics.
3. Its coming from faulty edit or style applied( open tag).
4. Show us your site url.For your 2 Q.
Changing background color in modules or article involves css edits. Show us your site aqnd module, for which you wish to change the background color and to which color.
Arvind
August 18, 2010 at 6:36 pm #353082Thank you very much for your advice
The problem was in one of the articles on my home page in janews.
In this article there was an unnecessary code in read more system.
<p><em><hr id=”system-readmore” />
</em></p>As soon as I corrected it to
<hr id=”system-readmore” />
The italic style dissappeared in all modules on my home page and all is good now.
Can you explain to me the link between this simlpe unnecessary code in one of the articles and the font styles in modules?
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
August 18, 2010 at 6:40 pm #353083Glad it got solved and you found the rogue article. Not sure of the rocket science behind it, but its always the wrong formatting in articles edited with joomla editors or direct paste from microsoft word.
Arvind
1 user says Thank You to Arvind Chauhan for this useful post
August 19, 2010 at 4:19 am #353125I want to know how to change the background color or how to make it transparent on my main modules like janews, slideshow2, mod_custom, ja_contentslide, left mainmenu, login, jw_player and articles.
I need to change color on modules which I circled in red color (see attachment).
The modules jatabs, mod_jabulletin , popular are already transparent
Custom html module on the left side becomes transparent by itself, and on the right side it is only with the white background.
P.S.
Please, tell me how to activate = You are here: =
Nothing appears after these words.geof Friendgeof
- Join date:
- January 2006
- Posts:
- 20
- Downloads:
- 102
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 12 times in 9 posts
August 19, 2010 at 9:35 am #353153<em>@w11w12 190883 wrote:</em><blockquote>I want to know how to change the background color or how to make it transparent …</blockquote>
Go to
templates/ja_lead/css/template.css line 738
.ja-content-inner {
background:none repeat scroll 0 0 #FFFFFF; <<— background:none;
border:1px solid #D5D5D5;
margin:0 0 20px;
padding:20px 10px 0;
}templates/ja_lead/css/template.css line 1217
#ja-col2 div.moduletable, #ja-col2 div.moduletable_default, #ja-col2 div.moduletable_menu, #ja-col2 div.moduletable_text {
background:none repeat scroll 0 0 #FFFFFF; <<— background:none;
border:1px solid #D5D5D5;
padding:0 9px 20px;
}templates/ja_lead/css/template.css line 1243
#ja-topsl div.ja-innerpad {
background:none repeat scroll 0 0 #FFFFFF; <<— background:none;
border:1px solid #D5D5D5;
overflow:hidden;
padding:15px 10px 10px;
}
*templates/ja_lead/css/style.css line 26
.lead .ja-tab-panels-top {
background:none repeat scroll 0 0 #FFFFFF; <<— background:none;
border-color:-moz-use-text-color #D5D5D5 #D5D5D5;
border-right:1px solid #D5D5D5;
border-style:none solid solid;
border-width:medium 1px 1px;
width:auto;
}August 20, 2010 at 3:36 am #353209Great ! Thank you very much!
I got almost everything!I just didn’t understand this line:
templates/ja_lead/css/style.css line 26In css folder I don’t have a file style css. I didn’t find this file anywhere.
All modules became transparent,except for “left main menu and resources”.
I would like tabs module also to become completely transparent.
See attachment where I circled white spaces.One more question.How can I activate the line You Are Here? It doesn’t work.
geof Friendgeof
- Join date:
- January 2006
- Posts:
- 20
- Downloads:
- 102
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 12 times in 9 posts
August 24, 2010 at 9:44 am #353521<em>@w11w12 190985 wrote:</em><blockquote>Great ! Thank you very much!
I got almost everything!I just didn’t understand this line:
templates/ja_lead/css/style.css line 26In css folder I don’t have a file style css. I didn’t find this file anywhere.</blockquote>
Sorry w11w12
The correct path for style.css file is
plugins/content/ja_tabs/themes/lead/style.css<em>@w11w12 190985 wrote:</em><blockquote>
All modules became transparent,except for “left main menu and resources”.
</blockquote>
Go to templates/ja_lead/css/template.css line 1135
and change
From#ja-col1 div.moduletable_menu {
background:#FFFFFF; <<------
}to
#ja-col1 div.moduletable_menu {
background:none;
}<em>@w11w12 190985 wrote:</em><blockquote>
One more question.How can I activate the line You Are Here? It doesn’t work.</blockquote>
Go to your admin and check Extensions>Module Manager >Breadcrumbs is enable?2 users say Thank You to geof for this useful post
carynh Friendcarynh
- Join date:
- January 2011
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
January 25, 2011 at 12:28 pm #373702Thanks. I had one of these too…very frustrating. Turned out to be an unclosed italic tag, not in content, but in a JA Slideshow caption! You have to look everywhere.
-
AuthorPosts
This topic contains 9 replies, has 4 voices, and was last updated by carynh 13 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum