Topic: [SOLVED] simple viewer pro wordpress
I have followed (or try to...) our instruction to work with my version of svbuilder pro and wordpress by fllowing this answer, you gave on an other post..(sorry for english/french)
""You can follow this procedure.
(1) Create a gallery using svBuilder-Pro.
(2) Upload the complete gallery folder (not just the contents) to your web server using an FTP program such as Filezilla.
(3) Embed the gallery in your WordPress page or post using the baseURL method of embedding documented here.
It does not matter where on your web server you upload your gallery folder to as long as the two paths within the baseURL embedding code (the path to the 'simpleviewer.js' file and the baseURL itself) are correct."
but somethting is not working
i have download my gallery in this temporair adresse http://www. cktraiteur.com /wordpress/mygallery
(copy the link/ don't want it to be seen in google for the moment, I put some space between ww.. )
this the line I have copy in my page, in the text part (not the visual of course)
can you help ?
if I go on this page, it works http://www. cktraiteur.com /wordpress/mygallery/
but not this one (on the web site)
cktraiteur.com /wordpress/en-images/
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="http://www.cktraiteur.com/mygallery/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL = "http://www. cktraiteur.com/wordpress/mygallery/";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "222222", true, flashvars);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->