Register Now


By registering, you agree to the Terms of Service and Privacy Policy.

Login

Forget


Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.


x

Login

Forget


Register Now

Thank you for registering with WPTricks

Create an account
x
  • Login
  • Add Post
  • Badges
  • Contact Us
Ask a Question
  • Home
  • Ask Question
  • Themes
  • Plugins
  • Tutorials
  • Books

Login

Forget


Register Now

Thank you for registering with WPTricks

Create an account
  • Login
  • Add Post
  • Badges
  • Contact Us

wptricks

  • Home
  • Ask Question
  • Themes
  • Plugins
  • Tutorials
  • Books

login

Home/ login

Login page ERROR: Cookies are blocked due to unexpected output

Question
stemlund stemlund
I have a WordPress website that I recently discovered had this error on the login page: ERROR: Cookies are blocked due to unexpected output. For help, please see this documentation or try the support forums. I can only access ...
0
cookies, login, wp-config 5 months 0 Answers 65 views

Unable to login with email address as the username – WordPress

Question
Osama Ibrahim Osama Ibrahim
I just noticed that on my production site users are not able to login using their usernames (user_login field in wp_users) that are in an email format. So for example a username like john.doe works fine but john.doe@example.com returns the ...
0
login 5 months 0 Answers 72 views

How can I redirect user after entering wrong password?

Question
Steven Steven
I'm using wp_login_form() to display login form in a jQuery dialog window. If user enters wrong password, the user is taken to the backend. I don't want that. Is there a way to notify user that he entered wrong password ...
0
login, wp-login-form 5 months 0 Answers 65 views

How can I get my Script to work on the Login page?

Question
Craig Craig
I am trying to disable the right click feature, on the login page, using the following code: <?php function disable_right_click() { ?> <script> jQuery(document).ready(function(){ jQuery(document).bind("contextmenu",function(e){ return false; }); }); </script> <?php } add_action('login_footer', 'disable_right_click', 1); ?> I can see ...
0
actions, functions, hooks, login 5 months 0 Answers 55 views

check the first login for specific roles

Question
Honoluluman Honoluluman
Based on this answer i created a small functionality for users that are logging in for the first 3 times to make some elements classes use css animation. What i am trying to do is to adjust this code ...
0
authentication, count, css, login, user-roles 5 months 0 Answers 55 views

How to apply jQuery code to login page?

Question
sansae sansae
I'm just trying to apply some jQuery code to the login page of my website, but none of the hooks I've tried work. All the hooks I've tried: //add_action('login_enqueue_scripts', 'my_custom_scripts'); //add_action('wp_head', 'my_custom_scripts'); //add_action('login_head', 'my_custom_scripts'); //add_action('login_header', 'my_custom_scripts'); //add_action('init', 'my_custom_scripts'); //add_action('login_footer', 'my_custom_scripts'); function my_custom_scripts() { wp_enqueue_script( 'login-redirect-script', get_template_directory_uri() . ...
0
jquery, login 5 months 0 Answers 50 views

Login Redirect Based on Action Parameter in Login URL

Question
sansae sansae
I'm trying to redirect logged in users to a specific page based on what is in the login url. For instance, I have added an action parameter to the login url like this: https://mywebsite.com/wp-login.php?action=ppe I understand and know how to redirect users ...
0
login, parameter, redirect 5 months 0 Answers 50 views

How to Prevent Brute Force Attack on WordPress

Question
Roomal Jayaratne Roomal Jayaratne
my site went down for 1hr. and after then continuously. So I asked my hosting what the problem is with my website. they say I am in under brute force attack. told me to hire someone. I Limit Login Attempts by ...
0
login, security 5 months 0 Answers 48 views

Moving from a non WordPress site to a WordPress Site – Login between both sites

Question
Eric Keeler Eric Keeler
I have been using a site for the past few years which I wrote myself in PHP. The site was to create events for people to join and take part in, with different features in them for different events. Some ...
0
login, multisite 5 months 0 Answers 48 views

404 redirect wp-login and wp-admin after changing login url

Question
Antoder Antoder
I've successfully changed the login page to a custom url, using this codes: This one into wp-config.php define('WP_ADMIN_DIR', 'secret-folder'); define( 'ADMIN_COOKIE_PATH', SITECOOKIEPATH . WP_ADMIN_DIR); This one into functions.php add_filter('site_url', 'wpadmin_filter', 10, 3); function wpadmin_filter( $url, $path, $orig_scheme ) { $old = array( "/(wp-admin)/"); $admin_dir = WP_ADMIN_DIR; $new ...
0
htaccess, login, security, wp-admin, wp-config 5 months 0 Answers 55 views
1 2 … 24
  • Recent
  • Onitir – IT Solutions WordPress theme

    Onitir - IT Solutions WordPress

    LIVE PREVIEWBUY FOR $29 Onitir is a Modern ...

    September 18, 2020
  • WhatsApp Chat – WordPress WhatsApp Chat plugin

    WhatsApp Chat - WordPress WhatsApp

    March 19, 2020
  • Tabula – Art, Music & Language School

    Tabula - Art, Music &

    Tabula – Art & Language School WordPress Theme Tabula is a Multi-Purpose WordPress Theme for all kinds of ...

    March 19, 2020
  • Mega Posts Display for Elementor – Premium WordPress Plugin

    Mega Posts Display for Elementor

    Welcome to Mega Posts Display for Elementor. With this awesome plugin for Elementor you can create a posts layout ...

    March 19, 2020
  • WhatsApp Chit Chat Plugin For WordPress

    WhatsApp Chit Chat Plugin For

    There are more than 1.2 Billion WhatsApp users all across the globe covering 180 countries. WhatsApp Chitchat is ...

    March 19, 2020
  • Home
  • Ask Question
  • Themes
  • Plugins
  • Tutorials
  • Books

Recent

  • Onitir – IT Solutions WordPress theme

    Onitir - IT Solutions WordPress

    LIVE PREVIEWBUY ...

  • WhatsApp Chat – WordPress WhatsApp Chat plugin

    WhatsApp Chat - WordPress WhatsApp

  • Tabula – Art, Music & Language School

    Tabula - Art, Music &

    Tabula – Art & Language School WordPress Theme Tabula is ...

Popular Questions

  • How to disable main query?

    I don't use The Loop, because I use different queries to fetch ...

  • Highlight Current Tag in wp_tag_cloud

    I'm in the middle of building a website and one of the ...

  • Can someone please tell me

    I am looking for this calendar element (upcoming events) to implement into ...

Copyright 2019 WPTricks - WordPress Tips, Tricks and Hacks | Privacy | Terms