OpenEnergyPlatform / oeplatform

Repository for the code of the Open Energy Platform (OEP) website. The OEP provides an interface to the Open Energy Family
http://openenergyplatform.org/
GNU Affero General Public License v3.0
61 stars 19 forks source link

Links to scenario factsheets lead nowhere #445

Closed han-f closed 4 years ago

han-f commented 4 years ago

Clicking any scenario name on https://openenergy-platform.org/factsheets/scenarios/ leads to "nowhere", see screenshot:

grafik

Bachibouzouk commented 4 years ago

@solar-c - once your PR #440 is merged, can you look at it ?

Ludee commented 4 years ago

Looks like a problem of the responsive functions. when zooming it seems to work at some point.

Bachibouzouk commented 4 years ago

The problem seems to come from the class 'navbar' position attribute which is set to relative. @bmlancien , @johannwagner maybe you would understand immediately if you look at the css from your browser?

bmlancien commented 4 years ago

I can see that the problem is resolved if I remove the Bootstrap CSS grid classes:

col-lg-8 col-lg-offset-1 col-md-9 col-md-3

But I don't know how these classes work and there must be a reason why they were included into that template.

MGlauer commented 4 years ago

Maybe @johannwagner can help

johannwagner commented 4 years ago

I will take a look, will report back.

johannwagner commented 4 years ago

Okay, I would like to debug this and tried to create a scenario factsheet.

Screenshot from 2019-11-15 10-07-24

@MGlauer

Bachibouzouk commented 4 years ago

@johannwagner You should pull the newest version of develop

If it does not work you can follow the installation steps one more time (it was updated yesterday)

Bachibouzouk commented 4 years ago

@johannwagner, any news on this one?

han-f commented 4 years ago

This still applies, even with the new release. grafik

MGlauer commented 4 years ago

The arrangement of the buttons indicates that this is also a caching issue.

han-f commented 4 years ago

Yes, thank you. I will remember to hit F5 on any single page.