I want to add some form to the registration or profile

  1. How do i change the frontpage interface so it does not exactly look like ExpertHive?
  2. how do i work on the registration so user needs to verify their account before logging in?
  3. I want to add some form to the registration or profile; how do i do that?
  4. How do i integrate payment into communication between both party before the expert goes to the person? House?
  5. How do i integrate map Tracking and also, when the expert is done working, he can click task finished?

Hi,

  1. You can change the home page in WP Dashboard > Pages; please check this doc How to customize pages - HivePress Help Center

  2. Please enable the Require email address verification feature in HivePress > Settings > Users.

  3. Unfortunately, there’s no such feature; it would require a custom implementation. For example, with this PHP snippet Add first and last name fields to the user registration form #hivepress #users · GitHub, you can add first and last name fields to a user registration form How to add custom code snippets - HivePress Help Center

  4. For this purpose, please use the Memberships extension Memberships - Charge users for viewing listings | HivePress Extensions

  5. You can use the Geolocation extension, please check this doc How to set up Geolocation - HivePress Help Center
    Please enable the Require manual delivery feature in HivePress > Settings > Orders.