-
-
Notifications
You must be signed in to change notification settings - Fork 4
Description
When the plugin is installed, the documentation does not take you through steps completing the setup. For example, it states that since 5.2, wp_open_body and wp_footer are the hooks and doesn't mention anything in "Basic theme setup" beyond locating those hooks (nothing about changing the hooks in the plugin). However, this is definitely not the case as the hooks have to be changed since they default to website_before and website_after.
Steps to reproduce the behavior:
- Install the plugin.
- Look at your WordPress version, see 5.2, and follow the steps to locate the hooks in "Basic theme setup". Do nothing else (nothing else is stated in the instructions).
- Struggle with plugin for 20 minutes or longer.
- Realize that "Basic theme setup" requires you to change the hook values as they are set to website_before and website_after values.
Expected behavior
wp_open_body and wp_footer should be entered by default as the hooks OR the "Basic theme setup" shouldn't be the one that requires you change those values. At least put it in the instructions!
Specifications
- Plugin Version: 0.5.4
- WordPress Version: 5.2
- Theme: Astra
Additional context
Honestly, this is a fantastic plugin and so much simpler than trying build something similar with Astra or Elementor or via a child theme. It's a shame the documentation or plugin isn't updated so they match. I almost gave up on using this because the instructions were unclear and this happens all too often with hundreds of plugins.