SED Web Enhancement
Forum Replies Created
-
Hello dabesa,
We really appreciate your feedback and we will take into consideration your suggestion for future updates of the plugin. Btw it is really good idea 😉
Have a good day!
Forum: Reviews
In reply to: [Facebook Posts Embedded] Great plugin!We really appreciate your feedback!
Forum: Reviews
In reply to: [Facebook Posts Embedded] Works just fine!Thank you for the feedback!
Forum: Plugins
In reply to: [Jazzy Forms] Does not show up in menu sidebar in backendThe 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 😉