BAM menu woes AGAIN

This has been a total nightmare of a job - another hassle - this BAM menu has a mind of its own

fine here
http://www.workitecttalentmanagement.com/w1/index.html

but not here

http://www.workitecttalentmanagement.com/w1/Workitect%20Agendas/3dayagendabuildi.html

The CSS sub menu position action says the same on the master page as the actual page yet its showing up off page, far left!!! ahhh!

menu 1 x -131 y 37

http://www.workitecttalentmanagement.com/w1/index.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Justin, you’ve got a style sheet applied too all other (the ones I’ve looked at) pages (usually) called index_override.css that doesn’t appear on this one

#bam, #bam.f-ms { position: static; left: auto; top: auto; z-index: auto }


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you!

So FW isnt producing this? How can I get it to produce it? - Im not creating any index_override.css?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Try adding it manually before /head?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

These files (whatever+_override.css) come from any Action that uses my CSS modification library. So Carousel2 or another Action like that will add this file (not just mine, Paul Dunning uses this as well). If you are not using one of those Actions on that page, then it is entirely reasonable that you would not see that _override file on the page.

Walter

On Aug 3, 2013, at 8:37 AM, Justin Easthall wrote:

Thank you!

So FW isnt producing this? How can I get it to produce it? - Im not creating any index_override.css?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks guys! - Though im confused now? What do I need to do?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Is this page based on a master that has other child pages working ok?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yep - I just made a change to the BAM on the master page and it appeared on the failing pages too…


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Looking at the failing page there is part of a link where the others have the link to index_override.css

have you tried force republishing this page, I still think it might have something to do with it as it targets #bam

Simon


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The missing styles in that override.css file are

#bam, #bam.f-ms { position: static; left: auto; top: auto; z-index: auto }

Add them back into the mix and it displays correctly.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Simon added the to the head didnt make any difference.

Dave - how do I do what ya suggest?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Justin, change the path in your header to this, it will then work.

<link rel="stylesheet" href="../css/index_override.css" type="text/css">

freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

THANK YOU!!! Sebatian! Worked a treat God knows why how or when this started to happen - Freeway has been driving me nuts on this project - failing masters, images swapping out - BAM menu nothing but a pain etc etc

Cheers


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Erm spoke way to soon, should have know - look at the state of the page now?

http://www.workitecttalentmanagement.com/w1/Workitect%20Agendas/3dayagendabuildi.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

No worries Justin. The reason why this is happening is because the two examples you posted (working & non-working) are inside different directories on your server. /w1 & /w1/Workitect Agendas and thats why the original link in your header did not work.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Oh - so whats the code needed?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Nothing. It’s just linking back to the css file one directory “up” from the one its being served from. I was just trying to explain why your old link didn’t work.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Oh right thanks - a cache thing. Cant wait for this job to end!!! So tired of FW and its kinks. Why this is doing this in the first place? Spent so much extra time (money) solving all these problems.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hate to add to your woes Justin but the green line under your menu is jumping right when I put my browser to full width.
S


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks for the heads up - thats ok Ive got this one just a float issue

cheers


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options