View Full Version : Help with Galleries link
AWMImages
Mar-28-2010, 08:33 AM
Need some help!
When I click on galleries in the navbar the url says
http://www.josiahlacellephoto.com/galleries, but it redirects to the frontpage. Any ideas why this is doing this and how to stop it?
Allen
Mar-28-2010, 08:37 AM
Need some help!
When I click on galleries in the navbar the url says
http://www.josiahlacellephoto.com/galleries, but it redirects to the frontpage. Any ideas why this is doing this and how to stop it? Remove the </script> at the end of this.
You can not use script tags in the javascript boxes. The form goes in an html box.
rightClickWarning = "Sorry, no right click here!"; <script type="text/javascript">var host = (("https:" == document.location.protocol) ? "https://secure." : "http://");document.write(unescape("%3Cscript src='" + host + "wufoo.com/scripts/embed/form.js' type='text/javascript'%3E%3C/script%3E"));</script>
<script type="text/javascript">
var z7x4a9 = new WufooForm();
...
Edit: actually you need to redo this box, another script tag in there.
jfriend
Mar-28-2010, 08:46 AM
Need some help!
When I click on galleries in the navbar the url says
http://www.josiahlacellephoto.com/galleries, but it redirects to the frontpage. Any ideas why this is doing this and how to stop it?
Move this from your bottom javascript to your custom footer. This is causing script errors which keeps the rest of your scripts from working:
<script type="text/javascript">var host = (("https:" == document.location.protocol) ? "https://secure." : "http://");document.write(unescape("%3Cscript src='" + host + "wufoo.com/scripts/embed/form.js' type='text/javascript'%3E%3C/script%3E"));</script>
<script type="text/javascript">
var z7x4a9 = new WufooForm();
z7x4a9.initialize({
'userName':'jlphoto',
'formHash':'z7x4a9',
'autoResize':true,
'height':'636'});
z7x4a9.display();
</script>
AWMImages
Mar-28-2010, 11:42 AM
Move this from your bottom javascript to your custom footer. This is causing script errors which keeps the rest of your scripts from working:
<script type="text/javascript">var host = (("https:" == document.location.protocol) ? "https://secure." : "http://");document.write(unescape("%3Cscript src='" + host + "wufoo.com/scripts/embed/form.js' type='text/javascript'%3E%3C/script%3E"));</script>
<script type="text/javascript">
var z7x4a9 = new WufooForm();
z7x4a9.initialize({
'userName':'jlphoto',
'formHash':'z7x4a9',
'autoResize':true,
'height':'636'});
z7x4a9.display();
</script>
Thanks!
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.