The best practice is to add the agent from front end via the registration form. Still, if you wish to add them manually you need to follow the below steps: 1. Create the user account Go to admin-Users – Add New. The user needs to have subscriber level 2. Create Agent Account Add the same email […]
5. Agent, Agency and Developers
Agent Contact Form Position
Agent / Agency / Developer details + contact form can show on the sidebar or after property details Select – NO for agent after details Select YES for agent on sidebar AGENT FORM ON SIDEBAR AGENT FORM AFTER PROPERTY DETAILS You can also show the contact form in property gallery lightbox (which shows when clicking […]
1.30.6 Custom text fields option for each agent
Agent custom fields are text fields that can be added for each agent from: Admin – add/edit agent Front end – My profile (agent account) Developer or Agency – My Agents – Add/Edit agents
1.30.6 Search widget for Agents, Agencies and Developers
For this feature you must create a new page – for agents, agencies and developers search results And then add the Search Widget to any sidebar you wish from Admin – Widgets Here is a full video
1.3.50.1 – How to work with Inbox Private Message System
Enable Private Message system for theme default contact form: Make sure you have a page created for the INBOX in user dashboard The message system button will be seen on contact form on property page and agent / agency / developer profile page. Messages will be seen and replied to from INBOX page
1.3.50.1 – Agency, Agents, Developers and Users separation. How to manage these new options
VIDEO: Enable roles in register form Here how you enable the ROLE dropdown in register form and how you enable whether you wish to to manually approve all new agents or agencies or developers (or all) VIDEO: Create categories for agents, agencies or developers The categories and types for these new options must be created […]
1.30.1 Multiple Agents for property
Starting 1.30.1 theme version we have added the feature to be able to assign a property to more than one agent. The feature is made for back-end only. The admin will be able to assign the agents to the property from Agent section in Property Details: You can select more agents with CTRL. To reset […]
How to remove notes from Featured Agent shortcode
Remove the notes with this css .featured_agent_notes { display: none; } Make the details visible with this CSS .agent_featured_details { opacity: 1; position: relative; display: block; } Optional, remove the MY LISTINGS button with this css .featured_agent_listings.wpresidence_button { display: none; }
How to change “No Reply” and Sender Email for theme notifications
Theme notifications will include a default Name (No Reply) and a default sender email (noreply@yourdomain.com) To change these 2 elements, you can use a plugin called CB Change Mail Sender Edit and save the sender and email options And the notifications will include your info. Example More about theme contact forms: About contact forms
How to change the number of agents per page in Agent List
The posts_per_page value needs to be changed in wpresidence\agents_list.php.