I wanted to change the default create a listing page.
Wanted to remove some fields and add some new instead.
for example : Remove address field and instead add offer type with radio buttons : newsletter, courses and others value.
I have used default child theme provided by vantage parent theme.
and in child theme i have kept the newly modified form so GUI is now set as per my need. check attached image.
This is all happened with child theme very easily.
Now the tricky part came.. I have to store this fields to database. but when i submit this form.. its using the files from parent theme /includes directory.
I have kept needful includes directory files already in the child theme.
So how can i fix this issue? so the child theme use the includes directory path of its own. but not the parent one.
Also.. I read this topic reply already : http://forums.appthemes.com/vantage-...-37016/page-2/
about making hooks.. but i think this is going to take a lot of time and also.. it will leave a loop wholes which can break the theme in future.
Please suggest me some best solution over to this.