Logout Button Not Working in Astra Theme (version 4.8.11 and 12)
-
I am experiencing an issue with the logout button after updating the Astra theme from version 4.8.10 (working) to version 4.8.11 (not working). The login button still works correctly, but the logout button no longer functions.
Here is the current HTML for both buttons:
Login button (working):
<a class="ast-header-account-link ast-account-action-link ast-header-account-type-text"
aria-label="Account icon link"
target="_self"
rel="nofollow">
<span class="ast-header-account-text">Log in</span>
</a>Logout button (not working):
<a class="ast-header-account-link ast-account-action-link ast-header-account-type-text"
role="link"
aria-label="Account icon link"
target="_self"
rel="nofollow">
<span class="ast-header-account-text">Log out</span>
</a>It seems that the logout button is missing the
href
attribute.Since the issue started only after updating to Astra 4.8.11 (and 4.8.12), could this be a bug in the latest update? Is there an official fix or workaround available?
Thanks in advance for your help!
Best regards,
Amir
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.