Hello, just checking in on this? Is there anything I can do to help? Thanks!
Displaying multiple membership levels of a member on a page
(30 posts) (9 voices)-
Posted 6 years ago #
-
This has been added to the plugin. Here is an example usage of the shortcode which will show the welcome page links for each membership level:
[wp_eMember_my_membership_levels show_welcome_page="1"]
I have sent you an updated copy of the plugin via email.
Posted 6 years ago # -
What edit would I need to make to the shortcode above to suppress the "Level Type" information which actually, in our case, means nothing to the user?
Screenshot of how mine is displaying: [http://screencast.com/t/y4paDy7dhEm5]
I consulted the http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-shortcodes-and-functions-reference-124 pdf but did not find the shortcode for this one currently listed.
Kim
Posted 5 years ago # -
I have added some extra CSS classes in there so you should be able to hide the level type column using a bit of CSS tweak. I have sent you an update via email.
You can use the following plugin to add your tweak:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413Add the following custom css in there to hide the level type column:
.emml_level_type_col{ display: none; }
Posted 5 years ago # -
Okay, this solves a problem I'm having. I have multiple products with pages attached to them to run a class they purchased. I need for the client to have a list of what they have purchased and a link to that page to run the embeded program.
I'm kind of following this post but I'm not quite sure how to implement it. Can you help?
Posted 5 years ago # -
Read the following documentation and tell me where you need some extra explanation and I will try to help:
http://www.tipsandtricks-hq.com/wordpress-membership/how-to-display-a-members-purchase-history-158Posted 5 years ago # -
Thank you for this post. It answered a number of questions for me. But I do need help with just 2 items.
1) Would like to change the words 'Level Name' to 'Course Enrolled'.
2) Would like to change the words 'Welcome Page' to 'Course Content'.
Where would I find that information?
Posted 5 years ago # -
Please follow these instructions:
http://www.tipsandtricks-hq.com/forum/topic/how-to-customize-various-textmessages-displayed-by-the-pluginPosted 5 years ago # -
WZP, thanks for such a quick reply. I followed those instructions and was able to successfully change a number of messages.
However, I was not able to change the term 'Level Name' or 'Welcome Page' as displayed by this shortcode: [wp_eMember_my_membership_levels show_welcome_page="1"]
I checked the languages file and did make one change on line #186, changing Welcome Page to Course Content however it did not have any effect.
Would this be located somewhere else besides the language file?
Posted 5 years ago # -
One other thing I would like to do if possible. When a member logs in I would like them redirected to their account page.
One the account page I would like to have the list of other membership levels showing, with a link to the main page for that level (Welcome Page)
When I set the redirect to the account page in the Page/Form settings, but leave that option blank in the Membership Level settings, the display of membership levels on the accounts page does not show a Welcome Page link.
Well, is seems as if I've found a work around. If I set the membership level to remain at free instead of upgrading to a higher level, they will be redirected to the My Account page as set in the Page/Form settings.
Then when I set the redirect in the Membership Level settings to the Welcome page and it works they way I want it.
If there is no other way, guess I will have to handle this manually.
Posted 5 years ago #
Reply »
You must log in to post.