yvancapati
Forum Replies Created
-
Just to clarify, when I download the “vCard Shortcut Button” plugin, does it create or add profile fields?
For example, in this image, could you try adding the “Company” and “Address” profile fields when downloading the Vcard (.vcf) using the download button? (See image)
@missveronicatv Thanks for clarifying. Do you have a guide or a step-by-step tutorial I can follow for this workaround?
@missveronicatv But you’ll need to create the members directory from scratch, correct? We have 400 members on the Ultimate member directory created on our website. Would this shortcode plugin work for that, and is it possible to modify the fields on the Vcard within the Ultimate Member plugin?
Yes, I can create and download the Vcard. Would you need any screenshots or additional information to assist you?
For this example, I want to download the Vcard with the added field for “Company.”
@missveronicatv I have activated a child theme and added the code to the
functions.phpfile or It’s possible that I used the wrong action hooks when adding the extra field, such as ‘Company’.@missveronicatv by opening Theme File Editor and navigate to the
functions.phpfile. And Inserting the code into the file to implement the desired changes. Is there another way to install it?@missveronicatv Is it possible to add more questions here?
I’ve been trying to add fields to the VCard following the instructions and code provided in the link, but it doesn’t seem to be working.
add_action('um_vcard_before_save','um_vcard_add_nickname', 10, 2 ); function um_vcard_add_nickname( $vcard_obj, $user_id ){ $vcard_obj->add( new Nickname( um_user('nickname' ) ) ); }Thank you @missveronicatv , You may close this case
It looks like the CSS code is functioning as intended. Thank you!
Will you be issuing a patch to fix this?
You mean on the attached image https://imgur.com/a/fvcy9lr right?
Yes, I’ve attempted that, but the issue still persists. Would you recommend downgrading as a potential solution?
I’ve already cleared the cache browser and plugin after the upgrade but the issue still persists
Hi @andrewshu I attempted to update to version 2.8.8, but it doesn’t seem to be working. Would you suggest downgrading to 2.8.6 to resolve the issue?
https://jumpshare.com/v/MjX57L7q9K7AddNeFsda – please see gif for reference
Hi @andrewshu
I have already upgraded it to the latest version, including the database.
I’d like to walk you through the issue I’m facing. I’m attempting to increase the text height of a textarea field so that the content can be fully viewed with a scrollbar. I tried adjusting the settings in the Ultimate Member plugin by going to the specific field, but after refreshing and clearing my browser cache, there were still no changes. I even attempted to override it with the following CSS:
.um-profile-body .um-field-textarea {
height:800px;
}
You may refer to this link to to view the issue https://jumpshare.com/s/CMgnHWxYENGQ0kZOUbH8
Could you please help me understand what might be causing this problem?.