I was performing a scan on my client’s site that is using this plugin and the plugin got flagged for being removed from the WordPress repository.
Is that legitimate? If so, is this plugin no longer supported, then?
Thanks.
]]>Hi Pipdig !
the new message that I type (into French) is copied above the initial WordPress text. This one does not disappear. My theme is HELLO! from Elementor. is it incompatible?
Thanks a lot
I have used this plugin to change the text on a password protected page. However, the form is rendering with black text on white background, giving no clear indication of where to put the password, as there is no “frame”. Can this be fixed?
]]>Hi,
The plugin works as it should. But I do not know how to insert margins.
Right now the text is completely out on the left side, it would be nice if there was a bit of distance.
Are there any who knows how to add margins?
Best regards
Nicole
Can you make it Divi compatible again? Now the message is shown above the section, the page h1.
See: https://www.ads-software.com/support/topic/not-working-2425/
]]>Hi there, thanks for a great plugin which has already been hugely helpful.
In the plugin notes, it says one of the features is: “Display a unique message for a specific post/page.” Can you point me to instructions as to how to do this? I can’t find any way of doing it.
]]>Hello, I have this problem:
I’ve craeted a private page (A) protected by password for which I wrote the relative message in SETTING—READING
But, if I want to create a new private page (B) protected by a new password for which I need to write a new message, how can I do and where can I write the message (because in setting–reading there is only a field occupied by the message for page (A).
if you need the screenshot I’ll send you via email.
thank you .
]]>Hi there,
important note: solution below
I did an update to version 2.0.2 and since then I’m experiencing a weird behaviour.
I created a custom message (see link) but I get the standard message displayed below.
In order to match the CI of my site, I also created some custom CSS in WP Dashboard > Design > Customizer > CSS which I’m attaching (not sure if this is the problem)
/* Password-protected form*/
.post-password-form {
max-width : 900px;
margin : 13vw auto;
min-height : initial;
padding : 100px;
}
/* Media Queries*/
@media all and (max-width: 479px) {
.post-password-form {
margin : 13vw auto;
min-height : initial;
padding : 5px;
}
}
@media all and (max-width: 479px) {
.body, p {
color : #141618;
font-family : "sk-modernistlight", Helvetica, Arial, sans-serif !important ;
font-size : 20px;
font-style : normal;
font-weight : 300;
margin : auto;
padding-top : 20px;
text-align : center;
}
}
@media all and (max-width: 479px) {
.body, h1 {
color : #141618;
font-family : "sk-modernistlight", Helvetica, Arial, sans-serif !important ;
font-size : 20px;
font-style : normal;
font-weight : 300;
margin : auto;
padding-top : 60px;
text-align : center;
}
}
@media all and (max-width: 479px) {
.post-password-form p input[type="submit"] {
display: block;
margin: 0.4em auto;
}
}
/* Input field */
.post-password-form input, .result-header, #category-archives h4, .comment-content, pre, tt, code, kbd, blockquote, .wysiwyg table, .description table, .wysiwyg-ce table, .wysiwyg table th, .wysiwyg table td, .description table th, .description table td, .wysiwyg-ce table th, .wysiwyg-ce table td {
border: #141618 solid 0.5px !important ;
border-radius : 4px;
font-size : 16px;
transition : all 0.4s ease !important ;
}
/* Button */
.post-password-form p input[type="submit"] {
background-color : #fede88;
border : #fede88 solid 1px !important ;
border-radius : 4px; !important ;
border-width : 1px !important ;
color : #141618;
display : block;
font-size : 14px !important ;
letter-spacing : 3px;
margin : auto;
margin-top : 45px;
padding : 10px 70px 10px 70px;
text-transform: uppercase;
-webkit-transition : all 0.4s ease !important ;
-webkit-border-radius: 4px !important;
width : auto !important ;
}
#content .post-password-form p input[type="submit"] {
border-style: solid !important;
cursor: pointer;
text-decoration: none !important;
display: block;
text-align: center;
transition: all .4s ease;
-moz-transition: all .4s ease;
-webkit-transition: all .4s ease;
-o-transition: all .4s ease;
}
.post-password-form p input[type="submit"]:hover {
background-color : transparent !important ;
border : #7c7a7a solid 1px !important ;
color : #7c7a7a;
}
Could you please take a look at it and provide a solution?
Thanks in advance
EDIT:
By adding this CSS the second message disappeared, thanks!
form.post-password-form p:first-of-type {
display: none;
}
]]>
Hi, i dont know if you updated your plugin or DIVI updated, but the text is now not on top of my background image
]]>Hello. Thank you for creating this handy plugin.
Would it be possible to allow the label in front of the password box to be changed to something else? Currently it reads “Password:” and I am hoping to use a different word “HubCode:” instead.
Technically we only use a numerical passcode, so passWORD is not technically accurate. Plus we are trying to differentiate between the client’s account password because (somehow) a few of them are getting confused.
Thank you!
]]>Hi there,
I did an update to version 2.0.2 and since then I’m experiencing a weird behaviour.
I created a custom message (see link) but I get the standard message displayed below.
In order to match the CI of my site, I also created some custom CSS in WP Dashboard > Design > Customizer > CSS which I’m attaching (not sure if this is the problem)
/* Password-protected form*/
.post-password-form {
max-width : 900px;
margin : 13vw auto;
min-height : initial;
padding : 100px;
}
/* Media Queries*/
@media all and (max-width: 479px) {
.post-password-form {
margin : 13vw auto;
min-height : initial;
padding : 5px;
}
}
@media all and (max-width: 479px) {
.body, p {
color : #141618;
font-family : "sk-modernistlight", Helvetica, Arial, sans-serif !important ;
font-size : 20px;
font-style : normal;
font-weight : 300;
margin : auto;
padding-top : 20px;
text-align : center;
}
}
@media all and (max-width: 479px) {
.body, h1 {
color : #141618;
font-family : "sk-modernistlight", Helvetica, Arial, sans-serif !important ;
font-size : 20px;
font-style : normal;
font-weight : 300;
margin : auto;
padding-top : 60px;
text-align : center;
}
}
@media all and (max-width: 479px) {
.post-password-form p input[type="submit"] {
display: block;
margin: 0.4em auto;
}
}
/* Input field */
.post-password-form input, .result-header, #category-archives h4, .comment-content, pre, tt, code, kbd, blockquote, .wysiwyg table, .description table, .wysiwyg-ce table, .wysiwyg table th, .wysiwyg table td, .description table th, .description table td, .wysiwyg-ce table th, .wysiwyg-ce table td {
border: #141618 solid 0.5px !important ;
border-radius : 4px;
font-size : 16px;
transition : all 0.4s ease !important ;
}
/* Button */
.post-password-form p input[type="submit"] {
background-color : #fede88;
border : #fede88 solid 1px !important ;
border-radius : 4px; !important ;
border-width : 1px !important ;
color : #141618;
display : block;
font-size : 14px !important ;
letter-spacing : 3px;
margin : auto;
margin-top : 45px;
padding : 10px 70px 10px 70px;
text-transform: uppercase;
-webkit-transition : all 0.4s ease !important ;
-webkit-border-radius: 4px !important;
width : auto !important ;
}
#content .post-password-form p input[type="submit"] {
border-style: solid !important;
cursor: pointer;
text-decoration: none !important;
display: block;
text-align: center;
transition: all .4s ease;
-moz-transition: all .4s ease;
-webkit-transition: all .4s ease;
-o-transition: all .4s ease;
}
.post-password-form p input[type="submit"]:hover {
background-color : transparent !important ;
border : #7c7a7a solid 1px !important ;
color : #7c7a7a;
}
Could you please take a look at it and provide a solution?
Thanks in advance
]]>The plugin allows me to change the message, but it doesn’t allow me to change the main two words “Password Protected”.
My site is in Portuguese, so I really needed to replace it.
Do you know any solution?
Thank in advance
]]>I updated to Version 2.02 and it appears to cause a clash with my mobile theme. I would like to roll back temporarily to Version 2.01 until I can fix the mobile set-up. Please can you tell me where I can download Version 2.01. (I have tried using the WP Rollback plugin, but it tells me that all earlier versions of your plugin (ie Change Password Protected Message) have been removed from the repository.
Many thanks
]]>Hi,
The plugin works great, but it seems to have overridden the custom css I have used to fine tune the layout of the message and form.
Previously I had applied the custom css to the form class for this particular page. This was working fine. When I applied the change password message plugin, the custom css no longer applied itself to the message, just the form. My problem is that the message text seems to be styled by a generic class, so if I apply my custom css to this, it changes a whole bunch of things throughout the site. Are you able to help me troubleshoot this issue?
Thanks,
Helen
Hi!
Since last update (jan 2021) password input field became very small, and it′s aligned now to the extreme left of the page, with no padding or space. Very ugly!
Is there something am I doing wrong? Any fix I should be aware of?
Thanks to developer!!!!
Great plugin.
Please update the guide to add that Advanced Custom Fields can be used to create the custom message per post. It is easier than activating custom fields in Gutenberg, especially if your site is already using ACF.
]]>Hi folks!
I see the pluging working but it doubles the password message and form so now it appears the default message and the new-custom message, any idea what to do?
]]>Hi, I have quite a few password protected posts. However I came up with a problem where people were unaware of where to find the password to the post. I put all my passwords on my Patreon behind a paywall. I wanted to add some text that says for example “This video is password protected. To view it please enter your password below: The password for this video is available Here”.. Your plugin is great, as it also allows me to add a link via HTML code. Which I did, however, it only seems to allow one message per site. This isn’t any good for me. I need to easily be able to add a new link to each individual page/post/message on a daily basis. This is very important for me. Wondering if the plugin could be tweaked so that the link could be different for each post if needed.
For example I have maybe 200 password protected posts that all need a different password link.
]]>I am creating two pages that both need to be password protected. One is for a fitness page and one is for another building amenities page. The client would like both to have slightly different wording.
Is there a good way to say something like
if page ID = XXXX then message = “Hello World”
else if page ID = XXXX then message = “Nom Nom”
I added in the shortcode for my Convertkit form and it worked perfectly anywhere else. When i added it in this plug-in custom message, the header text of my form gets cut off.
Any ideas why?
]]>Hi,
Just a suggestion.
Would be lovely to change the content inside the label (now is “Password:”).
Also the value of the input type=”submit” (now is “Enter”).
Hope you find it interesting. Thanks for reading!
]]>Hi,
Thank you very much for your plugin. In this page
/wp-admin/options-reading.php
I can read:
Notice: Trying to access array offset on value of type bool in /.../wp-content/plugins/change-password-protected-message/change-password-protected-message.php on line 83
Just in case it helps. Many thanks!
]]>Is it possible to embed a text link so that people can go to my subscribe page from the message? It’s a mail chimp landing page so I’d rather not add the ugly URL. Plugin works great, thank you!
]]>Hello!
This plugin is exactly what I need but it doesn’t work with my theme — Mai Lifestyle Pro. Can you update this plugin to work with this theme?
Thank you!
]]>does this plugin not work anymore? Just me?
]]>Can you please, make it perfect and add the editor bar like this: https://prnt.sc/pcaqcq
]]>Do you know a way to be able to show the password on a protected page?
Or what page that comes up to put in the password so maybe I can modify the code on that page?
Hi there.
I can see a “:” at the end of my text.
I see it via dev console but not in the text I added.
Is there a way to remove this?
Thanks!
]]>Hi,
i have a little problem with plugin.
It stopped working after few minutes. Firstly, he worked and i was able to change password message. But then suddenly stopped working and now, i am stucking with old version of text.
I also tried to uninstall and install with no luck.
Strange thing is, when i am logged in as a Admin and i am exploring my page, the password message is displayed correctly. But when i am logged out (as a admin) or visiting page as a visitor, there is displaying wrong/old password message.
I am using OcenaWP theme. Could you help with that?
Thank you very much
Peter
]]>Divi changes the string to: esc_html__( ‘To view this protected post, enter the password below’, ‘Divi’ ) The : is removed. That’s all.
So can you update the plugin? ??
]]>