care2michelle
Forum Replies Created
-
@dregad I’m not a coder, so I don’t ever directly modify my theme’s code. I use a plugin called WP Code. It’s free and super easy to use. Here’s an article that walks you through the process of how to add code using that plugin. I hope that helps.
- This reply was modified 3 years, 5 months ago by care2michelle.
You can add text with some php code (obviously put your own text in):
function custom_login_message() { $message = "<p><strong>Welcome to the Care Hospice Bereavement website. <br>This website is restricted to the families of Care Hospice. <br>Please login to continue.<br><br>If you do not know your login information <br>please email [email protected] <br> The login information will be sent to you on the next business day.<br> Thank you.</strong></p>"; return $message; } add_filter('login_message', 'custom_login_message');To see what it looks like, the site is here.
Thank you! I am able to customize it now with both those beta versions installed. Is there any way to change the size and positioning of the logo? When I replace it, the logo is rather small. I’m sure I can use CSS to do that.
I don’t have any trouble installing the beta version of Password Protected linked above. However, I cannot install the beta version of Login Designer linked above – see the video: https://www.loom.com/share/2e79776a7f9542789dad87c19297022e
Can you try re-sending the link and I’ll try again?
Thank you so much for working with me on this issue!
I installed the beta version, and it still doesn’t give me the menu option under appearance–> customize for Password Protected, only for Login Designer. So I still have no way to design the Password Protected login page apart from using code. It does add Password Protected to my main WordPress dashboard menu, but the options there do not allow for changing the appearance of the password protected login, other than the option to add text before and after the login. The styling options (logo, colors etc.) are not available in that menu, and Password Protected still doesn’t show up on the customization menu.
I’m going to try using CSS to style it, but I don’t normally code, so I’d really rather not do it that way. Not sure why I’m not having any success with the beta version.- This reply was modified 3 years, 5 months ago by care2michelle.
Thought I’d check back with you and see if you have an updated timeframe on the new release. Our project has been delayed until Jan. 6th (at the earliest). We do have a temporary fix in place, but it requires usernames and passwords, and we’d rather just do password access. Thanks!
That’s great! I’m looking forward to it. Thank you.
oh, not until the end of January? Last week you indicated it would be a few days. I may have to find another solution. thank you.
I’m grateful that you’ve found a fix. Any timeline for when that new version might be out?
Thank you so much! That’s fantastic news! I’ll look forward to the upcoming release.
I’ve also updated to the latest version of WordPress, but I’m still seeing the same options as in my video linked above. We’re hoping to launch out website by 12/16, so I’m hopeful we can figure out a solution before then.
I’m using 8.0
thank you!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Scroll results page to search termPerfect, thank you so much!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Scroll results page to search termThat’s great! Thank you so much! when will the next version be released? In the meantime, should I add the code you noted to the theme’s php?
Thanks for looking into it! Your plugin is the one recommended by out hosting provider to use, and the password protection is a key aspect of the project I’m working on, so I’m hopeful that we can find a solution.