Ok not added any code here but if interested in this version let me know and will add it. Basically as you have seen in the forum I added various tips for moving the member name and info under the cover photo, next we added an option t0 show and hide the social buttons and both work very nice.
So what I did here is decide to add all of this under one area to make a nice clean profile, so all the buttons etc are hidden away.
Replies
Hi Bizz, I opted to keep the name and profile questions visible, while hide/show the social sharing on my website. Altough the connect/follow/message buttons still appear between these two blocks.
Can you share a tip to add the contact/follow/message buttons in the hidden area just like the social buttons?
thank you!
A
Ok will work something out for you.
Here is a little extra code to add to your custom code end of page section, this will move those button up into the social sharing hidden section for you like this
Here is the code for that
<script>
// Add friendMessage buttons into social
x$(document).ready(function(){
x$('.profileCoverArea-friendAndMessageLinks').prependTo('.socialHasSwitch ul.socialSharingList.menu');
x$('.socialHasSwitch .profileCoverArea-friendAndMessageLinks').css({'width':'100%','margin-bottom':'20px'});
});
</script>
Let me know if this is not what you wanted,
Cheers, Bizz
Hi Mystical, with regards to your question about themes I am working on a new version to make it less complicated to be able for members to choose and for the creators to add themes. Hope to have something very soon, just been a little busy with normal work life just lately.