[Pro] Problem with Exhibeo Import Action

In Exhibeo once you have made your Slideshow
File >E xport to HTML
Give your file/folder a name and a destination (the Media Folder?)
In the folder that you just created using the Finder open the ExhibeoExport.html file - it should open in Safari or your Browser of choice.
Scroll down the page to find the instructions of what code you need to copy and to where.
1st lot of code should look like this

<!-- Note: This element must be the first element in the <head>. -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- /Note -->
<link rel="stylesheet" href="css/slide-styles.css" />
<script src="js/slide.js"></script>

Which should be copy/pasted into (in the FW doc on the page you are using it) Page> Html Markup in the After slot.
The next lot which should look like

<div id="exibid" class="xb-slide">
	<figure>
		<img src="image/1.jpg" />
		<figcaption>
			<h1>There when you need us</h1>
		</figcaption>
	</figure>
	<a class="hidden" href="image/1.jpg" title="There when you need us"></a>
	<a class="hidden" href="image/2.jpg" title="Care in your own home"></a>
	<a class="hidden" href="image/3.jpg" title="Escorted outings"></a>
	<a class="hidden" href="image/4.jpg" title="Help around your home"></a>
</div>
<script>
	window.exibidSlide = new Slide(document.getElementById("exibid"), {
		"animation": "glide", 
		"duration": 5, 
		"randomImages": false, 
		"sections": 10
	});
</script>

Copy this and then on your FW page create a Div (html container) where you want it to appear and click inside until you get a flashing cursor. Then Insert > Markup Item

In the dialogue box that opens paste the code that you copied. OK the dialogue box.

Now you need to get the following Folders onto your server css, image and js.

Use FTP for this ie Cyberduck, Transmit

These folders should be placed on the server at the same level as the page where the Slideshow will appear. (Unless you want to put them elsewhere and then have to change all the paths in the code you copied)

You will not be able to preview the page locally unless you also copy the css, image and js folders into your Site folder (on your Mac) but FW will not upload them for you automatically.

D


Exhibeo mailing list
email@hidden
Update your subscriptions at: