Support Notes
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
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
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
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
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
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
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
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
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
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