Support Notes

CSS Customization - how to change LinkedIN icon into YouTube icon
This article explains how to change defult LinkedIN icon into YouTube icon. It will work for all icons on your website (also big header, agent profile etc)   Please use this CSS   .fa-linkedin:before { content: "\f16a"!important; }   In this article you can find information ho...
Thu, 23 Jun, 2022 at 12:29 PM
PHP Customization: WPML - how to have different logo for different language version?
In this article we will try to describe how to change default logo into 3 different logos for user who use WPML. We will try to do it for 3 languages: English Italian German 1. Please find wp-content/themes/myhome/includes/menu/class-myhome-menu.php file 2. Please backup the file 3. Please edit the ...
Tue, 8 Feb, 2022 at 7:42 AM
JavaScript Customization - how to change speed of single property gallery (faster example)?
If you use standard gallery on your single property page e.g.   1. Please find: wp-content/themes/myhome/assets/js/sliders/gallery.js file 2. Backup the file for security reason 3. Edit the file 4. Find line below ( delay: 5500 ) - it is 5,5s   5. Change for any other number e.g. 10...
Mon, 14 Feb, 2022 at 5:56 PM
PHP Customization: How to add 2 phone numbers in the top bar?
1. Find /wp-admin/themes/myhome/header.php 2. Backup file 3. Edit file 4. Find <?php if ( My_Home_Theme()->layout->has_header_phone() ) : ?> <span class="mh-top-header__element mh-top-header__element--phone"> <a href="tel:<?php echo esc_html( My_Home_Theme()-&g...
Mon, 14 Feb, 2022 at 5:56 PM
How can I associate all property to one agent and remove all demo users?
You can delete all demo users and assign all properties to other user this way 1. Visit Users > All Users 2. Check all user, who you would like to delete 3. Attribute all content to yourself and Confirm Deletion 4. You will see notification e.g.
Mon, 14 Feb, 2022 at 5:55 PM
AMP - Accelerate Mobile Pages
MyHome officially do not support Accelerate Mobile Pages (AMP) technology and plugins that can force it. MyHome Theme is fully mobile ready and responsive e.g.
Mon, 14 Feb, 2022 at 5:55 PM
PHP customization - How to display "text field" in the new customized location (single property sidebar example)?
Lets Try to move "City" to right sidebar: to the right sidebar: 1. Login to the /wp-admin/ 2. Hide City in the default location: 4. Save 5. Check the slug of the field (here "city") - we will need it later 6. Find /wp-content/themes/myhome/templat...
Mon, 14 Feb, 2022 at 5:55 PM
How to discourage search engines from indexing site?
When you are developing a website, probably you do not want to make it indexed by Google. You can make your site hidden for Google this way: 1. Visit Settings > Reading   2. Check the box "Discourage search engines from indexing this site" and save:   If your website was f...
Mon, 14 Feb, 2022 at 5:54 PM
PHP Customization - how to register new sidebar?
1. Find /wp-content/themes/myhome/includes/class-myhome-init.php file 2. Backup the file 3. Search for add_sidebars 4. Add new sidebar e.g. Copy MH Sidebar 5. Please use unique "id" - IMPORTANT: ID should be LOWERCASE 6. Paste and change name and id (e.g. My New Sidebar + my-new-sidebar) 7. Your...
Mon, 14 Feb, 2022 at 5:54 PM
How can I make CSS apply to only one page?
1. Edit page   2. Open page settings, insert CSS code below, save changes and update a page  
Mon, 14 Feb, 2022 at 5:54 PM