-
Author
-
January 7, 2014 at 10:52 #9308escortParticipant
How to add a new field to the Sweetdate Parent Membership Settings…?
I would like to add a field like “Popular level” but to say Special instead and to have the same dropdown menu like the one mentioned earlier.
THANKS!
January 7, 2014 at 19:42 #9340AbeKeymasterHi, See the function that generates that settings screen: pmpro_data_set from wp-content/themes/sweetdate/framework/theme_options.php
then the template file is located under sweetdate/paid-memberships-pro/pages/levels.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.January 8, 2014 at 21:13 #9391escortParticipantTHANKS! I followed your instructions. However the levels one doesn’t behave as expected. Are there any other solutions?
Also where should the additional image go? Is there another page that contols the image? Again, THANKS!January 10, 2014 at 10:28 #9484AbeKeymasterImage is added by CSS and this is the styling(you can use Inspect element in your Chrome browser to see it)
COPY CODE.membership .pricing-table.popular:after { background: url("images/pop.png") no-repeat scroll center center rgba(0, 0, 0, 0); content: ""; height: 78px; position: absolute; right: 0; top: 0; width: 78px; }
To do those changes you or a developer you hire require some HTML/CSS/PHP knowledge.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
You must be logged in to reply to this topic.