Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Custom Sidebar for Portfolio Categories #1134932

    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:

    • This reply was modified 6 years, 5 months ago by JohnLander.
Viewing 1 post (of 1 total)