Forum Replies Created
-
Author
-
PrabanjaniParticipant
Hello,
I need a favour from you. I have created a website using Sweetdate theme. I don’t want my website visitors to be paid. So I did not used paid membership pro. But I want only the logged in users to view the members page. Can you help me in resolving this issue. I’m okay with code as well as plugin. THANKS IN ADVANCE.PrabanjaniParticipantHi,
https://wordpress.org/plugins/bp-disable-activation-reloaded/
The above link have been updated long days before can you suggest any other updated and free plugin for the auto activation and auto login.
Thanks in advance.
PrabanjaniParticipantHi,
The “Change profile” option under the profile picture is not working in iPhone. We can click but it is not responding.Thanks in advance.
PrabanjaniParticipantHi, I am using the latest version of buddypress. Will the age updates automatically every year for the users. If yes okay and if not please give me the solution.
Thank you
April 28, 2017 at 09:40 in reply to: Member’s directory – Age showing 46 when users don’t fill their age #159825PrabanjaniParticipant🙂 It is working
Thanks
April 28, 2017 at 09:09 in reply to: Member’s directory – Age showing 46 when users don’t fill their age #159823PrabanjaniParticipantIt is not working:(
I used function.php in sweetdate-child theme
I think the above coding is for Kleo-child
Help me in rectifing this issueThanks in advance.
April 28, 2017 at 08:49 in reply to: Member’s directory – Age showing 46 when users don’t fill their age #159822PrabanjaniParticipantThank you, I’ll try.
PrabanjaniParticipantHi,
I tried deactivating all my plugins and now it is responsive. Thank you.
And one more thing I like to add additional xprofile fields under member directory. I referred the rectified solution but that gives me the screenshot-1.
I like to display my fields in this format 23/man/Gujarat/hinduThanks in advance 🙂
Attachments:
You must be logged in to view attached files.April 26, 2017 at 19:17 in reply to: Member’s directory – Age showing 46 when users don’t fill their age #159679PrabanjaniParticipantHi,
I like to add additional profile fields below the profile pic of members. Now we have age/groom.
I like to add additional fields like height, location. I searched for the solution
code:
/members page fields
add_action(‘after_setup_theme’,’kleo_my_member_data’);
function kleo_my_member_data()
{
global $kleo_config;
//this is the details field, right now it take the “About me” field content
$kleo_config[‘bp_members_details_field’] = ‘About me’;
//this display the fields under the name, eq: 36 / Woman / Divorced / Berlin. Modify with the names of the fields you want to appear there
$kleo_config[‘bp_members_loop_meta’] = array(
‘I am a’,
‘Marital status’,
‘City’
);}
This is not working for me. Actually I want eg: 23 / bride / 4’11” / Chennai and I dont want the field names.
PrabanjaniParticipantHi,
My horizontal search is placed above the members profile.
I have created the member search in the front page, this search results in members page. In this member page i have included the horizontal search bar. When the user uses this horizontal bar the search is made for all members. I want the search to be made based on both the search.
website-link: http://www.kannikadhanam.comThanks in advance.
PrabanjaniParticipantThanks for the plugin.
1) I like to send an email to the user after their account activation.
2) My website link http://www.kannikadhanam.com . [ not responsive].Thanks in advance. Quick solution please.
PrabanjaniParticipantHello, Thanks for the plugin.
1) I have deactivated my child theme but still my website is not responsive. Help us in rectifing this issue.
2) As of now, an user account gets activated in two steps. 1. The user clicks on the link received by email 2. The admin of the website clicks on the activate button on the wp-admin dashboard. Now we would like to remove the step 2 i.e., a new user is created when s/he clicks on the email link and no intervention of the admin is required. Please guide us on how to do this.Attachments:
You must be logged in to view attached files.PrabanjaniParticipantHi,
Please help in rectifing my issues.
1) My website pages are not responsive. Is there any method to make it responsive.
2) I want to change my wordpress gmail to my site gmail(attachment 1)
3) I want to remove the links from the profile fields.(attachment 2)Attachments:
You must be logged in to view attached files.PrabanjaniParticipantHi,
How to create ‘Save and Next’ button on the BP custom profile fields. I currently have 7 tabs, instead of having a “Save” button, which just reloads the page, I’d like to have a “save and next” button that will save the current fields, and then go automatically to the next tab.
Quick resolution please.Thanks in advance.
Attachments:
You must be logged in to view attached files.PrabanjaniParticipantHi, Thank you ..
How to add the wp_query in login.php.
The objective is to save the filter fields to use in later session.
This is my query:
Select ID from wp_users WHERE user_login=username;
If this is wrong please give an idea for saving my search filter values.Thanks in advance
PrabanjaniParticipantHello, I saved my filters using database. Thank you.
Will you help me in removing these fields. (coding is ok for me).[screenshot-1]
I’m in hurry, Please get me the solution quick.Thanks in advance.
Attachments:
You must be logged in to view attached files.PrabanjaniParticipantIts ok, ThankYou:)
I want to save my search filter [ screenshot:1]Thanks in advance
PrabanjaniParticipantHi,
1) I want to remove the basic fields displayed in the profile page. [Attachment:1]
2) Instead I want to replace that place with the Edit Fields.[Attachment:1].Thanks in advance.
Attachments:
You must be logged in to view attached files.PrabanjaniParticipantHI ,
1) String translation is done. Thank you for your guidance.
Please help me in rectifing #151604 [ in this ticket I have solved my first issue ] and #151614PrabanjaniParticipantHow to import an excel file to the dropdownbox in profile field. [screenshot -2]
Attachments:
You must be logged in to view attached files.PrabanjaniParticipantThank you Ji.
1) But I am not able to implement it. I found the string to be changed but I am unable to convert it to the language which i need because I dont know what language should i select to convert my string “required” to “*”. Would you please help me in selecting the language.
2) The code below is not working. Please have a look [ screenshot-2]
legend {
font-weight: normal !important;
}
.standard-form input[type=text] {
height: 32px !important;
width: 70% !important;
}3)Please give me the solution for [screenshot-3] and [screenshot-4].
4)I have to remove some items from my profile page. [screenshot-1]. I have given the inspect element [screenshot-5]. I was unable to find the file.
Please help me in rectifing these issues. Thank you.
Attachments:
You must be logged in to view attached files.PrabanjaniParticipantIs this code correct for converting the “required” string to “*”
$text = “required”;
function translate( $text, $domain = ‘*’ ) {
$translations = get_translations_for_domain( $domain );
$translation = $translations->translate( $text );
return apply_filters( ‘gettext’, $translation, $text, $domain );
}Please help me in correcting this, because I am new to php
PrabanjaniParticipantThanks for the reply. Could you please suggest us a plugin for the same.
Some me issues:
1) I want to change the term (required) to “*”, where should i do the changes.[screenshot_1]
2) I want to change the options in “field_visibility”.
3) I want to change the styles in register field. I tried
legend {
font-weight: normal;
}
.standard-form input[type=text] {
height: 32px;
width: 70%;
}but these changes are not working.
Please help me in resolving these issues. Thank You.
PrabanjaniParticipantHi,
In my registration form I want to include all my groups. Please give me the solution as soon as possible. I have attached screenshot of my groups created and my registration form.Attachments:
You must be logged in to view attached files.PrabanjaniParticipantHi,
1. .page-id-1758 {
background: url(“http://www.kannikadhanam.com/wp-content/uploads/2017/01/people.png”);
}
I have used this css to get a unique background to my front-page. But the page remains unchanged.Thanks in advance.
PrabanjaniParticipantThanka You. I used wp-hide security enhancer to hide wordpress plugins.
Issues:
1. After the user register their profile is sent. I want to reset the email (I want to redirect the user to members page).
2. filtering: (eg: caste ) I want to display the caste not equal to my caste.[ eg: I am Christian and I want to see the members other than Christian ].
3. Widget issue.Thanks in advance.
PrabanjaniParticipantHi,
How to extend the widget content area. [screenshot: Refer_]Attachments:
You must be logged in to view attached files.PrabanjaniParticipantHello,
How to hide the wordpress (themes,plugins and wp-admin) with the plugin. I tried using WP-Hide,WP-Security Enhancer but while working with this plugin the page is getting corrupted.
Please help to resolve this issue.Thanks in advance.
PrabanjaniParticipantThank You, it is working.
But the uploaded image is shown as a path (i:e) the uploaded image is stored in a location and the path of that stored location is shown as output in the profile field [SCREENSHOT : Path_of_stored_location ]. I want my users to view the uploaded image as an image and not the path of the stored loaction.Thanks in advance
Attachments:
You must be logged in to view attached files.PrabanjaniParticipantHi team,
With reference to the ticket id: #148475, we would request you to resolve the issue as soon as possible.
As this functionality is critical for our website, we couldn’t able to proceed without resolving this.
Thanks in advance.
Best,
PrabanjaniPrabanjaniParticipantHi,
I used “LOGIN REDIRECT” for redirecting my page and it worked for me.
But I need your help in Buddypress Xprofile Image Field which I mentioned above.
Thank YouPrabanjaniParticipantHello, I am new to php, so plz help me in resolving this issue. I am unable to solve it.
1) Once the user login (Refer-1.png), the login page gets redirected to the wp-admin page.(Refer-2.png)
In which .php file I have to do the changes and what change should I do for redirecting to some other page.Attachments:
You must be logged in to view attached files. -
AuthorPosts