If anyone is interested, I figured this out.
Copy the sidebar.php file from the enfold director to your child directory
Edit the file, and at line 88 add this code BEFOR the closing curly bracket:
// Portfolio Categories page
if ($avia_config['currently_viewing'] == 'portfolio' && dynamic_sidebar('portfolio') ) : $default_sidebar = false; endif;
REMEMBER to add a sidebar called ‘portfolio’ in the child functions.php as shown in original post
Thanks for your lightning response Kriesi support team :thumbsdown:
