Pradeep
Forum Replies Created
-
Hello @ultimatemembersupport,
Thanks for the reply. Would you consider adding this feature in a future release as it’s quite common for subscription-based sites to have more than one role?
Thanks.
Forum: Plugins
In reply to: [Membership 2] Checking the membership status of a userYes this is resolved as I managed to get it done through a combination of everything we’ve discussed in here. Thanks for all the support.
Forum: Plugins
In reply to: [Membership 2] Checking the membership status of a userHello @wpmudev-support8,
Sorry if I didn’t make it clear enough. I am not asking for a ready to use code. I am asking if there’s a ‘function’ to get a member’s subscription using their username/user ID. For example something like: xxxgetsubscriptions(userid). The only one I found gets the subscriptions of the currently logged in user, which is useless for this scenario.
Thanks,
Forum: Plugins
In reply to: [Membership 2] Checking the membership status of a userHello @wpmudev-support8,
I am fine with BuddyPress loops and other things. I’m just trying to find an efficient way to get the existing subscriptions of a user, using the user id. For example something like this without having to get all user ids and subscriptions:
if (in_array("gold", (array) $user->subscriptions )) { - -}
If there is a method, please share. If not I’ll use a different method to sort this out. Thanks!
Forum: Plugins
In reply to: [Membership 2] Checking the membership status of a userYes and to display some extra information on their profile page based on their membership level. Many thanks in advance.
Forum: Plugins
In reply to: [Membership 2] Checking the membership status of a userHello again,
Thanks to both @goodmuyis and @wpmudev-support8 but that’s not what I’m looking for. As it says on that linked forum post those functions only give the memberships of the ‘currently logged’ in user. What I am looking for is a way to find the active membership of every member within a BuddyPress member loop to display some extra information for those who have this particular membership.
I guess it’s something along these but I still can’t get my head around to do it:
https://premium.wpmudev.org/forums/topic/get-a-members-membership-level
https://tymescripts.com/show-paid-subscribers-wpmudev-membership-2-buddypress-members-directory/It doesn’t I’m afraid. I tried that and it only shows the ‘default’ as the theme. I’ve noticed that someone else has mentioned in a review. Any other suggestions? I’ve tried on both my theme and using Twenty Seventeen.
Hi thanks for the reply. I have already seen that document and I’m OK with the instructions given in there. My issues are:
1) Locating the actions and default layout so I can change those to suit my layout. If you can direct me to relevant php files, I can get done the rest.
2) How to access the custom fields. I have no clue on this.
Many thanks in advance!
It looks like you’ve managed to get this sorted. Just leaving my solution here as I encountered the same issue.
.listing-item .image { display: block; }
Forum: Plugins
In reply to: [Comet Cache] Comet Cache displaying warning messages on front end@raamdev, Many thanks for the eye-opening response.
Forum: Plugins
In reply to: [Safe SVG] SVG images not displaying in Media LibraryHello Daryll,
I’m really sorry I should’ve closed this ticket yesterday but I totally forgot that. I managed to get it solved and it was nothing to do with your plugin. It was an issue with secure/insecure content. Once I moved everything to https, I could see the images in the Media Library. Apologies for the inconvenience I’ve caused.
Thanks and regards,
Forum: Plugins
In reply to: [SlimStat Analytics] Slow responses for admin-ajax.php@coolmann and @optimizingmatters,
Many thanks for the input and directing me to the right direction. You guys make this world a better place so keep up the good work.
Cheers!
Pradeep
Forum: Plugins
In reply to: [SlimStat Analytics] Slow responses for admin-ajax.phpAny thoughts on this folks? I had to use a different plugin for the last few days and it’s simply awful! I really wish someone could direct me to right direction to get this issue sorted. Cheers!
Forum: Plugins
In reply to: [WP Store Locator] Add custome meta data to store locationsI did follow all instructions except one – creating a new custom template. Without a custom template it doesn’t work and I wasn’t aware of that ??
Great plugin! Keep up the good work.
Forum: Plugins
In reply to: [WooCommerce] Disable ajax Cart UpdateHi @mikejolley,
Could you kindly look into this next time you can spare some time for me?
Many thanks in advance…