-
AuthorPosts
-
kidi Friend
kidi
- Join date:
- March 2009
- Posts:
- 134
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 28
- Thanked:
- 2 times in 1 posts
September 21, 2013 at 3:28 pm #190790Hello,
With the help of some threads in this forum I add 2 new positions Ja Side News.
I hope I do the good things with files. The problem now, I doesn’t find the good files for CSS attribute.
So it’s not the same design of title H3. Could you help me ?
What I do for add new position (perhaps it can help someone) :
1- Add user on Templatedetails.xml
2- I add code on Joomla admin/puresite on Layout file
3- Add position on mod_jasidenews.css and layout.css and template.css(line783, no printscreen sorry)
The new positions are on place but hte title H3 is not the same. And how is possible to add a ligne under each position as Top.tops11 and top.tops12.
Say me what is wrong. Thank you for your help.
Ja Puresite admin
- TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 21, 2013 at 11:00 pm #506587It seems like it should work as you’ve coded it …. though my other JA Support Team colleagues may want to chime in as well.
it would be helpful if you could provide the url of the site you’re working on.
Another thing you could do is set your own custom class for that new module position you created
– SEE THIS TUTORIALkidi Friendkidi
- Join date:
- March 2009
- Posts:
- 134
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 28
- Thanked:
- 2 times in 1 posts
September 22, 2013 at 12:12 pm #506622Hello Tom and thank you for your answer.
If I could know where is the code for User 5 and User 7 I would attribute the same at my new user (15 and 17) which in same design position.
I copy/past the module position from user 7 to user 15 for be sure to have the same css. But it’s not work.
I’m not confortable with css code, so I prefer use the existing than create a new.I’ll send you my url site on PM.
Thank you for your help.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 22, 2013 at 6:17 pm #506636You can try to do with my below solution
Open templates/ja_puresite/css/template.css file
Find
#ja-topsl .ja-box-left div.moduletable h3,
#ja-topsl1 .ja-box-left div.moduletable h3,
#ja-topsl2 .ja-box-left div.moduletable h3 {
border: none;
background: none;
font-size: 200%;
padding-bottom: 5px;
}#ja-topsl .main-inner1,
#ja-topsl1 .main-inner1,
#ja-topsl2 .main-inner1{ padding: 40px 0; margin: 0 20px !important; border-bottom: 1px solid #e5e6e7; }#ja-topsl div.moduletable h3,
#ja-topsl1 div.moduletable h3,
#ja-topsl2 div.moduletable h3 {
border-bottom: 0;
padding-bottom: 0;
}
Change to
#ja-topsl .ja-box-left div.moduletable h3,
#ja-topsl1 .ja-box-left div.moduletable h3,
#ja-topsl2 .ja-box-left div.moduletable h3,
#ja-topsl4 .ja-box-left div.moduletable h3,
#ja-topsl5 .ja-box-left div.moduletable h3 {
border: none;
background: none;
font-size: 200%;
padding-bottom: 5px;
}#ja-topsl .main-inner1,
#ja-topsl1 .main-inner1,
#ja-topsl2 .main-inner1,
#ja-topsl4 .main-inner1,
#ja-topsl5 .main-inner1 { padding: 40px 0; margin: 0 20px !important; border-bottom: 1px solid #e5e6e7;}#ja-topsl div.moduletable h3,
#ja-topsl1 div.moduletable h3,
#ja-topsl4 div.moduletable h3,
#ja-topsl5 div.moduletable h3,
#ja-topsl2 div.moduletable h3 {
border-bottom: 0;
padding-bottom: 0;
}
Don’t forget to clear cache from Admin admin area after changing
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by kidi 11 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
Css on a new position
Viewing 5 posts - 1 through 5 (of 5 total)