This topic has 3 replies, 2 voices, and was last updated 10 years by Abe.

  • Author
  • #9308
     escort
    Participant

    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!

    #9340
     Abe
    Keymaster

    Hi, 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.

    #9391
     escort
    Participant

    THANKS! 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!

    #9484
     Abe
    Keymaster

    Image 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.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?