Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #365193

    Hi guys,

    I can’t seem to find the option to add my own customized widget after creating a category page. I created a new category but in the editor I can’t find the option for the side-bar menu to change the widgets. When I created a new category, I can’t find it under “pages”.

    Take a look at this category link , on the right side you will see the default enfold widget on the side bar: http://livelifemedia.co/?portfolio_entries=artistesconcerts

    Cheers,
    Duane

    #365547

    Hi duaneleewo!

    Open up /enfold/sidebar.php and on line 44 you should see this.

    if($custom_sidebar)
    

    Add this right above it.

    if ( is_archive() ) { $avia_config['currently_viewing'] = null; $custom_sidebar = null; dynamic_sidebar('archive_sidebar'); $default_sidebar = false; }
    

    And then navigate to Dashboard > Appearance > Widgets and create a new widget area called “archive_sidebar” and add some widgets to it.

    Best regards,
    Elliott

    #366096

    Thankyou Elliott, that worked out very well. Cheers Duane

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Modify Portfolio Category Widgets’ is closed to new replies.