I looked through all of the settings but I can’t find what I am looking for. When a user IS NOT logged in, and they hit the message button, it takes them to my messages page, with a generic ugly looking login form. I do not want this, I just want them to simply be redirected to my custom page where logins take place.
Is this possible? Or will I just have to disable my button entirely when the user isn’t logged in?
I am using dynamic content to alter the link to direct people to the right user depending on the page and am using a custom button to go to the altered messages link. When the button is clicked (when not logged in) it just shows a generic login form instead of taking me to wp-login, or my custom login page.