[Pro] BAM menu not working

Just not playing no matter what I set the HTML too - see error in the box below the Menu… please help its driving me nuts!

http://www.easthalldesign.com/work2/demo2.html

Pro 6 - and I have updated to the 6 compatible version BAM action

http://www.easthalldesign.com/work2/demo2.html


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

Hi Justin,
The Action should work if you drop the page level below HTML 5. I’ve updated the Action to remove the warning if you are using HTML 5 in Freeway Pro 6;
http://actionsforge.com/actions/view/238-bam-big-area-menus
Regards,
Tim.

On 19 Apr 2013, at 16:53, Justin Easthall wrote:

Just not playing no matter what I set the HTML too - see error in the box below the Menu… please help its driving me nuts!


Experienced Freeway designer for hire - http://www.freewayactions.com


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

Thanks Tim - the Action was not refreshing so I manually removed the old and added the new Cheers!!!
2 things the green BAM is collapsing?

http://www.easthalldesign.com/work2/demo2.html

And it needs to be centred so the green BAM sits nicely across the centre like so

http://www.easthalldesign.com/work2/demo3.html


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

Hi Justin,
Another nice looking site. The BAM needs to have a fixed or minimum height to stop it collapsing. Set the height in the inspector palette and it should show up again. You can also use the CSS Sub Menu Position Action (http://www.freewayactions.com/test/css-sub-menu-position/) to align the BAM to the left of the parent menu.
Regards,
Tim.

On 19 Apr 2013, at 18:28, Justin Easthall wrote:

Thanks Tim - the Action was not refreshing so I manually removed the old and added the new Cheers!!!
2 things the green BAM is collapsing?


Experienced Freeway designer for hire - http://www.freewayactions.com


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

Thank you!

GREAT - got the hight fixed and now works though that woube be nice to have it grow to fix content :wink:

K - never used the position sub menu - trying to get it to work but not much happening - do I apply to the BAM action or to the CSS menu div?


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

AWSOME - thanks sussed it -

Thanks again Tim really appreciated.

Hopefully this will play nice as a master item


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

Tim, could you add overflow:hidden to the parent container to clear floated children? I’ve not used this Action, but i just made a similar menu by hand recently.

Walter

On Apr 19, 2013, at 2:27 PM, Tim Plumb wrote:

Hi Justin,
Another nice looking site. The BAM needs to have a fixed or minimum height to stop it collapsing. Set the height in the inspector palette and it should show up again. You can also use the CSS Sub Menu Position Action (http://www.freewayactions.com/test/css-sub-menu-position/) to align the BAM to the left of the parent menu.
Regards,
Tim.

On 19 Apr 2013, at 18:28, Justin Easthall wrote:

Thanks Tim - the Action was not refreshing so I manually removed the old and added the new Cheers!!!
2 things the green BAM is collapsing?


Experienced Freeway designer for hire - http://www.freewayactions.com


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

Hi Justin,
It should be fine with the master page although if you hit any snags just let me know.
Regards,
Tim.

On 19 Apr 2013, at 20:03, Justin Easthall wrote:

AWSOME - thanks sussed it -

Thanks again Tim really appreciated.

Hopefully this will play nice as a master item


Experienced Freeway designer for hire - http://www.freewayactions.com


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

Great thank you


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

Hi Walter,
Yes, I was thinking about that before I sent my email to Justin. I’m trying to think if automatically adding this may interfere with an intended design somehow?
Regards,
Tim.

On 19 Apr 2013, at 20:14, Walter Lee Davis wrote:

Tim, could you add overflow:hidden to the parent container to clear floated children? I’ve not used this Action, but i just made a similar menu by hand recently.


Experienced Freeway designer for hire - http://www.freewayactions.com


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

Well, if the BAM container always wants to be larger than its children, then it shouldn’t cause any heartache. It would just be a problem in a layout like the original CSS Menus, where overflow hidden would cause the parent to clip its neighbors in the main menu bar.

Walter

On Apr 19, 2013, at 3:24 PM, Tim Plumb wrote:

Hi Walter,
Yes, I was thinking about that before I sent my email to Justin. I’m trying to think if automatically adding this may interfere with an intended design somehow?
Regards,
Tim.


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

Excellent. The feature is in. Thanks for the suggestion Walter.

The Action makes use of your excellent Style Accessors library for Freeway 6 and I was wondering is there is anything in there (or anywhere else for that matter) that could help with CSS inheritance issues. The problem is that a moved BAM menu will naturally inherit the styles from the new parent which can sometimes corrupt with the intended design and layout. I was thinking about adding a block of reset styles to each BAM in the hope of wiping out the inherited styles but I’m wondering if you can suggest anything?

Thanks in advance.
Tim.

FreewayStyle.com - Freeway templates and parts to download, use and explore - http://www.freewaystyle.com


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

Yes I noticed that - couldn’t figure why I couldn’t style the links in the BAM figured that was the case

That would be great if you could sort that!


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

Any style you set with setStyle() will be more important than the inherited styles, by virtue of it being set last. As long as you are not trying to override the CSS Menu styles, which are always written into the page head, you should be able to create override styles simply by setting styles with setStyle() in the SA library.

Walter

On Apr 19, 2013, at 3:41 PM, Tim Plumb wrote:

Excellent. The feature is in. Thanks for the suggestion Walter.

The Action makes use of your excellent Style Accessors library for Freeway 6 and I was wondering is there is anything in there (or anywhere else for that matter) that could help with CSS inheritance issues. The problem is that a moved BAM menu will naturally inherit the styles from the new parent which can sometimes corrupt with the intended design and layout. I was thinking about adding a block of reset styles to each BAM in the hope of wiping out the inherited styles but I’m wondering if you can suggest anything?

Thanks in advance.
Tim.

FreewayStyle.com - Freeway templates and parts to download, use and explore - http://www.freewaystyle.com


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 Walter. It is a bit of a can of worms at the moment as the BAM Action isn’t aware of what styles are in the main menu that could conflict with those in the BAM itself. I’ll take a look at adding a reset into the Action but that could mess up inherited styles that the user wants to action on the BAM.
Regards,
Tim.

FreewayActions.com - Freeware and commercial Actions for Freeway Express & Pro - http://www.freewayactions.com


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