How to install child theme Via wp-admin – Install wpestate theme – http://helpv4.wpestatetheme.org/article/theme-installation/ – Find in the theme pack downloaded from theme forest the wpestate-child.zip folder (download all files and documentation from theme forest and unzip) – Go to Themes – Appearance – Upload the wpestate-child.zip folder and activate child theme. – Save menus http://helpv4.wpestatetheme.org/article/menu/ http://helpv4.wpestatetheme.org/article/footer-menu/ […]
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. 2. Replace get_template_directory_uri from child theme with get_stylesheet_directory_uri 3. Replace style.css with style.min.css
How to add translated .po files in child theme
How to make your Child Theme ready to use its own translation files? Child Themes are using in normal cases the translation files of the main theme. In some cases it could be necessary to have a separate language file handling at the Child Theme itself. First of all you have to modify your Child […]