The way we fixed it was:
Go in the Plugins tab and Jazzy Forms > Edit
Find the line that states “add_menu_page” (you can also use Ctrl+F to find the term without quotation marks).
You will see something like this:
$page = add_menu_page( 'Forms', 'Forms', 8, 'jzzf_forms_top', 'jzzf_forms', null, 25);
The 25 at the end determines where the Jazzy Forms tab will be shown in the admin panel; in this case it is set below the Comments tab.
Here’s a list of the possible locations where you can put the Jazzy Forms tab:
- 5 – below Posts
- 10 – below Media
- 15 – below Links
- 20 – below Pages
- 25 – below comments
- 60 – below first separator
- 65 – below Plugins
- 70 – below Users
- 75 – below Tools
- 80 – below Settings
- 100 – below second separator
Hope that helped ??