GardeCan
Forum Replies Created
-
Thanks,
That’s easier said that done. For the life of me I cannot find a qualified developer that is not either a quack or a thief, pretty frustrating if you ask me…. I appreciate your efforts, though!!! Thanks again.- This reply was modified 7 years, 5 months ago by GardeCan.
UPDATE!!!
I found the file that is causing the conflict with my theme:
Plugins/ultimate-member/assets/css/um.min.css.
Is it possible that you can point me in the right direction as to where and what in this file I would have to change to allow MY theme’s css for the dropdowns to over rule Ultimate’s css for the dropdowns. Thank you!!
- This reply was modified 7 years, 5 months ago by GardeCan.
I am not a programmer. Can you give me an idea of what to put (my theme has a custom css box)? It seems like it would be just one line of code. Thank you in advance for any help you can give.
Forum: Plugins
In reply to: [Dynamic User Directory] Avatar won’t display at all!!Hi Sarah,
Thank you for the clarifications and I appreciate you resolving EVERY issue on this forum (most plugin authors don’t). This is good to know!Forum: Plugins
In reply to: [Dynamic User Directory] Avatar won’t display at all!!For anyone else who may have this issue it can be resolved by changing one line of code:
File: dynamic-user-directory/includes/core.php
change line 643 from:
$user_avatar_url = get_avatar( $user_id, ”, ”, ”, $atts );
to:
$user_avatar_url = wp_get_attachment_image(get_user_meta( $user_id, ‘user_photo’, true ),’small’);
where ‘user_photo’ is the field where the custom avatar is stored, so you need to change that to whatever the field is called in your case. Hope this helps!!!On a different note: (BUG REPORT)
The different avatar styles do NOT work (rounded corner nor circle).Forum: Plugins
In reply to: [Dynamic User Directory] Avatar won’t display at all!!Okay Sarah, I’ll keep it in mind. Thank you!!
Forum: Plugins
In reply to: [Dynamic User Directory] Avatar won’t display at all!!Okay, It is added by the theme, then. Is there a way to switch the 2? Like I said this avatar is stored in a field called $user_photo. I’m not a programmer, but I can and do edit files using notepad++, so if you can point me in the right direction I can make the change. Thanks
Forum: Plugins
In reply to: [Dynamic User Directory] Avatar won’t display at all!!Same thing on Twenty-Sixteen. One more bit of information; If I go to the regular WordPress user profile in the back end (not the Pointfinder user profile), the avatar shows up under the label of “Photo”, but I also see another field called “Profile Picture” with no image in it. What do you make of that? Thanks
- This reply was modified 7 years, 5 months ago by GardeCan.
Forum: Plugins
In reply to: [Dynamic User Directory] Avatar won’t display at all!!Hey Sarah,
1. yes
2. yes. It also shows up in the single listings page in the author’s block and in the profile edit page in the user front end dashboard.Hope this helps. Thanks!
Forum: Plugins
In reply to: [Dynamic User Directory] Avatar won’t display at all!!Hi Sarah,
I am NOT using Cimy User Extra Fields. I am in the development stages of my site and I am working with the Pointfinder theme. The user photo is stored in the user_photo field as far as I was able to determine by looking into the user profile related php files (I’m not a programmer, just trying to make things work). I just need to list and filter the existing users by a number of fields in their already existing user profile. I hope this helps. Thank you!
Thanks for getting back to me. I did the theme conflict test and indeed there is a conflict with my theme (Pointfinder Theme). The question is: What do I do now? How do I solve the problem? The theme has NO conflicts with any of my other plugins so going to my theme’s developer seems like it would not solve the problem. It looks like a UM issue.
Still this does NOT address the issue with the checkbox field showing as a dropdown in the advanced search in the members list.
I did update to the latest version of UM 1.3.83. Thanks- This reply was modified 7 years, 9 months ago by GardeCan.
Forum: Plugins
In reply to: [Ultimate Member Profile Tabs] Shortcode to insert edit specific fieldsThanks for the upsell, but you did NOT answer my question. I already now that I need your pro version to edit a tab field, but my question was if there is a shortcode, in the same manner as in the display shortcode, to insert specific fields in my THEME’S edit profile form (not UM’s profile edit form) and if I will be able to update those fields when I click the update button in my THEME’S edit profile form.
I would appreciate a complete and detailed response. I don’t mind buying the pro version, but only if it will do what I need it to do. Thanks- This reply was modified 7 years, 9 months ago by GardeCan.
now perhaps you can help me…. Is there a way to use UM’s custom fields in the author’s profile edit/display page? If so, how would you go about it? Thanks
I just figured how to do that, but I am NOT a programmer or a developer (I wish I was). Good luck!
Hi @antoinemayer,
Same thing happened to me. Go to Ultimate Member>>Settings>>Users and in the 5th setting down the list: Automatically redirect author page to their profile? Set it to NO. Then go to Pages>>user and edit the permalink to /author/ instead of /user/, update, clear ALL you cache and you should be good to go. Good luck