Support Notes

PHP Customization - redirect after submit property
  This PHP code redirects user after submitting the property form.   Info: You need to disable this option:    add_filter('myhome_panel_after_save_property_redirect', function() { return 'https://example.com'; });   Change https://example.com to your link. Please...
Fri, 24 Jun, 2022 at 8:19 AM
Customization: How to change "Login" text to "Username" on the login / register form
You can use this CSS to change "Login" field label to "Username" .mh-popup-login-field--login .mh-register-login-field__label:after, .mh-register-field--login .mh-register-login-field__label:after { content: 'Username'; background: #fff!important; padding-right: 40px!important; displ...
Fri, 24 Jun, 2022 at 8:20 AM
CSS Customization: How to change color of "active menu link"
You can use this CSS to highlight active menu item: html body#myhome-app .mh-header--transparent #mega_main_menu.mh-primary>.menu_holder>.menu_inner>ul>li.current-menu-item>.item_link *, html body#myhome-app .mh-menu-primary-color-background .mh-header:not(.mh-header--transparent) #mega_main_menu...
Fri, 24 Jun, 2022 at 8:20 AM
Changelog
3.1.74 - 08 April 2024 Improved: Compatibility between WPML and Development Mode Fixed: Addressed an ACF PRO notification regarding potential future field loading problems related to functions planned for deactivation Updated: All plugins 3.1.73 - 22 February 2024 Added: Twitter icon changed to X on the front...
Mon, 8 Apr, 2024 at 12:44 PM
Why removing single listing /estate/ part of URL is not possible
Unfortunately it is not possible to remove /estate/ - you can only rename it int MyHome Theme >> Property Options >> General >> "Single property - slug". It is not possible to remove it, because WordPress does not allow for it. WordPress can have domain.com/slug/ only for pages and posts...
Wed, 9 Feb, 2022 at 11:31 AM
How to Fix: One of a plugins cannot be installed - "Installation failed: Destination folder already exists."
If you have a problem with installation or activation of any plugin probably it is because your server interrupted installation of it. This kind of problem can happen if your server have very low limits related to connection e.g. time limit. Please delete broken folder and install problematic plugin again. 1. Inst...
Mon, 21 Feb, 2022 at 6:33 AM
WP All Import - Unofficial Addon to import CSV / XML
While we don't officially support WP All Import for MyHome, we have developed a special addon that enables its use in most scenarios. Here's how to get started: 1. First, install the WP All Import plugin from: https://wordpress.org/plugins/wp-all-import/  2. Next, install the MyHome WP All Import Addon...
Thu, 11 May, 2023 at 9:51 AM