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 […]
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).
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 in HTML. The code would look like this and it would be added in templates\footer_template.php
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: How to make child theme changes to work with theme Minifiy option enabled
In order to make child theme changes to work when Minifiy option is enabled, check the following steps: Create style.min.css file by copying css from style.css file and convert it. We created style.min.css using this site: https://cssminifier.com/ Upload style.min.css file in child theme folder.
Child Theme: change the featured icon image or any other default images and in child theme
To make the change in main theme 1. You open wpresidence/css/css-images/unit.png in an editor. Theme default images are also in theme pack. 2. You change image color with the editor 3. You save with the same name and extension on your computer 4. you upload via FTP and overwrite the default image. For other images you […]