I would like to edit an administration page theme such ./admin/option-init.php. I add is in the child theme respecting arboressance same but this one is not taken.
In end result I would add a footer type, so I need to change the page itself.
We are just contacting you to see if everything is fine and if it's ok to close your ticket.
Also I don't know if you have done it yet but if you could rate our theme 5 stars on theme forest,it would really boost our team motivation!
You can do it from this page : http://themeforest.net/downloads and click the stars under the download button of our theme. Thanks in advance! Do not hesitate to contact us if you have other questions :)
Hello TheFox Support,
I would like to edit an administration page theme such ./admin/option-init.php. I add is in the child theme respecting arboressance same but this one is not taken.
In end result I would add a footer type, so I need to change the page itself.
How to do ?
Hello Alexandre,
What you would need to do to achieve this is to unload the theme panel from your child theme and load your own theme panel.
The easiest way to do this is to modify the main theme functions.php and remove this line
require_once ('admin/admin-init.php');
and add all the admin folder in your child theme then add this line to your child theme functions.php
require_once ('admin/admin-init.php');
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello Alexandre,
We are just contacting you to see if everything is fine and if it's ok to close your ticket.
Also I don't know if you have done it yet but if you could rate our theme 5 stars on theme forest,it would really boost our team motivation!
You can do it from this page : http://themeforest.net/downloads and click the stars under the download button of our theme. Thanks in advance! Do not hesitate to contact us if you have other questions :)
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme