I am trying to customize the enfold theme by creating child theme. First i put header.php in child theme and it was working perfect but when i added enfold-child/config-templatebuilder/avia-shortcodes/portfolio/portfolio.php in child theme with same directory structure as in parent theme, for some reason its not overwriting file in parent theme. What i have to do to overwrite this file.
Hey nfgraphicdesign,
Thank you for using Enfold.
It is possible but you have to use this filter first.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
After adding that filter, create a folder called “shortcodes” in your child theme directory and copy the shortcode files that you want to override inside of that folder.
Best regards,
Ismael