-
Author
-
October 27, 2017 at 22:18 #178166evolvebsaParticipant
Hello, good afternoon. I would like to the wording on my Membership Checkout.
The way the plugin displays the description is kind of confusing, so i would rather prefer to say “The price for the membership is $1.00 for 60 Days, then $25.00 per month”
I don’t know from where can i edit that. Would appreciate a lot the help. Thanks
October 28, 2017 at 17:39 #178198Kieran_SQModeratorHi,
I will pass this ticket on to one of our developers who may be able to assist you with this, they’ll be in touch with you as soon as they can (Mon-Fri East Europe Time). In the meantime though you should contact the Paid Memberships Pro support team as this text is specific to their plugin and they should be able to assist you.
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
October 31, 2017 at 17:05 #178518RaduModeratorHi,
That text it’s generated automatically depends by what things you set for the package and it can be changed only with code edit but maybe the next advice will helps you.
Let me know.
For every membership level it’s a place where you can add your desired description in wp-admin -> Memberships -> levels -> edit -> description it will appear below the space that you shown.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 31, 2017 at 20:03 #178547evolvebsaParticipantThank you so much Radu, it helped.
Now i have a question, in the following section, how can i hide the automatic text generated by code, and leave the description only.Wich file do i have to edit?
Attachments:
You must be logged in to view attached files.November 1, 2017 at 21:20 #178645RaduModeratorHi,
Just add this css to Wp-admin -> theme options -> Styling Options -> Quick css
COPY CODE.pmpro-levels .pricing-table .description { display: none; }
IT will hide that easily.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 1, 2017 at 21:28 #178646evolvebsaParticipantThank you Radu, it worked for the pricing table.
But i want it to hide in the Membership Checkout (See screenshoot)Appreciate the help
Attachments:
You must be logged in to view attached files.November 2, 2017 at 16:40 #178743RaduModeratorHi,
Add also this css
COPY CODE.pmpro-checkout div#pmpro_level_cost { display: none; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 3, 2017 at 16:37 #178832RaduModeratorGreat
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.