jaspreetc07
Forum Replies Created
-
Hi @yanex
I am already using the images uploaded from Media in WP and then trying to create the slide.
Its while creating the slide it does not work by showing the Warning message.
Let me know the issue if we can work why its conflicting the “WP Page Permalink Extension”
Thanks.
Hi @yanex
I tried creating a copy of my live site, and disabled the plugins one by one and this one “WP Page Permalink Extension” came to be the issue conflicting the Metaslider plugin and after disabling it my issue was resolved.
Can you suggest something because this one plugin is useful in other features of site..
Thanks.
Hi Campba,
Kindly confirm where should we keep this CSV update code to run, Functions file or in the plugin core file. Please confirm.
Thanks,
Jaspreet.Hi Campba,
Kindly let me know your inputs on above query to get this issue resolved.
Thanks,
Jaspreet.Hi Camba,
How to run the example code, like do I need to keep it in functions.php or run it as a separate script.
Please suggest in this case.
Thanks a lot.
Hi,
Level is a multi select dropdown field which I got reminded now while you asked so logically for eg : user 1 can be mapped to 2 different levels – say level 1 and 3.
Thanks.
Hi,
Yes so I have a list from my client that – which user will have what level – So I will feed it as an array like you shared in last mail OR it can be a csv/excel with user id and level mapping to bulk update.
Let me know how to go about – level vs user mapping
Thanks.
Hi,
All members part of the directory will need to have a Level – Level 1, Level 2 or Level 3.
We want instead of manually assigning them can we have a bulk update option. For eg:
we have 5 users – 1 will have level 1, 2&3 may be level 2 and 4&5 will have level 3.
So such assignment if needed for 100 users it will be a task.
Please suggest that if a custom script or plugin can help to achieve this in Ultimate member.
Thanks.
Hi Camba,
These are field values. Level is my custom field and level1,2,3 are the options to update against respective users.
Thanks.
Hi Camba,
Thanks for your response, We have 3 levels in our user profile – Level 1,2,3 – We have changed the levels of various users and we wanted to bulk update them and not going to each profile to update their individual levels.
So I cant share individual names, but yes want to make a script or option on WP admin to update via a plugin or default feature in wordpress.
Let me know your inputs.
Thanks.
Hi @champsupertramp,
I can only see the option to sort the users displayed as a result of search.
But not seeing sorting options of search Dropdown values.
Can we do that please confirm ?
Thanks.
Jaspreet.Thanks for the quick response. Yes I mean label and value in the drop down.
The UM version we are using is 2.0.56, let me know how to keep label and value different in drop down.
Hi,
I resolved the issue by taking the code from members.php in Plugin and putting it to my custom template in theme, but now I need to customize the intermediate members_grid.php template. So how to load a custom template in Ultimate member.
Below code gets template from plugin and I want to load my custom template:
UM()->get_template( ‘members-‘ . $type . ‘.php’, $basename, $args, true );
Hi,
Yes I have created a custom template to list all members with function um_members which is now deprecated after I upgrade UM to Version 2.1.4
Hi team,
Below is my theme Waoxom’s path:
where i have customized he templates:
/wp-content/themes/waxom/ultimate-member/templatesThanks,
Jaspret