-
AuthorPosts
-
chalobollywood Friend
chalobollywood
- Join date:
- March 2010
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
April 1, 2010 at 4:30 pm #150053Hi everyone,
I will like to know two things
1.is it possible to add border just like other module to module at location user 11,12,13
2.how can i make the right hand side module header same like body and left
i have attached picture of what exactly required.
thnx & regards
samir
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
April 2, 2010 at 6:08 pm #338929Hi chalobollywood
I would like to answer your questions as follows:
1.is it possible to add border just like other module to module at location user 11,12,13
=> Open templates/ja_lime/css/template.css file, add following code to the end of file:#ja-bot .ja-box {
border:1px solid #CCCCCC;
}and then open templates/layouts/blocks/mainbotsl.php file, change:
$mainbotsl = $this->calSpotlight ($spotlight,100);
to
$mainbotsl = $this->calSpotlight ($spotlight,91);
2.how can i make the right hand side module header same like body and left
=> Open templates/ja_lime/css/template.css file, find :– .ja-inset1 and .ja-inset2 to remove, and then check your website again
– comment all codes which start by .column
P/s: Please backup your website before make some modification.
1 user says Thank You to JA Developer for this useful post
chalobollywood Friendchalobollywood
- Join date:
- March 2010
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
April 3, 2010 at 4:21 am #338952Thankyou Sir,
Your steps were brilliant and it helped to resolve the template tuning as per my client requirement.
Also the right hand side don’t have border is it possible to add border to that also?
Also , just to know now i am able to get border for user 11,12,13 but is it possible to get the module size as shown below ( i am using right – body – left as template )
Right now
How can i get this way
*** I know i am asking too much but please help me , i am learning joomla , sorry again.
thnx & Regards
Sameer-
Anonymous Moderator
JA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
April 6, 2010 at 2:00 am #339227Hi chalobollywood
Could you send me your live url via PM so that i could have a closer look on the issue?
1 user says Thank You to JA Developer for this useful post
chalobollywood Friendchalobollywood
- Join date:
- March 2010
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
April 7, 2010 at 9:35 am #339456sir,
i already msgsd u url for the portal , hope u received it.thnx
sameerAnonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
April 9, 2010 at 11:32 pm #339805Hi you
I am sorry for this late
Please open templates/ja_lime/css/template.css file
– For the boder issue, find following code section:
#ja-bot .ja-box {
border:1px solid #CCCCCC;
}
and change to:
#ja-bot .ja-box {
border:1px solid #CCCCCC;
margin:5px 5px 0 0;
}– for How can i do this.jpg , at about line 794, find following code:
div.ja-moduletable h3 span {
border-bottom: 1px solid #353535;
display: block;
float: left;
margin: 0 10px;
padding: 12px 25px 4px 0;
letter-spacing: 1px;
}and change to:
div.ja-moduletable h3 span {
display: block;
float: left;
margin: 0 10px;
padding: 12px 25px 4px 0;
letter-spacing: 1px;
}chalobollywood Friendchalobollywood
- Join date:
- March 2010
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
April 12, 2010 at 2:16 am #339971Hi,
Once again thanks and i am almost close to achieving what is required.
After applying the above steps i am able to get space for user 11,12,13 and also border.
But still not able to get border on right hand side menu and also user 11,12 don’t incline with body and user 13 with left hand menu.
i am using right-body-left template
i have attached 2 images below if possible help me out o get out right
1.image 1 : this is what i achieved after applying above steps
2.image 2 : can this be done , i have drawn a layout where you can see how user 11,12 are in symetric as body and user 13 as twitter also you can see there is border in right hand menu-
chalobollywood Friend
chalobollywood
- Join date:
- March 2010
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
April 19, 2010 at 2:57 am #340722😀
plz help sir.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
April 22, 2010 at 2:09 pm #341203Hi chalobollywood
I am terribly sorry for this late.
I have tried to understand your issues but it is so hard. Could you let me know in detail?
chalobollywood Friendchalobollywood
- Join date:
- March 2010
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
April 23, 2010 at 9:48 am #341329Hi,
if you see image 1 attached you will see how user 11,12,13 are present
if you see image 2 attached you will know i need
1.border in left hand side menu as shown ( i am using right-body-left template)
2.user 11,12 to be exactly below area of body
user 13 to be exactly below twitter areathnx.
-
AuthorPosts
Viewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 2 voices, and was last updated by chalobollywood 14 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
Add border to user 11,12,13
Viewing 10 posts - 1 through 10 (of 10 total)