pmoreno-rodriguez / grav-theme-future2021

Future Imperfect theme by HTML5UP ported from scratch to Grav. Version 2021
Other
20 stars 10 forks source link

Issues with login #27

Closed pikim closed 1 year ago

pikim commented 1 year ago

When logged in and still on the login status site, it's not possible to open the menu. This is because

{% block menu %}
  {% include 'partials/sidebar_right.html.twig' %}
{% endblock %}

is missing in partials/login-status.html.twig.

On the other hand when you log out and goto the login site again, there is a message saying that you were successfully logged out.

pmoreno-rodriguez commented 1 year ago

The message is preset in the login plugin and, for now, I need more knowledge to be able to modify it. However, most Grav themes don't include as much customization and leave these kinds of enhancements to the developers.

I have added the login.html.twig file to the development branch with the menu block.

pmoreno-rodriguez commented 1 year ago

Try the demo site (I have uploaded the new version 1.0.3 there).

pikim commented 1 year ago

Try the demo site (I have uploaded the new version 1.0.3 there).

I have a first finding documented in the #25 thread and will have a more extensive look tomorrow.

pmoreno-rodriguez commented 1 year ago

Fixed in develop branch for the next version.