Skip to main content

All Questions

Tagged with
0 votes
0 answers
37 views

Restricting access to non logged in users

im trying to create a user flow where, when a non-logged-in user tries to access my website, I want them to see an entry page with links to the login and registration pages, but I don't want them to ...
onlyoreoo's user avatar
0 votes
1 answer
97 views

wp_login_form display no styled form

I've created a custom template for a custom theme, I need to show the vue app that will manage the front end only to logged users. I've used this code inside my functions.php file and it's supposed ...
OHICT's user avatar
  • 133
0 votes
1 answer
31 views

How to stop login for SPECIFIC users BEFORE a specified date

I'm developing a membership website (using Memberpress) and want to send the login information to some users before the site goes live. I want these specific users to be UNABLE to login BEFORE my ...
Mayur's user avatar
  • 11
0 votes
1 answer
60 views

Redirect all pages to the custom login page except for the registration page

I have redirected all non logged in users to my login page but on the page there is an option for them to register and that navigates back to my login page and I want to exclude that register page ...
Kayla-May Smit's user avatar
0 votes
2 answers
45 views

Show Site Name on WP login screen

I'm trying to create a generic, re-usable function that shows the site name on the login screen. It works with just static text, but how do I pull in the site name dynamically? Here's what I've tried: ...
Channing Krendler's user avatar
0 votes
0 answers
74 views

Validate user login in php

Hey guys so I made a custom API for my wordpress site and i need to check if the username and passord is correct. I did it with the following code but its not working since it always returns "...
Shy Devil's user avatar
1 vote
1 answer
1k views

Removing "There is no account with that username or email address." error message in "/wp-login.php?action=lostpassword"

Would like to find out if there is any way I could customize the wp_login page to remove the "There is no account with that username or email address." validation (show below) and any email/...
BBBBB86's user avatar
  • 23
0 votes
0 answers
216 views

How to replace ACTION url from original wordpress login form?

I need to replace the action of original wp-login login form: Instead of <form name="loginform" id="loginform" action="<?php echo esc_url( site_url( 'wp-login.php', '...
Gustavo Matera's user avatar
0 votes
2 answers
841 views

How to block specific user id in custom login form?

I've been looking for this method for weeks, but still can't find it. There are so many sites that discuss how to create a custom login page, but they don't cover how to block a specific id like the ...
Ari's user avatar
  • 3
0 votes
0 answers
557 views

how to change the url rediction of the woocommerce login page of the flatsome theme for my own in wordpress?

the objective is to change the login page of my site. I use the flatsome template. In my functions.php file in the flatsome-child folder I created a redirection function <?php // Add custom ...
user13850097's user avatar
0 votes
1 answer
186 views

Enqueue script globally

This only works for admin dashboard. add_action('admin_enqueue_scripts',array($this, 'login_register96_adminscripts')); And this only works for the user place. add_action( 'wp_enqueue_scripts', array(...
Saqib Ali's user avatar
0 votes
1 answer
449 views

Having trouble creating two shortcodes, one for logged in user and one for visitors

So I'm trying to create a code (in functions.php) that displays a widget content, from shortcode, based on whether the user is logged in or logged out (visitor). I am successful in displaying content ...
023023's user avatar
  • 135
0 votes
1 answer
178 views

Switch between Wordpress websites easy for an end user

On of our clients has several Wordpress websites (not a multisite). Is there a way/plugin that can make it easy for them to switch between these sites without having to login all the time? They should ...
thegirlinthecafe's user avatar
0 votes
1 answer
511 views

How to change Login default blue admin color?

How can I change default blue admin color for selected button or checkmark in Wordpress standard login page with CSS? This is the default blue color I mean, used for selected button border and ...
hexaae's user avatar
  • 1
2 votes
2 answers
1k views

How do I remove the eye icon that shows visibility on login screen and reset password screen

I'm looking for a way to remove the eye icon that shows visibility on login screen (wp-admin and wp-login) and reset password screen (/wp-login.php?action=rp). As you can see on the screenshot below :...
Samuel's user avatar
  • 344

15 30 50 per page
1
2 3 4 5