• We do not what the read area that appears on our protected message page when someone is trying to access a restricted portion of our site but I don’t know where to remove this or even alter it so it appears how we want it to because it does not appear in the settings page under the protected message edit page area. How do we remove/alter the look of this message and also align the sign in area to the right and remove the register link that is at the bottom of the page.https://snag.gy/JofsL.jpg

    https://www.ads-software.com/plugins/membership/

Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey there Hebrew Nation,

    How are you doing today?

    I see that you already altered the protection message as the one you’re using is not the default one.

    If you go to your Protected Content page you’ll see a shortcode there which adds the message which you can alter in Membership 2 -> Settings -> Protection Messages. The shortcode also ads a login form. If you want you can remove the shortcode and add your own text there.

    With that being said we can remove the register link and do some CSS changes to your Protected Content page, can you please post link to your site to one of the protected pages.

    Best regards,
    Bojan

    Thread Starter Hebrew Nation

    (@du1unlmtd)

    I upgraded to membership pro so they are helping with the CSS code etc. Thanks for your help.

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey again,

    Glad to hear you’ve upgraded to premium version of the plugin ??

    Looking forward on seeing you on the WPMU DEV forum!

    Have a nice day.

    Cheers,
    Bojan

    Thread Starter Hebrew Nation

    (@du1unlmtd)

    Yes unfortunately I am working on a time crunch and haven’t gotten the help needed for our site to he ready for launching tomorrow. So I am a little worried. Hopefully they will show me how to move the login over and remove the red banner today.

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey again,

    Can you please post link to your thread on our forum? I’ve tried searching but without success ??

    Best regards,
    Bojan

    Thread Starter Hebrew Nation

    (@du1unlmtd)

    I’m not sure what forum your speaking of if here the link is hebrewnation.us/hn-tv is one of the pages which is protected.

    Thread Starter Hebrew Nation

    (@du1unlmtd)

    Any news?

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey again,

    I upgraded to membership pro so they are helping with the CSS code etc. Thanks for your help.

    This is what I was referring to, I’m a support staff on WPMU DEV as well, I wanted you to link the thread from WPMU DEV forum so I can take a look.

    Best regards,
    Bojan

    Thread Starter Hebrew Nation

    (@du1unlmtd)

    Ibput the link in the last post. All I need to know is how to change the fonts, how to customize the different buttons with our own, how to change the alignment of the forms and how to remove the color banner and i haven’t heard anything from the support time since Wednesday, well except from you.

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey again,

    All I see on that specific link you posted above is an image on a page, please see screenshot https://screencast.com/t/ub7WtMdE.

    This is the reason I asked if you could link the thread you opened on WPMU DEV forum where my colleagues probably asked for support access so I can take a look.

    Please link the thread, or at least paste a link to the protected page where I can see this and I’ll be more then happy to assist you with this. I’m pretty surprised there is no response on WPMU DEV forum for so long as we have pretty fast response times.

    Also in case you paste the link here please let me know what exactly are you trying to change.

    Best regards,
    Bojan

    Thread Starter Hebrew Nation

    (@du1unlmtd)

    I apologize that is the incorrect link its hebrewnation.us/hn-tv/

    Thread Starter Hebrew Nation

    (@du1unlmtd)

    Were you able to find the login page we wanted to change because I haven’t gotten any support form the gentleman who was helping me on the wpdev site.

    Plugin Author Ashok

    (@bappidgreat)

    Hello @hebrew Nation

    I hope you are well today and thanks for asking the question.

    You need to use css to do those customization. I am giving you some ideas.

    To remove the red banner:

    .ms-alert-box.ms-alert-error{
    display: none !important;
    }

    To align the input fields:

    #user_pass{
    width: 240px !important;
    max-width: 90%;
    }

    To change the button style:

    #wp-submit{
    /* Add your style there for button */
    }

    To remove register link, use the following code:

    add_filter( 'register', '__return_false' );

    You can add those codes in your functions.php in the theme, if you think your theme won’t be changed. Otherwise mu-plugins is the best solution. To use mu-plugins, go to /wp-content/ and find the folder with name ‘mu-plugins’. If there is no folder in that name, then create a folder, name it ‘mu-plugins’, create a file inside that, give any name you like and paste the code in there. You don’t need to activate that plugin. Mu-plugins means must use plugins, so it will be activated automatically always. If you use mu-plugins then add a php start tag at the beginning of the code.

    Cheers
    Ash

    Thread Starter Hebrew Nation

    (@du1unlmtd)

    Great I will try this but I am now having a more pressing issue then customizing the membership pages. The Membership 2 plugin is causing the backgrounds and other images on our site to disappear when someone logs in to their account. It’s like all of a sudden the plugin is conflicting with our site and I don’t know why.

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey again,

    Since you said you’ve upgraded to premium version can we please continue this on WPMU DEV forum.

    This forum is the free version of the plugin and also on WPMU DEV forum you can grant our staff members admin access via WPMU DEV Dashboard plugin so we can take a closer look. If you don’t have a thread opened already you can open one <a href=”https://premium.wpmudev.org/forums/#question
    “>here.

    Best regards,
    Bojan

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Protected Message page not appearing correctly’ is closed to new replies.