Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 464310

Summary: EclipseCon banner is appearing in undesired position
Product: Community Reporter: Stephan Herrmann <stephan.herrmann>
Component: WebsiteAssignee: 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 Flags
screenshot of the Object Teams home page none

Description Stephan Herrmann CLA 2015-04-09 11:42:11 EDT
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 :(
Comment 1 Christopher Guindon CLA 2015-04-09 11:46:44 EDT
(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;
Comment 2 Stephan Herrmann CLA 2015-04-09 11:58:48 EDT
(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 ...
Comment 3 Christopher Guindon CLA 2015-04-13 09:57:35 EDT
(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.