Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1296793
    Bent M
    Participant

    Hi.

    How can I modify the text (or page) that comes up when WPMembership restricts access to the page? It is very small and hard to read/find on a background?

    It’s the text that goes: “You need to login to view this content. Please Login. Not a Member? Join Us”

    Where is this text located? Can I make it bigger, or have something else be triggered when someone tries to view a restricted page?

    Page I’m working on here: http://www.adventuresincaring.org/members/

    Thanks

    #1296953
    Christopher
    Moderator

    Hi there,

    The page ID is 3308, you should be able to edit it like other pages.
    Please add following code in Customize -> Custom -> Global CSS :

    body.page.page-id-3308 .content {
        font-size: 25px;
    }
    body.page.page-id-3308 .entry-wrap {
        box-shadow: none;
    }

    Hope that helps.

    #1298584
    Bent M
    Participant

    I entered your code to Customize/global CSS

    No difference. Text still very small.
    Where do I find the page with the id-3308? It does not seem to be on the list of pages?

    Thanks.

    #1298594
    Bent M
    Participant

    wait. i was looking at the wrong page. It worked. Thanks.
    Now to do it to another page, http://www.adventuresincaring.org/library/

    Where is the page ID info?

    Mucho thanks.

    #1298603
    Bent M
    Participant

    oh. where do I find the page to tell users to sign up (or in) – so I can change the content?

    #1298607
    Joao
    Moderator

    Hi There

    The page id is : page-id-3449

    To learn how ti find page ID please take a look at :

    WordPress Page ID – Where to Find It

    oh. where do I find the page to tell users to sign up (or in) – so I can change the content?

    Can you clarify which page you are referring to.

    Thanks

    #1298654
    Bent M
    Participant

    Thanks.

    The page I’d like to change is the same page ID-3449.

    #1298676
    Joao
    Moderator

    Hi Bent,

    Not sure if you still need help.

    Let us know if you need further help

    Joao

    #1299640
    Bent M
    Participant

    Apparently the CSS code also affected the Sign-up page.
    My question is still: Where do I find (and change) the text that comes up: “You need to login to view this content. Please Login. Not a Member? Join Us”

    This is the page: http://www.adventuresincaring.org/members/

    Thank you.

    #1300134
    Lely
    Moderator

    Hello Bent,

    That text is not part of the theme but the membership plugin. This link might help you:https://simple-membership-plugin.com/simple-membership-custom-messages-addon/

    Cheers!

    #1317671
    Bent M
    Participant

    Teriffic. It should be easy, but my version does not seem to have the “custom message” listed as part of the drop down menu.
    I’ve updated both X and WP.

    Who do I need to address this issue with?

    #1317721
    Joao
    Moderator

    Hi There,

    In that case you should contact the plugin developer.

    Let us know if we can help you with anything else

    Joao

  • <script> jQuery(function($){ $("#no-reply-1296793 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>