• Resolved sirzechs

    (@sirzechs)


    Dear Paid Memberships Pro Team

    I’m setting up my website, and on progress on trying out the PMP, I want to ask, is it possible to help me on how to remove “Number of courses” & “courses names” on memberships level column [pmpro_levels]?

    Best Regards,
    Sirzechs

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Andrew Lima

    (@andrewza)

    Hi @sirzechs

    Thank you for reaching out to Paid Memberships Pro.

    This levels page is designed by your theme as a custom page template, please can you reach out to Eduma support for assistance with hiding this.

    However, you may hide it with CSS using a small CSS snippet like this:

    .lp-pmpro-main tr:first-child {display: none;}

    You may add this code to your WordPress Customizer under Additional CSS. The Eduma support team may be able to give you a better answer regarding their customizations.

    I hope this helps get you started.

    Thread Starter sirzechs

    (@sirzechs)

    Dear Andrew Lima,

    Thank you for the reply,

    I have asked the eduma team before I came here, and their reply was “That’s the membership page. Please contact membership.” I hope I got to the right place.

    The snippet actually work! wonderful, but it just remove the “number of course” yet I still need to remove the “course names”. Please kindly guide me on this too.

    Best Regards,
    Sirzechs

    Plugin Author Andrew Lima

    (@andrewza)

    Thanks for the feedback, I don’t want to push it back but the levels page isn’t a default page built with Paid Memberships Pro and is coming from your theme. It can be found under Eduma > paid-memberships-pro > pages.

    Here is CSS code to hide list-items from your table:

    .lp-pmpro-main .item-row {display: none;}

    Thread Starter sirzechs

    (@sirzechs)

    Dear Andrew

    It’s working! Really appreciate your help eventhough it’s not your part. Now that I know, next time I will push them regarding this or something similar.

    I hope you have a nice day.

    Best Regards,
    Sirzechs

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing column from pmpro_levels’ is closed to new replies.