• Resolved DBenson

    (@dbenson)


    Hello,
    I have installed Nimble Portfolio three times now (and un-installed) and can’t figure out why it will not show up on the dashboard for me to even make a portfolio. The button in the widget and pages does show up to create the shortcode (which doesn’t help). What is going on here?

    Theme: Beauty Clean Premium

    Weird thing is I’ve used this same plugin on this theme before in the past. Someone PLEASE HELP!!

    https://www.ads-software.com/plugins/nimble-portfolio/

Viewing 2 replies - 16 through 17 (of 17 total)
  • Nimble Portfolio isn’t visible in the Dashboard menu even after adding the

    add_filter('nimble_portfolio_post_type_args', 'nimble_portfolio_post_type_args_handle');
    
    function nimble_portfolio_post_type_args_handle($args) {
    	$args['menu_position'] = 23;
    	return $args;
    }

    I am using the Alona Theme from Sub Solar Designs.

    I’ve been a fan of your plugin and have used it on other sites. Please help.

    Alright I found something funny, it seems that the default portfolio menu item from my theme is conflicting with Nimble Portfolio,

    • Generate Shortcode
    • Global Settings
    • Skin: default

    Options are visible in it.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Nimble Portfolio Not in dashboard…’ is closed to new replies.