I have just started up my 3.0 site and had a 2.0 for 12 years. I'm happy with so many things on the 3.0 but I'm missing a few things and wonder if they are there and don't now how to find them.
1. I'm missing the "box" (not sure what it was) from the 2.0 site that would allow me welcome a new member on their page and they would reply and the reply would go to me on my page. Is this a feature on 3.0?
2. I can't figure out how to get all the members pages to have the same features on them: html feature text boxes etc. some have all the things I've added, some have 1 or 2 and others nothing?
3. The group images on "My Page" are huge...is there a way to make the smaller...
Thanks
Pam
Replies
1. I am sure there is something like that, will have to check on that but I think may be able to work on something to do that
2. I can take a look at that for you, normally what you add to the member page that's what they all get,
3. Replied to your email about that and will add a little code for you to sort that out.
Regards Bizz :-)
Thank you Bizz...appreciate your help.
Hi Pam
Add this to your design studio css as this will re-size your group image box's, you can just adjust the max-width:150px if you want them a little bigger or smaller
.section-member-groups .groupHub-group.matrix-itemFluid {
max-width: 150px;
}
You may find that the text of the group is a little to big when you make them smaller than the standard size so here is a little more code to add which alters that.
.section-member-groups .groupHub-groupTitle > span {
font-size:16px;
}
.section-member-groups .groupHub-groupInfo > a{
font-size:12px;
}
.section-member-groups .groupHub-groupInfo{
min-height: 2em;
line-height: 2em;
}
.section-member-groups .groupHub-groupTitleContainer {
height: auto;
min-height: 2em;
}
Hope this helps
Bizz :-)
Thank you so much, worked and looks so much better.
Appreciate your help.
No worries Pam gald to help, will be in touch with the other parts you asked about.
Bizz :-)
Happy New Year....and thanks for getting back to me, appreciate that.