Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
argoserv
tagDiv Member

Hello,
I solved the problem. Was on the “if statement” on this row (365):
and (stripos($the_component['file'], TEMPLATEPATH) == 0 )

And I fixed with:
and (stripos($the_component['file'], TEMPLATEPATH) != false )

In this way if the PATH does not have TEMPLATEPATH inside, it will skip the change of the file path for child path. And it works.

Now, I don’t want to edit parent theme and I wish to fix this on my child theme.
There is a way to do it?

Thanks,
Michele

Viewing 1 post (of 1 total)