Title: Linda's Replies | WordPress.org

---

# Linda

  [  ](https://wordpress.org/support/users/g5support/)

 *   [Profile](https://wordpress.org/support/users/g5support/)
 *   [Topics Started](https://wordpress.org/support/users/g5support/topics/)
 *   [Replies Created](https://wordpress.org/support/users/g5support/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/g5support/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/g5support/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/g5support/engagements/)
 *   [Favorites](https://wordpress.org/support/users/g5support/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Essential Real Estate] Social Profiles](https://wordpress.org/support/topic/social-profiles/)
 *  [Linda](https://wordpress.org/support/users/g5support/)
 * (@g5support)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/social-profiles/#post-10716600)
 * Hi, If you using the BEYOT theme – real estate WordPress theme developed by G5Theme,
   please go to our support site: [http://support.g5plus.net/forums/forum/themes/beyot/](http://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: [http://prntscr.com/kt0wc1](http://prntscr.com/kt0wc1)
   Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Essential Real Estate] Renew Expired Listing](https://wordpress.org/support/topic/renew-expired-listing/)
 *  [Linda](https://wordpress.org/support/users/g5support/)
 * (@g5support)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/renew-expired-listing/#post-10193152)
 * Hi, If the users change the package, they can reactivate the property by themeselves.
   You can see this screenshot: [http://prntscr.com/j6s30y](http://prntscr.com/j6s30y)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Essential Real Estate] Renew Expired Listing](https://wordpress.org/support/topic/renew-expired-listing/)
 *  [Linda](https://wordpress.org/support/users/g5support/)
 * (@g5support)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/renew-expired-listing/#post-10192940)
 * The property that has already expired can be approved (renew) by admin. [http://prntscr.com/j6r7bi](http://prntscr.com/j6r7bi)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Essential Real Estate] Adding Listings for Agents](https://wordpress.org/support/topic/adding-listings-for-agents/)
 *  [Linda](https://wordpress.org/support/users/g5support/)
 * (@g5support)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/adding-listings-for-agents/#post-10164232)
 * I 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: [http://prntscr.com/j37gwm](http://prntscr.com/j37gwm)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Essential Real Estate] Google map zooming bug report](https://wordpress.org/support/topic/google-map-zooming-bug-report/)
 *  [Linda](https://wordpress.org/support/users/g5support/)
 * (@g5support)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/google-map-zooming-bug-report/#post-10163693)
 * With the latest version you can select dirrection map zoom
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Essential Real Estate] what about a subscription?](https://wordpress.org/support/topic/what-about-a-subscription/)
 *  [Linda](https://wordpress.org/support/users/g5support/)
 * (@g5support)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/what-about-a-subscription/#post-10163580)
 * You can create a new package and setup package setings here: [http://prntscr.com/j34ze2](http://prntscr.com/j34ze2)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Essential Real Estate] Single Property Gallery Size](https://wordpress.org/support/topic/single-property-gallery-size/)
 *  [Linda](https://wordpress.org/support/users/g5support/)
 * (@g5support)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/single-property-gallery-size/#post-10160686)
 * Hi, 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Essential Real Estate] integrate or override templates and style](https://wordpress.org/support/topic/integrate-or-override-templates-and-style/)
 *  [Linda](https://wordpress.org/support/users/g5support/)
 * (@g5support)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/integrate-or-override-templates-and-style/#post-10160595)
 * Essential-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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Essential Real Estate] Can we have the agents details, contact etc below the property page???](https://wordpress.org/support/topic/can-we-have-the-agents-details-contact-etc-below-the-property-page/)
 *  [Linda](https://wordpress.org/support/users/g5support/)
 * (@g5support)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/can-we-have-the-agents-details-contact-etc-below-the-property-page/#post-10160407)
 * Hi, the user can see agent details, contact form below the property page without
   logged in (like this: [http://prntscr.com/j2rv6y](http://prntscr.com/j2rv6y))
   
   You can setup this option in Real Estate Options -> Property Page : [http://prntscr.com/j2s1o2](http://prntscr.com/j2s1o2)(
   These above screenshots are taken in Essential Real Estate ver 1.4.8)

Viewing 9 replies - 1 through 9 (of 9 total)