"Weiter" link in Jomsocial
Community fouces Joomla template to build a music magazine website with JomSocial support.
- GK User
- Mon Aug 12, 2013 8:15 am
Hello!
how can i make the "weiter" link in JS Registration more "public" ... a Button would be great, because many users cant find this link ...
can someone post a css override?
Thanks in advance ...
how can i make the "weiter" link in JS Registration more "public" ... a Button would be great, because many users cant find this link ...
can someone post a css override?
Thanks in advance ...
-
- Expert Boarder
- GK User
- Mon Aug 12, 2013 11:39 am
Could You please post an url to your site?
-
- Moderator
- GK User
- Fri Aug 16, 2013 8:17 am
Hello,
shure: http://kanoon-music.com/index.php/compo ... y/register
... but its not "public". Its a part of the registration process in JomSocial. So please register (dont use the FB Login), as a part of the registration process, you can see this issue in the "change avatar" section.
After all, you can delete your account here .. http://kanoon-music.com/index.php/user- ... eteProfile
Thanks for this!
Cheers Joerg
shure: http://kanoon-music.com/index.php/compo ... y/register
... but its not "public". Its a part of the registration process in JomSocial. So please register (dont use the FB Login), as a part of the registration process, you can see this issue in the "change avatar" section.
After all, you can delete your account here .. http://kanoon-music.com/index.php/user- ... eteProfile
Thanks for this!
Cheers Joerg
-
- Expert Boarder
- GK User
- Mon Aug 19, 2013 7:00 pm
Please edit: /templates/gk_musicity/css/override.css and add at its end:
I have created this code basing on previous step "Weiter" button.
Remember to enable "CSS override" in template settings - advanced section.
- Code: Select all
#bd_results #community-wrap div.cLayout.cProfile-UploadAvatar div.show-avatar a.saveButton {
text-transform: uppercase;
font: bold 11px/23px Arial, Helvetica, sans-serif;
margin: 0;
display: inline-block;
vertical-align: middle;
cursor: pointer;
line-height: 20px;
font-weight: bold;
text-decoration: none!important;
padding: 0 8px;
height: 23px;
min-height: 23px;
color: #fff !important;
background: transparent url('../images/style1/color_bg.png') no-repeat 0 0 !important;
}
#bd_results #community-wrap div.cLayout.cProfile-UploadAvatar div.show-avatar a.saveButton:hover
{color: #fff !important;
background: transparent url('../images/dark_bg.png') no-repeat 0 0 !important;
}
I have created this code basing on previous step "Weiter" button.
Remember to enable "CSS override" in template settings - advanced section.
-
- Moderator
- GK User
- Tue Aug 20, 2013 5:04 am
Hello,
i´ve done this. Looks much better,b ut the Button is, i thing not just on the right place ...
Cheers Joerg
i´ve done this. Looks much better,b ut the Button is, i thing not just on the right place ...
Cheers Joerg
-
- Expert Boarder
- GK User
- Tue Aug 20, 2013 4:28 pm
Where would You like it to be?
-
- Moderator
6 posts
• Page 1 of 1