Hey tonyyim2008!
Thank you for using Enfold.
There is no designated widget area for the portfolio category so you have to use the “Displayed Everywhere” widget area. Use the following plugin to control the visibility of the widget.
// https://wordpress.org/plugins/widget-logic/
Use the is_tax( ‘portfolio_entries’ ); conditional function.
// https://codex.wordpress.org/Function_Reference/is_tax
Cheers!
Ismael