Support Notes

CSS customization - How to disable all agent photos?
This article explains how to use CSS to hide all agent photos e.g.   Carousel: Profile:   Sidebar: Please use this CSS: .mh-agent .mh-agent__thumbnail, .mh-estate__agent__thumbnail-wrapper, .mh-user-panel__edit-profile-col > div > div:nth-child(4), .mh-top-title__...
Thu, 23 Jun, 2022 at 12:46 PM
WPML Customization: How to change top bar Language Switcher flag images?
MyHome Language Switcher was designed to work only with WPML Plugin. However if you wish to customize it other way you can use this article.  1. Language switcher is located in the /wp-content/themes/myhome/header.php file 2. Please backup the file for security reason 3. Find Language Switcher Code in t...
Mon, 14 Feb, 2022 at 5:50 PM
How to add any shortcode via Page Builder?
In this article, we will explain how to use WordPress Shortcodes with Visual Composer. We will base this article on the example of Contact Form 7 but you can use any other shortcode.    1. Find shortcode you wish to use - it will look like this [name xxxxx] 2. Copy your shortcode e.g. [contact-form-7 xxxxx] 3...
Mon, 14 Feb, 2022 at 5:49 PM
CSS Customization - how to disable blog sidebar and make 3 column grid?
We will change 2 column grid into 3 and disable sidebar. 1. Firstly please set 2 columns 2. Please add this CSS below to your additional CSS ( You can read more how to add it here). It will transform 2 columns into 3 on the desktop and hide the sidebar. @media (min-width:1024px) { .archive:not...
Thu, 23 Jun, 2022 at 12:48 PM
CSS Customization - how to add text next to the icon?
This article shows how to add text to the icon on the property cards. In the future we will add this option to core functionalities (it is waiting on our todo list)  1. Add any icon e.g. Lot size >> Area icon 2. You can check "Display on the property cards" option 3. Save field 4. New icon...
Mon, 14 Feb, 2022 at 5:49 PM
How to delete MyHome theme and start again?
If you wish to delete all your current project / content / properties / posts / users and start again you can use this instruction:   1. Visit your plugins page 2. Check all plugins. Choose "Deactivate". Click Apply" 3. Check all plugins. Choose "Delete". Click Apply" 4. Cho...
Sun, 19 Mar, 2023 at 11:03 AM
How to add old price?
If you wish to add old price like this example:   and on the single property page:   To start please go to Offer Types:   1. Add new Offer type "Old price". Configure "Display before price" and set "show label on the property card"   then check "Add additional pric...
Mon, 14 Feb, 2022 at 5:48 PM
CSS Customization - How to change property field icon into any image?
This article shows how to change default icon into any image ( .jpg / .png) 1. Add any icon e.g. Lot size >> Area icon 2. You can check "Display on the property cards" option 3. Save field 4. New icon will be available on the card 5. Click right mouse button on ...
Mon, 14 Feb, 2022 at 5:47 PM
How to add image / icon to the 1st level menu item via CSS?
1. Check ID of the menu URL ( e.g. Google Chrome - Inspect )   2. Check ID of the menu (here 240): 3. Add CSS code and modify it to your needs: menu-item-ID padding-left (space at the left of the link) URL to your image margin-top - controls vertical position #menu-item-240 > a...
Fri, 24 Jun, 2022 at 8:01 AM
WPML - How to use different fonts for different languages?
You may use 2 different fonts for 2 languages.   We will show you how to do it on example of "English" and "Spanish" (Languages codes: "en" and "es", you need to change it for your own languages codes)   1. Edit header.php file 2. Find:  <?php wp_head(); ?> ...
Tue, 8 Feb, 2022 at 7:43 AM