hi, I want to add another dropdown for the portfolio isotope filter that draws its data from "project-attribute".
so my filter dropdowns would look like that:
[project-category] [project-attribute]
in order to play it safe i want to put that into a child theme but the \\\'shortcode-processing.php\\\' file which renders the dropdown is located in \\\'salient/nectar/tinymce/\\\'.
how exactly do i catch the rendering and replace it with my own?
edit: as far as I understood, I need to override the "nectar_portfolio_processing" function located in the above mentioned php. I just dont know how to do that in a proper manner inside my child theme.
Hey Alexander. Did you every get this working? I'm looking into having an additional dropdown filter on the portfolio page that allows the user to filter by category and attribute.
Before I look at getting this custom built do you have any guidance on how to achieve this?
hi, I want to add another dropdown for the portfolio isotope filter that draws its data from "project-attribute".
so my filter dropdowns would look like that:
[project-category] [project-attribute]
in order to play it safe i want to put that into a child theme but the \\\'shortcode-processing.php\\\' file which renders the dropdown is located in \\\'salient/nectar/tinymce/\\\'.
how exactly do i catch the rendering and replace it with my own?
edit: as far as I understood, I need to override the "nectar_portfolio_processing" function located in the above mentioned php.
I just dont know how to do that in a proper manner inside my child theme.
Hey,
in your child theme functions.php file you can add this function with your custom destination for the file:
Cheers
silly me. thanks a lot :)
Hey Alexander. Did you every get this working? I'm looking into having an additional dropdown filter on the portfolio page that allows the user to filter by category and attribute.
Before I look at getting this custom built do you have any guidance on how to achieve this?
Thanks in advanced.
Danny
Hey Again,
No i am afraid there is no such code guide available at the moment.
Best
ThemeNectar Support Team