May 22, 2013

Automatic Popover Modal Window in Rapidweaver

Modal PopoverA recent request from an RW User prompted this video tutorial on now to get an automatic popover with a newsletter form in a Rapidweaver created web site. Here is one way to do it in two versions. One that pops on every visit to the page or only the first time as a cookie is set.

All the files are included for this cast as well as the Rapidweaver project file.

RW4 Version:
Download the Files

RW5 Version: (added March 16, 2011)
Download the Files

Please Login or Register with SupportCasts to view the rest of this content.

Quick Tip #2 – More Picassa and RapidWeaver

As part of our quick tip series, here you will find a method following on from our simple Picassa slideshow embed and using a lightbox effect (FlowBox)
Enjoy

RW061 – CSS Gallery polaroid and FancyBox

We mentioned it in the previous screecast but now you can see what happens when we add a FancyBox lightbox effect on top of the Polaroid Gallery.

This is a simple integation method for only one RapidWeaver page where the gallery is shown but it si relatively straightforward to re-apply to additional pages when required.

Enjoy the show.

Please Login or Register with SupportCasts to view the rest of this content.

Stacks RW Blog & FlowBox

Free Show: Following a post in the forum, there was some confusion as to how we make these cool effects apply in addition RapidWeaver pages.

So this very short video should help clear this up by showing you how to add a RW Blog page  into Stacks , add the FlowBox stack and some Pluskit magic which has been covered here before ;)

I have already applied a Stacks page with no stacks and a Blog Page , in the Blog Page I have made a link to a movie file , so lets get weaving and last of all enjoy the show

If you have other stacks, the pluskit import still applies .

RW051 – Pluskit, Payloom & mp3 Stacks

members show: in this short screencast I show you some of the the pluskit magic you may have seen during the screencasts on mp3 and Flowplayer stacks and how to get these inside and played with the PayLoom pages. Really nice to have audio or video playing especially if you are following the ‘How to build a digital download store’ screencast too

Please Login or Register with SupportCasts to view the rest of this content.

Thanks to Sean for suggesting this as we were getting to the end of lengthy email exchanges :)

Shadowbox Take 2 – screencast and demo

Shadowbox Take 2 – screencast and demo (approx 13minutes)
page9-shadowbox2.png

ShadowBox – advanced integration
Developers Site: http://mjijackson.com/shadowbox/ (no relation to the singer :) )

So what ?
This readme covers the hard coded integration for ShadowBox and to have this available in all your pages, if you require :)
Here you can see the demo page with the finished result. This also works with Blocks, Accordion and Carousel (well partially :( ) and even Pluskit import.. how cool is that!

Integrating to RapidWeaver!
After my first try, I though I needed to do something a bit more integrated so it is used on all pages (thanks to seemore for the hint). just to recap some basics, shadowbox will use the Mootools 1.11 framework which should keep things tidy with all the other Mootools related plugins that are produced by YourHead.

I will walk though all this in the screencast …. so please watch (feel free to pause at any time) read through compare notes and what is actually happening on the screencast and then finally you can use this in your Theme of choice :)

First of all
- Duplicate your Theme (Ctrl- Click Duplicate) and give it a name

- download(see below download files in the comments) the files that we are going to add in the Theme contents , add all the files (except the readme) from the Shadowbox folder into the duplicated Theme contents, this includes the javascript, the images and Jeroens FLV player.
Open the Themes.plist in your text editor (I’m using Textmate)
Things to add to the Theme.plist see image below
        loading.gif
        overlay-85.png
        mootools.js
        shadowbox-mootools.js
        shadowbox.js
        shadowbox.css
        flvplayer.swf
Figure 1.
page9-shadowplist.jpg

Add the javascript Header information following RapidWeaver conventions. This includes the relevant information for your pages to find the mootools, shadowbox javascript and shadowbox css. In addition it also initialises the shadowbox with extra path information to find the images and flvplayer as you can see below.

    <script type=“text/javascript” src=“%pathto(mootools.js)%”>script>
    <script type=“text/javascript” src=“%pathto(shadowbox-mootools.js)%”>script>
    <script type=“text/javascript” src=“%pathto(shadowbox.js)%”>script>
    <script type=“text/javascript”>
                    window.addEvent(‘domready’,function(){
            var options = {
                loadingImage:‘%pathto(loading.gif)%’,
                flvPlayer:‘%pathto(flvplayer.swf)%’,
                overlayBgImage:‘%pathto(overlay-85.png)%’,
            };

            window.addEvent(Shadowbox.init(options));
                    });
    script>

Screenshot of what it should look like
figure 2.

page9-shadowjscript.jpg

Add the following to find the shadowbox css
rel=“stylesheet” type=“text/css” media=“screen” href=“%pathto(shadowbox.css)%”  />

Screenshot again
Figure 3.
page9-shadowcss.jpg

-Install the snippets I have created first of all from the download pack
Create a new project or Test Page
- Add the ShadowBox JS Header to the Header Section in the Page Inspector

Looks like we are good to go so lets add a page to our ShadowBox modified Theme and see if it works.
As a note this will work in preview mode and export also.

To call a Shadowbox (without going into too much detail) just add shadowbox to the rel tag. You can see more at the developers site :)

Some examples… it is worth noting you can change the default size at initialisation. Web page content goes full size :)
Figure 4.
page9-sh1.jpg

Change size of Shadowbox, using a FLV asset
Figure 5.
page9-sh2.jpg

Mediabox Integration with RapidWeaver pages

Mediabox Integration with RapidWeaver pages
page9-mediaboxposter.png
Another cool videobox plug in using Mootools framework to play back video content, Mediabox also supports web content too. This is what I use on the site here :)
To accompany the RW forum article here

Sandvox using Facebox image overlay

A promo screencast from SupportCasts.com covering usage and how to integrate Facebox(a lightbox paying homage to FaceBook image styles)  overlay with SandVox web design application. You will need the accompanying Show Notes which area available here