[Pro] svBuilder

Hello, I’m very new in “website making”, I work with FW because I have a “quark/indesign” background. No knowledge of HTML, CSS.
I try to embed a “svBuilder” code and nothing happens.

Safari gives a “reference error” on the “jQuery”.

No luck with “Cu3ox” either.

Thanks for your help.
Lode


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

Have you uploaded the SimpleViewer package to your hosting set up? It’s trying to call the “simpleviewer.js” file and you’ll have to make sure it can connect to it along that path.

OR you could edit the path to:

http://pastie.org/1512475

then use the Upload stuff action found here:

http://actionsforge.com/actions/view/45-upload-extra-resources

to attach the “simpleviewer.js” file into your Resources folder and then when you upload your site, it should connect since you changed the location of the file.


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

Well, the snippet doesn’t show here on the board.

So here is where you are at:

<!--START SIMPLEVIEWER EMBED.-->
<script type=”text/javascript” src=”svcore/js/simpleviewer.js”></script>
<script type=”text/javascript”> jQuery(document).ready(function () { SV.simpleviewer.load(“sv-container”, “100%”, “100%”, “222222”, true ); }); </script>
<div id=”sv-container”></div>
<!-- END SIMPLEVIEWER EMBED -->

and you would change it to:

<!--START SIMPLEVIEWER EMBED.-->
<script type=”text/javascript” src=”Resources/simpleviewer.js”></script>
<script type=”text/javascript”> jQuery(document).ready(function () { SV.simpleviewer.load(“sv-container”, “100%”, “100%”, “222222”, true ); }); </script>
<div id=”sv-container”></div>
<!-- END SIMPLEVIEWER EMBED -->

(Waltd, Pastie didn’t work.)


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

Fixed. Pastie apparently changed their API from all numbers as the
last segment of the URI to [numbers].js.

Walter

On Jan 30, 2011, at 2:01 PM, Dan J wrote:

Well, the snippet doesn’t show here on the board.

So here is where you are at:

<!--START SIMPLEVIEWER EMBED.-->
<script type=”text/javascript” src=”svcore/js/simpleviewer.js”></ 
script>
<script type=”text/javascript”> jQuery(document).ready(function ()  
{ SV.simpleviewer.load(“sv-container”, “100%”, “100%”, “222222”,  
true ); }); </script>
<div id=”sv-container”></div>
<!-- END SIMPLEVIEWER EMBED -->

and you would change it to:

<!--START SIMPLEVIEWER EMBED.-->
<script type=”text/javascript” src=”Resources/simpleviewer.js”></ 
script>
<script type=”text/javascript”> jQuery(document).ready(function ()  
{ SV.simpleviewer.load(“sv-container”, “100%”, “100%”, “222222”,  
true ); }); </script>
<div id=”sv-container”></div>
<!-- END SIMPLEVIEWER EMBED -->

(Waltd, Pastie didn’t work.)


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, thanks for the info.
I can’t make it “work”. I will dig deeper to it later. I was just trying out different “slideshow apps” as “Showcase” is a little limited. Would you recommend an alternative for “Showcase” (no HTML, etc. involved)?

(Have you uploaded the SimpleViewer package to your hosting set up? ???)

Lode


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

(Have you uploaded the SimpleViewer package to your hosting set up? ???)

Well how do you plan to load the SimpleViewer package when you haven’t uploaded the folder containing your gallery items and what not? If you don’t upload the package then you’re trying to load nothing in that call to the “simpleviewer.js” file.

I’ve never used SimpleViewer but it looks like there is some uploading involved first that has to occur (gallery items, etc) before it works.


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