Describe your issue or idea
I almost always override the keys views uses for it's query strings, here:
By default, it uses the machine name of each field, but those machine names can be cumbersome, and are sometimes very long. I always remove field_
from the name of the key, and sometimes change the key entirely to match the field label instead.
As was raised in https://github.com/backdrop/backdrop-issues/issues/2843, we might want to do this automatically for our users, which would also do a better job of keeping cleaner, shorter query strings for embedding as links into other posts.
Recent comments
Changing the line in eva-display-entity-view.tpl.php from <?php print $rows; ?> to <?php print render($rows); ?> solves the problem. I will add this comment to the issue I opened...
Difficulty using EVA with leaflet maps
Accepted your answer for what it is but i dont like how it is. Meanwhile ive found other more important problems and gave up.
No way to translate site information
Developing a multilingual site in Backdrop CMS is entirely possible, but it requires a lot of patience and study. I have followed the history of the project since the first versions of Backdrop...
No way to translate site information