Angelo
Forum Replies Created
-
Forum: Plugins
In reply to: [WP User Manager - User Profile Builder & Membership] Profile RedirecciónThat exatly what i need , Thanks ??
Thaks , I Will check it out one more time
Thanks
Forum: Plugins
In reply to: [Avatar Manager] Reposition avatar uploadIm Have been trying with the avatar-manager.php in line 400.
Changeadd_action( 'edit_user_profile', 'avatar_manager_edit_user_profile' ); add_action( 'show_user_profile', 'avatar_manager_edit_user_profile' );
To
add_action( 'edit_user_profile', 'avatar_manager_edit_user_profile', 999 ); add_action( 'show_user_profile', 'avatar_manager_edit_user_profile', 999 );
Nothing Happens ??
Forum: Plugins
In reply to: [Avatar Manager] Upload Avatar in frontendThis is the error
Warning: Use of undefined constant IS_PROFILE_PAGE - assumed 'IS_PROFILE_PAGE' (this will throw an Error in a future version of PHP) in C:\xampp\htdocs\my-sites\site\wp-content\themes\the-theme\author.php on line 42
- This reply was modified 6 years ago by Angelo.
You can set the max widh in plugin settings …the problem is not the plugin…i think the problem is your Knowledge
- This reply was modified 8 years, 4 months ago by Angelo.
Well i see now …it is posible. If I rename the default role “Member” with diferent name in each site…then users can have diferents name roles in each sites,so what i see is that i users can not have diferent core roles in each site,this is also even better, becouse i can decide wich roles can have diferents member role in each site …also the behavior for roles is the same for fields in forms..if i make a field in a profile form named user_direccion as meta key in site one, and then do the same in site 2 “same meta key” …the user information on that field will be the same in site 1 and in site 2 …That is also wonderful for me , even I can change the meta key name and icon…Same with roles..if you make a role named Teacher in site 1 and then make a new one in site 2 whith the same name “Most to be exactly the same name” then users can have teacher role in site 1 and in site 2 …great ??
Hi @idesignny all what you doing its fine exept for this
/themes/mytheme/ultimate-member/temeplates/my-profile.phpand the way to do it is like this
/themes/mytheme/ultimate-member/temeplates/profile-myprofile.phpThen inside your profile-myprofile.php add this on top
<?php /* Template: My Custom Profile */ ?>
Then you need to add some code below…so go to your plugins folder find (ultimete-member/templates/profile.php)
Copy the code there , then go again to /themes/mytheme/ultimate-member/temeplates/profile-myprofile.php and paste the code below
<?php /* Template: My Custom Profile */ ?>Sorry for my bad English ??
Oh Ok , Thanks, Just a Question ..Do you have Paid Support for specfic things like this, i mean , if i pay, can someone of your UM Team do this for me ..Get in my site and customize the plugin for this? or maybe a snipet …well not now , i will try first with templates, but if the business grow up ..I would like this …Thank you very much, your plugin is Just Wonderfull..
Is it posible for you to send a Sreenshot?
#1 )Some Host Providers has a cache sistem so ask to you hosing provider to clean your cache site …if you have it.
#2 ) if you go to your Ultimate Member Settings/Aparence/Profile Menu ..you will see a Reset Section at the and of the page …this option will reset that section.
There is someting strange also …you said (I went to Settings/Advanced/ Disable Nav Menu Settings and set the option to “On”, but I still see the Ultimate Member nav settings on my menu page:)
If you dont want to see those settings in you menu page you need to set “off” not on …
Hi Ethan
Try 1) Go to your settings Plugin/Control Panel and find User Cache (Run this task from time to time to keep your DB clean.)
Try 2) If your host has a cache system try to clean it
Try 3) In your Plugin Settings go to aparience/profile menu and click in the option RESET SECCTION at the end of the page
I think if you have a missing register page in your setup …it will still working, maybe is that you have asing a role to your register form…and the role dont exist enymore…try to check that,try to delete the form and make a newone, in most of the cases is not the plugin, the plugin have a lot of options, thats why in most of the case ar we…when we setup the plugin,
Be patient and keep trying ??same problem here
Forum: Plugins
In reply to: [Floating Admin Button] How to edit the Button LinkWell …It seems that there is no support here