So the support guys at CoffeeCup said they wouldn't help me because I'm trying to put something into the HTML box that they didn't create.
I purchased Removed Name of Competitor Software... because they said it was easy to use and requires no coding.
Basically you set up your album, choose your skins and parameters, click the Javascript option, and it spits out the code.
I then took that code and dropped it into the HTML box on VSD...and nothing. I don't understand coding, which is one of the reasons I use CoffeeCup.
Can anyone please tell me what's going wrong? The guys at CoffeeCup are blaming the code and the guys at Removed Name of Competitor Software... are blaming Coffeecup, which means no one will help me.
This is an example of the code that I'm pasting into VSD;'s HTML box.
<div id="SimpleFadeJS1333659618043" style="width:800px;height:600px;"></div>
<script type="text/javascript" src="SimpleFade.js"></script>
<script type="text/javascript">
(function() {
var err;
try{
$.slideshowBoxEmbedCanvas.init({
appendToID:"SimpleFadeJS1333659618043",
domainKeys:"",
source:"source.xml",
audioFile:"",
audioFileAlt:"",
audioPlayerIcon:"speaker",
audioPlayerColor:"#FFFFFF",
loopAudio:true,
audioPlayMode:"synchronizeWithSlideshow",
audioPlayerOn:"",
audioPlayerOff:"",
fontName:"",
fontSize:11,
bold:false,
italic:false,
textTopOffset:0,
width:800,
height:600,
autoSlideShow:true,
slideShowSpeed:6,
backgroundVisible:false,
backgroundColor:"#1C1C1C",
backgroundImage:"",
scaleBackground:true,
loadOriginalImages:false,
autoHideControls:true,
controlsHideSpeed:2,
controlBarAlpha:0.8,
controlBarPrimaryColor:"#333333",
controlBarSecondaryColor:"#FFFFFF",
navigationControls:true,
slideShowControls:true,
fullScreenButton:true,
showImageIndex:true,
showImageInfos:true,
scaleMode:"scaleCrop",
preloaderPosition:"centered"
});
}catch(err){}
})();
</script>
I purchased Removed Name of Competitor Software... because they said it was easy to use and requires no coding.
Basically you set up your album, choose your skins and parameters, click the Javascript option, and it spits out the code.
I then took that code and dropped it into the HTML box on VSD...and nothing. I don't understand coding, which is one of the reasons I use CoffeeCup.
Can anyone please tell me what's going wrong? The guys at CoffeeCup are blaming the code and the guys at Removed Name of Competitor Software... are blaming Coffeecup, which means no one will help me.
This is an example of the code that I'm pasting into VSD;'s HTML box.
<div id="SimpleFadeJS1333659618043" style="width:800px;height:600px;"></div>
<script type="text/javascript" src="SimpleFade.js"></script>
<script type="text/javascript">
(function() {
var err;
try{
$.slideshowBoxEmbedCanvas.init({
appendToID:"SimpleFadeJS1333659618043",
domainKeys:"",
source:"source.xml",
audioFile:"",
audioFileAlt:"",
audioPlayerIcon:"speaker",
audioPlayerColor:"#FFFFFF",
loopAudio:true,
audioPlayMode:"synchronizeWithSlideshow",
audioPlayerOn:"",
audioPlayerOff:"",
fontName:"",
fontSize:11,
bold:false,
italic:false,
textTopOffset:0,
width:800,
height:600,
autoSlideShow:true,
slideShowSpeed:6,
backgroundVisible:false,
backgroundColor:"#1C1C1C",
backgroundImage:"",
scaleBackground:true,
loadOriginalImages:false,
autoHideControls:true,
controlsHideSpeed:2,
controlBarAlpha:0.8,
controlBarPrimaryColor:"#333333",
controlBarSecondaryColor:"#FFFFFF",
navigationControls:true,
slideShowControls:true,
fullScreenButton:true,
showImageIndex:true,
showImageInfos:true,
scaleMode:"scaleCrop",
preloaderPosition:"centered"
});
}catch(err){}
})();
</script>
Can you tell me why you purchased the other software over Photo Gallery? Photo Gallery does the same thing you are saying this software does...
"An Apple doth not fall far from its tree, yet an orange does."
https://lbwebsitedesign.com - Responsive Web Design & Web Hosting Services.
http://helpsite.sirage.com - HTML5, CSS3 and CC Help Video Blog.
https://lbwebsitedesign.com - Responsive Web Design & Web Hosting Services.
http://helpsite.sirage.com - HTML5, CSS3 and CC Help Video Blog.
Photo Gallery is flash. Flash is pretty useless.
Do you know why I can't just take the code listed and drop it into VSD's HTML box?
What am I missing?
What am I missing?
Link please.

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Nothing is declared on that page. Script handlers that have to be placed in the Head section of the HTML Tool in VSD.
"An Apple doth not fall far from its tree, yet an orange does."
https://lbwebsitedesign.com - Responsive Web Design & Web Hosting Services.
http://helpsite.sirage.com - HTML5, CSS3 and CC Help Video Blog.
https://lbwebsitedesign.com - Responsive Web Design & Web Hosting Services.
http://helpsite.sirage.com - HTML5, CSS3 and CC Help Video Blog.
So...what does that mean?
I just want it to work. What do I need to put in VSD's HTML box so that the code shows up on the page? Usually I just copy a code, drop it in, and it works. For some reason this time it isn't.
I just want it to work. What do I need to put in VSD's HTML box so that the code shows up on the page? Usually I just copy a code, drop it in, and it works. For some reason this time it isn't.

Even if you just have a guess or anything. I'll try it.
<script src="SimpleFade.js" type="text/javascript">
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /SimpleFade.js was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
</script>
Seems your .js file has not been uploaded?
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /SimpleFade.js was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
</script>
Seems your .js file has not been uploaded?
"An Apple doth not fall far from its tree, yet an orange does."
https://lbwebsitedesign.com - Responsive Web Design & Web Hosting Services.
http://helpsite.sirage.com - HTML5, CSS3 and CC Help Video Blog.
https://lbwebsitedesign.com - Responsive Web Design & Web Hosting Services.
http://helpsite.sirage.com - HTML5, CSS3 and CC Help Video Blog.
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.