Technical: Child Theme

This technical help has been written by our development team based on the answers/directions provided to our clients who have asked for directions to modify the code. We published them hoping that they will help other clients with similar requests implement the modifications faster.

Please keep in mind that theme customization services ARE NOT included in the client standard support. Our support team cannot do code modifications for you.

Item support is a service provided directly by us through the FreshDesk ticket system. Support is limited to questions regarding the theme’s features or problems with the theme. We are not able to provide support for code customizations or third-party plugins. If you need help with anything other than minor customizations of your theme, we suggest searching for a WordPress developer on studio.envato.com.

Full Themeforest support policy is available here for further information (https://themeforest.net/page/item_support_policy).

 

 

Technical How to: Child theme

Video Tutorials for How to work with a child Theme in WpResidence In this document we will try to explain how you can work with child theme in order to customize your website. The theme pack comes with an already made child theme – How to Install WpResidence Child theme Css code All the custom […]

Child Theme: How to add RTL CSS in Child Theme

First in functions.php – child theme add this new line Create a copy of wpresidence/rtl.css and move it to wpresidence-child folder and make the changes in the wpresidence-child/rtl.css file in a separate area (at the beginning of the file)

Child Theme: How to add links to copyright message

If you wish to add a link in the footer copyright text, this has to be done by adding custom HTML in the PHP file for the footer. Install the WpResidence Child Theme – https://help.wpresidence.net/article/how-to-install-child-theme/ Edit templates\footer_template.php file locally The code would look like this and it would be added in templates\footer_template.php Upload the modified […]

How to install WpResidence child theme

About WordPress Child Theme Note: It’s recommended to install and activate also the Child Theme provided with Residence theme pack if you have in mind to make modifications to theme core files, or to translate the theme. A child theme automatically inherits the parent theme’s features, styles, and templates. This allows you to make changes […]

Child Theme: change default images

Change default user, blog and property images in child theme 1. Install the WpResidence Child Theme and activate it 2. Go by FTP and create the folder img/defaults in wp-content/wpresidence-child 3. Find the theme default images in wpresidence/img/defaults/ folder default_blog_unit.jpg default_property_featured.jpg default_property_featured_sidebar.jpg default_property_listings.jpg default_user_picture_profile.jpg default_widget_thumb.jpg 3. Create the image you want to replace and you […]