Login / register form shows up below footer

Describe the issue in as much detail as possible. Please remove the sections below if the issue is obvious enough and doesn’t require extra details.

Steps to reproduce

Activate the HivePress plugin

Actual result

When you scroll to the very bottom of a page, underneath the footer, there is a section that has all three forms available to view: login, register, and forgot your password. They are not formatted in any way and clearly do not belong / are a bug visually. This only happens when not logged into HivePress.

Expected result

I did not expect anything to be loaded below the footer. Very strange!

Extra details

user_login_modal , user_register_modal , and user_password_request_modal are all being loaded according to the Inspect tab of Google Chrome.

Currently have the plugin disabled but here is a screenshot: Awesome Screenshot

Hi,

We checked this issue on our side, it seems to be ok.
By default, these fields should be hidden (you can see more details through the demo version).
You can check via DevTools why the display: none style is not used.
There may be a conflict between our extension’s styles and your site’s styles.

Also, please disable third-party plugins and customizations (if there are any) and check if this issue persists. If you use a caching plugin, make sure that caching is disabled for logged-in users.

If this issue persists, please send more details that may help to detect or reproduce this issue (e.g. a link to your site, screenshots, a list of installed plugins, or the error message you get).

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.