Forum Replies Created
-
Author
-
milenaParticipant
Hello Laura, I have a doubt ..
I installed Buddy Progress Bar, to encourage to complete the profile, I realized that if active the plugin when I go to users, I do not see more to belong level (although already belonging to a level).Is there a way to also show the level of belonging and let Buddy Active Progress Bar?
Thank you!
Attachments:
You must be logged in to view attached files.milenaParticipantYes you are right!
Can you explain how the code in this link:
I entered the site, but when one is logged after the module allows you to select the level that I created (man or woman), you can not set the level based on whether man or woman automatically? (Depending on your choice are a man or a woman are)
THANK YOU!
milenaParticipantI wanted to exclude the administrator of their function must have an entry level to move on the site.
I inserted this code:
add_action (‘template_redirect’, ‘my_membersip_restrict’);
my_membersip_restrict function () {
global $ pmpro_pages, $ post;
if (is_user_logged_in () &&! pmpro_hasMembershipLevel ()) {
if (isset ($ post-> ID) &&! in_array ($ post-> ID, $ pmpro_pages)) {
wp_redirect (pmpro_url ());
}
}
}and it works perfectly!
I wanted to understand if there is a way to exclude the administrator of this or simply have to assign an even level for the administrator.Thank you!
milenaParticipantThank you
I modified the code you wrote me with this:
.just-after-header {.seven.columns
margin: 0 auto! important;
float: none! important;
}and I went to change even home-register-form.php
so that the form was a little bigger, I mixed form, I have to change that too x maximize it?
Currently if I sign the form is at the center, the login is on the leftmilenaParticipantI think I’ve solved, but I want a confirmation from you ..
I inserted this code:$ Excluded_user = ‘1,2,3,14’;
14 and the user ID of the other administrator.
I did a test and no longer appears.There remains the problem that the user has registered before and you do not see in searches, how to do? its ID is # 44
Thank you!
milenaParticipantHello Laura, I found this link that I solves the problem of users accessing without selecting the level:
COPY CODEhttps://archived.seventhqueen.com/forums/topic/new-users-automatically-free-member-level-bypass-membership-level-page
I wanted to know if there’s a way to make sure that the administrator is excluded from this function, I tried this:
$ Excluded_user = ‘1,2,3’; // comma separated ids of users-whom you want to exclude
but it does not work..
Thank you!
milenaParticipantI went to the link, enter the code, it worked.
I have another administrator, but I can not see the user number.
can you help me?One more thing..
He joined a female member, but if I go to search for it does not appear how to do?Thank you!
milenaParticipantI send you a picture, thanks
Attachments:
You must be logged in to view attached files.milenaParticipantI solved a part (I think), now I can also see the free level.
How do I edit or remove levels “Show Directory”
Thank you
milenaParticipantOk, I have to go to update the theme is Sweetdate > Miscellaneous > ThemeForest Username
I wanted to know because I have made changes of some css on the site, I would not want to lose them, I created a clone of the site to make updates and verify the operation of the map.
By entering the code ThemeForest, it may cause problems when I go to put the site on the actual domain?Thank you!
milenaParticipantThanks Laura, it works!
How can I even change the color of the menu under?Thank you!
Attachments:
You must be logged in to view attached files.milenaParticipantOk thanks, about Sweetdate > Matching I have followed the tutorial and I put on some fields the percentage of 5 or 10, on the other I have nothing added.
This is to the research of a member?
According the percentage you have the possibility of finding the corresponding profile?I would like to better understand each other, because I do not have clear ideas motion of this function.
Thank you!
milenaParticipantHello Laura,
thanks for putting the private site data, had escaped me ..
and thanks for the phone number, I wanted to know if there is the possibility to make it appear in the menu bar next to the email.Thank you!
Attachments:
You must be logged in to view attached files.milenaParticipantHello Laura,
I tried to edit or remove the colors but I have background on mouse over the color blue, I’d take it off.
I’d also like to change the background color to the burger menu, that he is blue.
How can I do?Thank you
Attachments:
You must be logged in to view attached files.milenaParticipantI solved a part (the one that affects the image 1) I found where I needed to see the details in rtMedia> BuddyPress> Create activities for media caliber ON.
I could not answer to the second image.
How can I do?
Thank you!
milenaParticipantHello Laura,
I think I’ve solved .. I realized later that the template was giving me a way to choose whether to insert the module for searching people or for recording in the home.I thank you for availability, good job!
milenaParticipantGood morning,
thanks for the answer, specifically can not tell me where do I go to change my files?
I tried to edit custom_buddypress and added the form to register, just that when I click to register send me on the members page and not on the recording.Thank you
-
AuthorPosts