mm7916mm7916
Forum Replies Created
-
I’m trying to make this gray area disappear…
This is what I put in Code Snippet. Is this correct?
add_action( ‘um_before_profile_main_meta’, ‘um_before_profile_main_meta_photo_excl’, 10, 1 );
function um_before_profile_main_meta_photo_excl( $args ) {
if ( $args['form_id'] == '63360' ) { $html = str_replace( 'class="um-profile-photo-img"', 'style="display: none;"', ob_get_clean() ); ob_start(); echo $html; }
}
I did. Here is what it is displaying currently…
View post on imgur.com
Hi, I added it using the Code Snippets plugin, but still see the Profile Image. Is there a way in this forum to upload an image for you to see? I tried copying and pasting a picture but with no success…
I have tried literally everything I can think of and anything I have found so far! My Cover photo works great, but I have the little gray avatar showing up in the bottom left of the Cover photo on my profile page. Is this not the profile photo? I can’t seem to update it OR to delete it! An example is on: https://worshipconsulting.com/user/add7916/
- This reply was modified 7 months, 3 weeks ago by mm7916mm7916.
Thanks for the links. This helps.
How do I remove the profile photo from showing at all on this page? https://worshipconsulting.com/user/ad7916/?um_action=edit. I have it disabled on the right hand side, but I don’t want the profile photo to appear at all (I do want the Cover Photo to appear, which this part is working fine).
Ok, Thanks for your patience and all your help!
On my member directories, I have only “Church Hiring” as the only user role to display for Churches Hiring, while I have only “Job Applicants” as the only user role to display for the member directory Job Applicant.
Q #1 – To assign different roles to Member Groups, are member groups the same as member directories?
Q #2 – Are you also saying for each User Role, I need 2 profile forms? So 2 profile forms for the user role of Job Applicant and 3 profile forms for the user role, Church Hiring? 4 User profiles?Referencing above, an example of the Church hiring Profile page is here: https://worshipconsulting.com/user/zbalentine/?um_action=edit
While an example of the User (Job Applicant) page is here: https://worshipconsulting.com/user/mmattingly/?um_action=edit
(both show a sub-folder of “user” – is this correct? Please help!
Hi Miss Veronica,
I think I have all of this part set up properly, if I’m understanding it correctly.
My greatest challenge overall is separating the “Users” side Profile from the “Churches” side Profile. On the “Users” side (https://worshipconsulting.com/job-applicants/) of the Member Directory, I’m wanting the person’s information and their profile picture to appear, but not the Cover photo. On the “Churches” side (https://worshipconsulting.com/churches-hiring/) I’m wanting just the opposite: I want church’s job listing and the Cover Photo to appear (i.e. the church’s logo) but not the Profile of a person (since it is the church).
For some reason, these two areas are getting crossed, where if I edit one, it affects the other. For example, if I am on the churches hiring page and click “Edit Profile”, it shows the Cover Photo, but also displays the Profile image (with Avatar image) in front of it, even though it is disabled. And on the User (Job Applicant) page, is should the person’s profile correctly, but an empty gray Cover Photo background (I only want the Profile photo to appear here with no option for the Cover Photo)
Referencing above, an example of the Church hiring Profile page is here: https://worshipconsulting.com/user/zbalentine/?um_action=edit
While an example of the User (Job Applicant) page is here: https://worshipconsulting.com/user/mmattingly/?um_action=edit
(both show a sub-folder of “user”) – is this correct? I also don’t see a “Cog” in the upper-right corner?!?!
Is there any way you can take a quick look at this and let me know specifically what I need to do to fix this, please?
- This reply was modified 7 months, 3 weeks ago by mm7916mm7916.
I removed the individual plugin and it worked with the extended plugin! Thanks.
Now on my member directories page, if I want to update the cover image, when I click “Edit Profile”, it takes me to the wrong page. Where do I go to update that particular page? The page I’m trying to click the “Edit Profile” on is: https://worshipconsulting.com/churches-hiring/.
I actually downloaded both the full extended package and the individual one, not knowing which one would work. When I try to upload a new cover image, I get the error, “ERROR: SyntaxError: Unexpected token ‘N’, “Nothin’?” is not valid JSON”.
Thanks for the info, Veronica!
I installed the entire Extended file and it shows up on the left-hand menu as seen here: https://worshipconsulting.com/wp-admin/admin.php?page=um-extended
But the main window (on the right) is “blank” when I click on UM Extended on the left. What am I doing wrong?
Hi Andrewshu,
Thanks for the example! That helps.
I am trying to also set up two different login pages (one for a person, another for the church). The problem is that the Redirect on both Login Pages goes to the same link. I’m assuming it is because in the Settings listing, there is only 1 link to the secondary button..
Is there a way to redirect the “Register” link to two different locations, one for people and a different one for churches?
- This reply was modified 7 months, 3 weeks ago by mm7916mm7916.
- This reply was modified 7 months, 3 weeks ago by mm7916mm7916.
I’m also trying to set up two separate logins – one for individual users and another one for churches. But when I log into the User side, it appears to also be logged in on the Church side. I have the User page pointed to the correct ID for Users and the Church page pointed to the correct ID for Churches. Any suggestions, everyone?
Got it. Thanks for the info.
So… How do I set the User Role results for different forms? For example, I am wanting people that complete the form: https://worshipconsulting.com/apply-for-a-church/ to be set to User Role: “Job Applicant“ and the people that complete the form “https://worshipconsulting.com/churches-hiring/ to be set to User Role: “Churches Hiring“.