Admin Menu Missing in Backend

This topic contains 1 reply and 2 voices, and was last updated by Nayem 8 years, 8 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
August 6, 2015 at 2:02 am 65536
Nayem Hi there, We recently purchased WP Project Manager Pro and have run into an issue. After activation, there is no admin menu for the plugin to use it. I've looked at previous threads and it seems like someone had an issue with this 2+ years ago that when a menu item is already where WP Project Manager Pro would go, it is hidden. I believe this is because we are using Avada theme on our site and there is a menu for Avada where I assume WP Project Manager would go However I wasn't able to use the solution they found for it. I'm not sure where/how to edit line 189 in cmp.php Please let me know the best way to handle this so we will be able to use the pro version and all the add ons we have purchased.
August 6, 2015 at 12:45 pm 65581
Nayem Nayem

Hello,

Please open Project manager pro/cpm.php. In line number- 436 you will get this line- $hook = add_menu_page( __( 'Project Manager', 'cpm' ), __( 'Project Manager', 'cpm' ), $capability, 'cpm_projects', array($this, 'admin_page_handler'), 'dashicons-networking', 3 );. Now please change the menu position 3 to 15,17 or any working position.

Thanks.

Viewing 1 Posts - 1 through 1 (of 1 total)