Forum recursion



on vivaldi browser. i also tested on firefox and the bug is there aswell.

Hey,
I’m not very much experienced with web development but one simple thing to try out would be to add style="margin-top:-67px;"to the iframe tag. That would cut off the header of stats.aloha.pk.
Maybe there is a conflict with the header of the homepage, then you would have to switch to some more complex JavaScript.

I just tried out this method, indeed the iframe-tag featuring stats.aloha.pk should be like the following:

<iframe src="https://stats.aloha.pk" width="100%" height="200" style="margin-top:-127px;">             <p>Your browser does not support iframes.</p>         </iframe>

The result is the header of stats.aloha.pk cut off just like in the following screenshot, preventing users to navigate back to aloha.pk inside the iframe by clicking the icon on the second header.

Would be a simple technique for Web-Admins to implement. :slight_smile:

1 Like

This isn’t a bug, it doesn’t prevent you from using the app correctly.
We’re planning on rewriting stats entirely anyway, so this won’t be an issue then.