PDA

View Full Version : Help!


the
Feb-10-2009, 01:16 PM
Hey everyone,
This is my first post here. I am trying to create a navagation bar on my new site. I have followed the tutorial and everything works except my galleries page. How do I get it to go to all my galleries without having to create a link on my homepage nav tool for each one? Iam lost and frustrated. :cry Site throughhiseyes.smugmug.com. Thanks

denisegoldberg
Feb-10-2009, 01:28 PM
Hey everyone,
This is my first post here. I am trying to create a navagation bar on my new site. I have followed the tutorial and everything works except my galleries page. How do I get it to go to all my galleries without having to create a link on my homepage nav tool for each one? Iam lost and frustrated. :cry Site throughhiseyes.smugmug.com. Thanks
Your javascript to set up the separate galleries page is incorrect. Go back to the tutorial at http://dgrin.smugmug.com/gallery/2160039 and pick up the correct javascript from the section titled The Galleries Page I. The spelling needs to match exactly; use that to replace the javascript that you are currently using.

--- Denise

the
Feb-11-2009, 01:09 PM
Thanks for the help, I did that twice and it still will not pull up a gallery page when you click on gallery-it only shows the slideshow just like the homepage. The other links seem to work fine. Confused.

Your javascript to set up the separate galleries page is incorrect. Go back to the tutorial at http://dgrin.smugmug.com/gallery/2160039 and pick up the correct javascript from the section titled The Galleries Page I. The spelling needs to match exactly; use that to replace the javascript that you are currently using.

--- Denise

Allen
Feb-11-2009, 02:19 PM
Thanks for the help, I did that twice and it still will not pull up a gallery page when you click on gallery-it only shows the slideshow just like the homepage. The other links seem to work fine. Confused.
This in your footer javascript is causing javascript errors and your galleries
page is not working. Go back where you got it and paste it in again.

//fix the pesky pipes (http://www.dgrin.com/)YE.onAvailable("cobrand_footer",function(){this.innerHTML=this.innerHTML.replace(/\||what are feeds\?/gi,");});

(http://www.dgrin.com/)

the
Feb-11-2009, 05:16 PM
Thanks to everyone for your help. I just deleted everything and started over and now it works. Don't understand how I fixed it but yea!!!:clap Nice to know that yall are out there.
This in your footer javascript is causing javascript errors and your galleries
page is not working. Go back where you got it and paste it in again.

//fix the pesky pipesYE.onAvailable("cobrand_footer",function(){this.innerHTML=this.innerHTML.replace(/\||what are feeds\?/gi,");});

(http://www.dgrin.com/)