- This topic has 9 replies, 3 voices, and was last updated 10 years, 1 month ago by .
Viewing 10 posts - 1 through 10 (of 10 total)
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › How to change You need to login to view this content. Please Login. Not a Member
Tagged: default message
When you click the membership button the following pops up in a page.
” You need to login to view this content. Please Login. Not a Member? Join Us ”
I want to change this message and how this page is displayed as the formatting is non existent.
Which page is this and how do I change this please?
This is the page I am referring to…
http://www.gymwizardsacademy.co.za/members-only/
Thanks
Kjell
If I may. You can download the add on Custom Messages here HERE. Haven’t been able to see how make the font bigger though.
HI, this does not help. I want to be able to make the top and bottom margins above the message look neat, it is squashed and looks bad with the default setting how do I make it look better please?
Hi, can you share a screen capture of the message so that I can see exactly what you mean.
Thank you
How do I add an attachment to show you a screen print?
Rather just click on the button on this page. http://www.gymwizardsacademy.co.za/members-only/
Hi this is more related to your theme and the way your theme handles post and pages. Try and add the following code to your theme custom css code or use a plugin.
I added the following padding: 5px; as you see below to the *.
* {
box-sizing: border-box;
padding: 5px;
}
That messeses up the site.
Okay try the following.
#post-15 {
padding: 5px;
}
this did not work.
Just for testing purpose can you test one of WordPress default themes like Twenty Fifteen? Then carry out a test and report back with your findings.
Thank you