| Summary: | EclipseCon banner is appearing in undesired position | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Community | Reporter: | Stephan Herrmann <stephan.herrmann> | ||||
| Component: | Website | Assignee: | phoenix.ui <phoenix.ui-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | chris.guindon | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Stephan Herrmann
(In reply to Stephan Herrmann from comment #0) > Created attachment 252267 [details] > screenshot of the Object Teams home page > > The Object Teams homepage https://www.eclipse.org/objectteams/ is "damaged" > whenever the EclipseCon banner is set up (see attachm.) > > I need a way to either configure that this page should not have a banner, or > push it down by some 230px. I tried the latter using css but only to notice > that the class that could be used to identify the enclosing div seems to be > randomly generated for each access :( You can opt-out with: $App->Promotion = FALSE; (In reply to Christophér Guindon from comment #1) > (In reply to Stephan Herrmann from comment #0) > > Created attachment 252267 [details] > > screenshot of the Object Teams home page > > > > The Object Teams homepage https://www.eclipse.org/objectteams/ is "damaged" > > whenever the EclipseCon banner is set up (see attachm.) > > > > I need a way to either configure that this page should not have a banner, or > > push it down by some 230px. I tried the latter using css but only to notice > > that the class that could be used to identify the enclosing div seems to be > > randomly generated for each access :( > > You can opt-out with: > > $App->Promotion = FALSE; Thanks for the quick response. Yes, that helps. OTOH, I wouldn't mind showing the promotion, if I could control its position. Anyway, feel free to close this bug ... (In reply to Stephan Herrmann from comment #2) > (In reply to Christophér Guindon from comment #1) > > (In reply to Stephan Herrmann from comment #0) > > > Created attachment 252267 [details] > > > screenshot of the Object Teams home page > > > > > > The Object Teams homepage https://www.eclipse.org/objectteams/ is "damaged" > > > whenever the EclipseCon banner is set up (see attachm.) > > > > > > I need a way to either configure that this page should not have a banner, or > > > push it down by some 230px. I tried the latter using css but only to notice > > > that the class that could be used to identify the enclosing div seems to be > > > randomly generated for each access :( > > > > You can opt-out with: > > > > $App->Promotion = FALSE; > > Thanks for the quick response. > Yes, that helps. > No worries! > OTOH, I wouldn't mind showing the promotion, if I could control its position. > > Anyway, feel free to close this bug ... It's not possible, because the class of the promotion is random. |