Normally laborator_portfolio.php is not recommended to be overwritten since it is not a template file but contains functional code which changes with updates of the theme. However you can manually change this file to be loaded in your child theme. This means that every time you update the theme you have to repeat this process:
1. Open file:
includes/classes/kalium-main.php
2. On line 469 change to:
'../kalium-child/laborator_portfolio.php',
3. On kalium-child (or if whatever you have named the child theme) place laborator_portfolio.php file.
Hi,
I've noticed that I can't overwrite the laborator_portfolio.php (which is located in the folder kalium) in the normal way.
(The file in the kalium-child directory overwrites the file in the kalium directory)
Do you know how I can achieve this?
thanks in advance, Torsten
Hi Torsten,
Normally laborator_portfolio.php is not recommended to be overwritten since it is not a template file but contains functional code which changes with updates of the theme. However you can manually change this file to be loaded in your child theme. This means that every time you update the theme you have to repeat this process:
1. Open file:
2. On line 469 change to:
3. On kalium-child (or if whatever you have named the child theme) place laborator_portfolio.php file.
I hope this works fine for you.