Okay
  Public Ticket #360253
Portfolio Filter additional Taxonomy
Closed

Comments

  •  1
    Alexander started the conversation

    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.

  •  1,089
    ThemeNectar replied

    Hey,

    in your child theme functions.php file you can add this function with your custom destination for the file:

    
    function nectar_shortcode_processing(){
    	require_once ( 'nectar/tinymce/shortcode-processing.php' );
    }
    
    

    Cheers

  •  1
    Alexander replied

    silly me. thanks a lot :)

  • Danny replied

    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

  •  8,996
    Tahir replied

    Hey Again,

    No i am afraid there is no such code guide available at the moment. 

    Best 


    ThemeNectar Support Team