Support Notes

How To Change Any MyHome Text In English?
All MyHome texts e.g. "Thank you for registering. You can log in now." can be changed via pot files: 1. Download Poedit from the official website: https://poedit.net/ 2. Set default language. Hover over the "Settings" tab in the left sidebar and click "General" 3. Change "Si...
Mon, 14 Feb, 2022 at 5:46 PM
Watermark photos / images via additional plugin
We recommend Watermark Plugin by dFactory to add watermark to the photos.   1. Install "Image Watermark" Plugin 2. Activate the plugin 3. Go to plugin settings 4. Set all checkbox (Square is used for user photos so you can leave it unchecked, myhome-estate-min is used for single property gallery ...
Mon, 14 Feb, 2022 at 5:45 PM
How to fix: WPML menu transparent option is not working
If WPML is active and you cannot find this setting on your page that allows changing header type :     Advanced Custom Fields Multilingual is not installed. You can find it here: https://wpml.org/account/downloads/    
Mon, 14 Feb, 2022 at 5:45 PM
Plugin need activation code and need update? Why?
You do not have to activate plugins because all plugins are bundled. It is a common way of adding plugins in the Themeforest Themes. You can read more about it in the official article from Themeforest: https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins The main part: "Some plugi...
Fri, 27 Jan, 2023 at 10:24 AM
Child Theme how to dequeue and enqueue javascript (.js)?
If you use a MyHome Child theme you may want to replace default MyHome JavaScript file. Doing this it is a little more complicated than replacing .php files, but we will you show how to do it. "Scripts and styles should each be enqueued with their own function, and then those should be wrapped in an action...
Mon, 14 Feb, 2022 at 5:45 PM
How to use fonts other than Google Fonts?
MyHome comes with 800+ Google Fonts. You can simply choose it in your MyHome Theme Panel: If you would like to use another font that is not available, please embed it and then use following CSS code to change it: body, button, input, optgroup, select, textarea, .mh-accordion .ui-accordion-header, .mh-estate-ho...
Mon, 14 Feb, 2022 at 5:44 PM
mb_detect_ecoding() error - how to fix by installing mbstring library
If you see this kind of error on your page: Fatal error: Uncaught Error: Call to undefined function mb_detect_encoding()    It means your server does not have PHP mbstring library installed. In most cases, it can be easily installed via cPanel. You can read more about it here: http://www.php.net/manual/en/mbs...
Tue, 8 Feb, 2022 at 7:43 AM
How to enable Advanced Custom Field (ACF PRO) menu icon in the /wp-admin/?
Advanced Custom Field is used as a backbone for MyHome Property Fields. This way all options are suited to Real Estate Business and connected with Search Form Property Page.   1. If you wish to enable this ACF developers panel please find /wp-content/themes/myhome/includes/class-myhome-init.php file 2. ...
Mon, 14 Feb, 2022 at 5:44 PM
Yoast - freeze the page backend editor. How to fix.
If Yoast freeze page backend editor please use this instruction. This problem is related to compatibility of Visual Composer with Yoast plugins and too long page to analyze.    1. Please Go /wp-admin/ >> SEO >> Features 2. Disable Readability analysis 3. Scroll down and click Save C...
Mon, 14 Feb, 2022 at 5:44 PM
How to add custom link to user top bar menu with jQuery
We will add "Link Name" to Google.com at position 3 in the user menu   2. Open /wp-content/themes/myhome/footer.php file 3. Backup this file for security reason 4. Add this code before </body> <script> jQuery(window).on("load", function () { $("....
Mon, 14 Feb, 2022 at 5:44 PM