Forum Replies Created
Viewing 6 posts - 1 through 6 (of 6 total)
-
Author
-
alexanderParticipant
I Resolved it by putting this jQuery code in:
Theme options => general settings -> javascript:COPY CODE<script> jQuery(window).scroll(function(){ if(jQuery(this).scrollTop() > 0){ jQuery('.social-header').fadeOut(150) }else{ jQuery('.social-header').fadeIn(150); } }); </script>
example : https://drnona.work/travel-destination/
alexanderParticipantThats okay… i have fired it up 😛
COPY CODEadd_action('bp_member_header_actions', 'sq7_extra_fields_members_profile'); function sq7_extra_fields_members_profile() { echo '<div id="send-private-message" class="generic-button"><a href="https://drnona.work/members/1281/messages/compose/?r=100500&_wpnonce=8d15c429b4" class="send-message">Private Message</a></div>'; }
alexanderParticipantNo i have already created the button… i mean the code.. |
All i need is to get the correct function action to place the button next to “Private message” button, and to have the same design.alexanderParticipantHey, What about the button, how can i create one more button, similar to “Add Friend” or “Private messege” ?
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)