Change Add Listing button to show registration page or popup

Hello

I would like to have the Add Listing button popup with Register Popup or a form which I create.

Would you give me an example of where I change this?
1.using URL
2.using #user_register_modal

I have tried searching the site to find a way either to do this in CSS or code snippet but have not found an answer.

Thank you.

Unfortunately there’s no simple code snippet for this, this would require conditional logic in the header.php file or HivePress login page template (the first step of Add Listing if the current user is not logged in). You can also override the login page in HivePress/Templates without coding, adding the register page instead (it has a “Already have an account? Sign In” link at the bottom).

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.