Forum Replies Created
-
Author
-
gideon1210Participant
Is there any code which enables it not to show on the home page but on every other page
October 25, 2013 at 16:32 in reply to: Show username in Members directory instead of full name #5118gideon1210Participanttry this plugin BuddyPress Usernames Only
gideon1210ParticipantWhen i add this code it works apart from under all members search it only show online not both
gideon1210ParticipantThat is just a search form, i would like to no how to make a login form where the customer logs into the site
gideon1210Participantno mate that didnt remove it
gideon1210Participanthow do you remove the green strip between the search fields and the header http://www.lachido.com/members
gideon1210Participantnot really pretty basic want i want to try to do is have the home or landing page like the twitter or facebook home page with a register box and a login box which directs them accordingly to the main site
gideon1210ParticipantHi everytime i put the menu and the login buttons in the header the menu appears on the line above the buttons is there anyway of putting them on the same line
October 19, 2013 at 20:34 in reply to: Show username in Members directory instead of full name #4655gideon1210Participanti tried that code but i didnt seem to do anything
gideon1210ParticipantHi everytime i put the menu and the login buttons in the header the menu appears on the line above the buttons is there anyway of putting them on the same line like in the pic above
gideon1210Participantgideon1210ParticipantHi when i installed the plugin when you go to send a message no pop up box appears and the string at the top changes to #TB_inline?width=300&height=225&inlineId=create-public-message-ux is there anyway to fix this
gideon1210Participantfunction ray_remove_public_nav() {
global $bp;bp_core_remove_subnav_item( $bp->profile->slug, ‘public’ );
}
add_action( ‘init’, ‘ray_remove_public_nav’ );gideon1210ParticipantI found the slug its public, is there anyway of changing the default link on the Profile tab so it links to edit instead of public
gideon1210ParticipantI added that but it only hides the change text how do you hide the can be seen by anyone text aswell
gideon1210ParticipantCould you please give me some indication as to where the string is that says Quick Profile Navigation thanks
gideon1210ParticipantI have dowloaded Codestyling Localization where do i change the quick profile navigation text
gideon1210Participanthow do you move the menu to the right changing clear from left to right doesnt work
#header .eight.columns:not(.login-buttons) {
clear: right;
width: 100%;
}October 11, 2013 at 12:10 in reply to: Color of the register/search form background on the Home Page. #4187gideon1210ParticipantIs this text put in sweetdate-child/style.css
gideon1210ParticipantI took everything of the functions.php and deactivated every plugin but it still stays the same it doesnt change anything
gideon1210ParticipantHi it has <?php on the first line
i just moved the ?> under the login redirect code which i put on from a previous post the page has come back but is very distortedgideon1210Participantgideon1210Participanti tried the .form-search.custom input[type=”text”], .form-search.custom input[type=”password”] {color: #fff} code but i didnt change anything
gideon1210ParticipantHi i changed the top menu colour which also changes the colour in the search box but i want the top menu colour white and the text in the search fields black how do i change that
-
AuthorPosts