• Hello, is there any detailed documentation for this plugin on how to overriding the page templates and also how we can customise the plugin style (CSS) to our liking?

    Thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    Thread Starter vineryap

    (@vineryap)

    Hi @g5support, thank you for the detailed explanation, this is exactly what I’m asking, I know editing the plugin core can cause a mess that’s why I want to override it from the child theme ??

    Also, is there any way to completely disable the plugin front-end CSS? so I can style it from scratch ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘integrate or override templates and style’ is closed to new replies.