Linda
Forum Replies Created
-
Forum: Plugins
In reply to: [Essential Real Estate] Social ProfilesHi, If you using the BEYOT theme – real estate WordPress theme developed by G5Theme, please go to our support site: https://support.g5plus.net/forums/forum/themes/beyot/ and create a new topic, we are quite willing to assist you!
To add more social on Top Bar, please go here: https://prntscr.com/kt0wc1
Thank you!Forum: Plugins
In reply to: [Essential Real Estate] Renew Expired ListingHi, If the users change the package, they can reactivate the property by themeselves. You can see this screenshot: https://prntscr.com/j6s30y
Forum: Plugins
In reply to: [Essential Real Estate] Renew Expired ListingThe property that has already expired can be approved (renew) by admin. https://prntscr.com/j6r7bi
Forum: Plugins
In reply to: [Essential Real Estate] Adding Listings for AgentsI think you should create “Unlimited” package to allow your agents (that are assigned to an agency) sumit unlimited properties on the front-end. Then you can set Payment Status from “Not Paid” to “Paid” in these invoices: https://prntscr.com/j37gwm
Forum: Plugins
In reply to: [Essential Real Estate] Google map zooming bug reportWith the latest version you can select dirrection map zoom
Forum: Plugins
In reply to: [Essential Real Estate] what about a subscription?You can create a new package and setup package setings here: https://prntscr.com/j34ze2
Forum: Plugins
In reply to: [Essential Real Estate] Single Property Gallery SizeHi, to change the layout of gallery slider you have to override template. Template files can be found within the /essential-real-estate/public/templates/ directory. You can edit these files in an upgrade-safe way using overrides. Copy it into a directory within your theme named /ere-templates/, keeping the same file structure but removing the /public/templates/ subdirectory.
Example: To override the contact agent in single property page, copy: wp-content/plugins/essential-real-estate/public/templates/single-property/contact-agent.php to wp-content/themes/yourtheme/ere-templates/single-property/contact-agent.php
The copied file will now override the essential-real-estate default template file.
Note: Do not edit these files within the core plugin itself as they are overwritten during the upgrade process and any customizations will be lost.Forum: Plugins
In reply to: [Essential Real Estate] integrate or override templates and styleEssential-real-estate template files contain the markup and template structure for frontend of your site.
When you open these files, you will notice they all contain hooks that allow you to add/move content without needing to edit template files themselves. This method protects against upgrade issues, as the template files can be left completely untouched.
Template files can be found within the /essential-real-estate/public/templates/ directory:
You can edit these files in an upgrade-safe way using overrides. Copy it into a directory within your theme named /ere-templates/, keeping the same file structure but removing the /public/templates/ subdirectory.
Example: To override the contact agent in single property page, copy: wp-content/plugins/essential-real-estate/public/templates/single-property/contact-agent.php to wp-content/themes/yourtheme/ere-templates/single-property/contact-agent.php
The copied file will now override the essential-real-estate default template file.
Note: Do not edit these files within the core plugin itself as they are overwritten during the upgrade process and any customizations will be lost.
Hi, the user can see agent details, contact form below the property page without logged in (like this: https://prntscr.com/j2rv6y)
You can setup this option in Real Estate Options -> Property Page : https://prntscr.com/j2s1o2
(These above screenshots are taken in Essential Real Estate ver 1.4.8)