-
AuthorPosts
-
January 6, 2009 at 9:19 pm #136799
I have an issue with the Community Builder user profile template ja_sanidine that was included when I downloaded JA Sanidine. The attached images illustrate the issue better than I can explain.
I have so many tabs at the bottom of Community Builder user profiles when the user is logged in (not for public viewing). This causes the tabs to wrap to 2 lines. When you click the tab at the far right of the first line, the left tab of the second line jumps up below the selected tab, creating 3 rows. This doesn’t happen with any of the other profile templates that came with Community Builder, only the ja_sanidine template. I tried to adjust it by making the CSS padding/margins for the tabs smaller, but the issue persists. I can’t locate the code that controls the line of tabs…
Any idea how I can fix this?
My website is http://www.quiltmax.com – look under the Community menu link. I am using Joomla v 1.5.8, Community Builder v 1.2 RC 4. Other than the included components provided with Sanidine template, I’ve also added Auction Factory 1.5.2 and uddeIM 1.5 and Xmap 1.2 – which shouldn’t have anything to do with this issue.
Thanks for any help!
Richard-
Anonymous Moderator
JA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
January 7, 2009 at 9:59 am #285079hi,
Please open template.css, at about line 154, find following code section:
.dynamic-tab-pane-control .tab-row .tab {
background:transparent url(tab-bg.gif) no-repeat scroll left top;
cursor:pointer;
display:block;
float:left;
font-size:90%;
margin:0 5px 0 0 !important;
padding:0 0 0 5px !important;
position:relative;
top:0;
white-space:nowrap;
z-index:1;
}and change to:
.dynamic-tab-pane-control .tab-row .tab {
background:transparent url(tab-bg.gif) no-repeat scroll left top;
cursor:pointer;
display:block;
float:left;
font-size:90%;
margin:0 5px 0 0 !important;
padding:0 0 0 5px !important;
position:relative;
top:0;
white-space:nowrap;
z-index:1;
height:25px;
}
-> Add the height for h2 tag.Hope it helps.
1 user says Thank You to JA Developer for this useful post
January 7, 2009 at 9:33 pm #285260Thanks so much! That solved the problem. 😀
I only had to add height:25px; to components > com_comprofiler > plugin > templates > ja_sanidine > template.css as suggested. It wasn’t necessary to add the height to the H2 tag.
Thanks again for the quick reply!! Joomlart rocks!
RichardFebruary 10, 2009 at 5:40 pm #290488I think I hijack this thread 😛 (as it is in same category)
I have another issue with the userlist, see attached jpg.
Everything else with the Sanidine theme for CB is workingThe list off the user is way off where it should be
Anyone able to help me out?Using Joomla 1.5.9 & CB 1.2
/Regards, FishBone
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 11, 2009 at 4:40 am #290583Hi fishbone,
It is a very strangle.
I thinnk you have changed a lot of code.Please send me your live url via PM, i will check this issue.
mihirc Friendmihirc
- Join date:
- December 2008
- Posts:
- 597
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 62
- Thanked:
- 95 times in 39 posts
February 11, 2009 at 6:40 am #290590Hello,
This seems like a float issue to me. Can you post the live url please?
Regards,
Mihir C.February 11, 2009 at 8:57 am #290620I have sent url link to both of you.
And I checked now with IE, it shows right there so only in firefox it shows wrong. Have not checked with any other browser (dont have any else installed atm)February 11, 2009 at 2:58 pm #290680Think I solved.
in template.css/* For user-lists: */
table#cbUserTable {
width:100%;
border-width: 0px;
border-collapse: collapse;
margin: 8px 0px 10px 0px; /*Mike : 0px*/
padding: 0px;
}table#cbUserTable td { padding: 5px; }
table#cbUserTable th { padding: 5px; font-weight: bold; }
.cbUserListSearchButtons { margin: 4px 0px 10px 0px; }
.cbUserListSearch { margin: 0px; border-width: 0px; padding: 0px; width:100%; }
.cbUserListSearchBox { float: left; text-align: left; width: 47%; }
div.cbUserListChanger { float: right; text-align: right; width: 47%; }
div.cbUserListChanger div.cbUserListChangeItem { margin-bottom: 6px; text-align: right; }
.cbUserListDescription, .cbUserListResultCount { margin-bottom: 10px; }
#cbUserListsSearchTrigger { display: none; }
.cbUserListHrTop {
display: none;
} /*mike : ajout*/.cbUserListHrBottom {
display: none;
} /*mike : ajout*/
And changed it to (from the default themes template.css file)
/* For user-lists: */
table#cbUserTable { width:100%; border-width: 0px; border-collapse: collapse; margin: 0px; padding: 0px; }table#cbUserTable td { padding: 5px; }
table#cbUserTable th { padding: 5px; font-weight: bold; }
.cbUserListSearchButtons { margin: 4px 0px 10px 0px; }
.cbUserListSearch { margin: 0px; border-width: 0px; padding: 0px; width:100%; }
.cbUserListSearchBox { float: left; text-align: left; width: 47%; }
div.cbUserListChanger { float: right; text-align: right; width: 47%; }
div.cbUserListChanger div.cbUserListChangeItem { margin-bottom: 6px; text-align: right; }
.cbUserListDescription, .cbUserListResultCount { margin-bottom: 10px; }
#cbUserListsSearchTrigger { display: none; }Works fine now
Thanks for the involvement tryning to help me 🙂/FishBone
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 4 voices, and was last updated by fishbone 15 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-