I believe this is a bug that needs to be addressed.
Thanks.
https://esstest.eselleruat.co.uk/
This is a fresh install and the only plugin is this ultimate membership. When a user login via https://esstest.eselleruat.co.uk/login/ he will be redirected to profile page and there the session is fine.
When that user click on home: https://prnt.sc/qx9ku6, you can see the session is not setting there. This can be identified by checking the login/logout menu. This is set according to the conditions whether user is loggedin or not.
After login, when we go to home, the session is not set. But in other pages, its fine. If we hard refresh in home, its getting fine. But when a user normally goes to homepage after login, session is not setting.
https://esstest.eselleruat.co.uk/login/
testuser
testuser123.*
Please check. The issue i identifed in another system, but inorder to confirm its related to anything other the same issue exists in fresh version as well.
Please check and get back to me. Thanks in adv.
]]>If I look at a blog post where the same side sidebar is also viewed, I can click on the “Shop the feed” and scroll so it seems the issue is only on the homepage. Any help to resolve this issue would be greatly appreciated. Thanks!
]]>People using assistive technologies are going to struggle to answer the www.remarpro.com login catpcha because of its structure. This may be intentional, as I can’t see how you can distinguish between technologies used for malicious or helpful intentions.
The question to resolve should be written in a ‘label’ element and that label should be associated with the input field (for the answer).
The mathematical operator needs to use a plain text equivalent for people using assistive technologies because those operators are not always supported.
Suggested example:
CSS:
.hide {
left: -999em;
position: absolute;
}
HTML:
<label for="sum">
5
<span class="hide">plus</span>
<span aria-hidden="true"> +</span>
7
<span class="hide">equals</span>
<span aria-hidden="true"> =</span>
</label>
<input id="sum" type="text" />
]]>