You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The joy scenes and fear scenes are mixed up - Depending of the web broswer window size.
==> Edit "FearJoy" static view.
==> Line 64: Fix <h3>Fear scenes</h3> into <h3 style="clear: left">Fear scenes</h3>.
Hello there,
My operating system is Arch Linux.
Here is the output of
advene --version
:How to reproduce the issue:
./bin/advene /<path_to>/Nosfertu_v14.azp
.Navigation and steps:
We are there: http://localhost:1234/packages/Nosferatu_v14/view/Level2
Subpage: "Emotions" - http://localhost:1234/packages/Nosferatu_v14/view/FearJoy
==> Edit "FearJoy" static view.
==> Line 64: Fix
<h3>Fear scenes</h3>
into<h3 style="clear: left">Fear scenes</h3>
.Subpage: "Themes" - http://localhost:1234/packages/Nosferatu_v14/view/view_themes
"Error in view view_triangles interpretation: :26:2".
==> Edit "Nightmarish triangles" static view.
==> line 26: add
</p>
before</div>
.The snapshots are not there.
==> line 24 - Fixes but no triangles - I have not found better as I wouldn't know how to do.
<img class="screenshot" alt="" tal:attributes="src string:/media/overlay/advene/${a/id}" />
into:
<img class="screenshot" alt="" tal:attributes="src a/snapshot_url" />
Thank you
The text was updated successfully, but these errors were encountered: