Slimbox Overlay

Is there a way to do the same in FW?

Thanks for ideas… ways to solve it…
T


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

Spawn New Window, in iPod mode, with the timed new window set to 0. (That’s off the top of my head, but it might work.

Walter

On Jun 14, 2012, at 9:30 AM, TomP wrote:

Is there a way to do the same in FW?

http://www.shirtprint.ch/

Thanks for ideas… ways to solve it…
T


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

Walt, thank you. It does’nt work. Pop Up Blockers wont allow it I guess. But maybe I missed it somehow. There is only a iPad mode and no no timer…


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

It’s a Page Action, and it’s called Timed Spawn New Window. Make your popup as a separate page in your site, then apply the Timed Spawn New Window Action to the page where you want the popup to appear. Set the iPad Friendly setting to on, and set the dimensions and location of the close button, and choose your popup page, and set the time to 0. This will definitely not trip a popup blocker, because it is not creating a new window, just an overlay DIV in the same page.

Walter

On Jun 19, 2012, at 9:58 AM, TomP wrote:

Walt, thank you. It does’nt work. Pop Up Blockers wont allow it I guess. But maybe I missed it somehow. There is only a iPad mode and no no timer…


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

Walt: it works PERFECT. Thank you!!!


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

Hi all,
the action is perfect for me too.
But… Is there a way to change the background color and transparency ? Maybe by CSS or extension ?
Here is the link to my page I don’t like :

Needs: #4C4C4C transparency 50%

Is it possible ?

A lot of thanks,
Roberto


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

The action uses a file called blanking-out.png

You can make your own and upload it to the Resources folder to replace the FW action generated one - however you would need to do this every time you uploaded the site.

Alternatively you could write a CSS rule to take over from the action generated one ie

<style type="text/css">
<!--
#snwItem {
background-image:url(Resources/myblanking-out.png !important
}
-->
</style>

And use an action like upload stuff to upload the alternate blanking-out.png to your resources folder.

This bit of code would be pasted into Page>HTML Markup in the Before section.

The caveat is if you have more than 1 SNW item on your page you would have to do it for each ie snwItem2, snwItem3 etc.

You can also modify the action code itself but this would affect all SNWs that you create with that action.

David


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

Hi David,
this sounds wanderfull!
Little job for me, great thanks for you.

Roberto


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