View Full Version : Need some Help !! PLease
gladys
Feb-02-2007, 11:27 AM
Wanted to add the nav bar and slide show, got the nav bar but have not fixed the likns yet, think I can get that , but the slide show :dunno can someone take a look and tell me what I need to do or try and fix it for me.
thanks
http://gladys9890.smugmug.com/
Barb
Feb-02-2007, 11:56 AM
Wanted to add the nav bar and slide show, got the nav bar but have not fixed the likns yet, think I can get that , but the slide show :dunno can someone take a look and tell me what I need to do or try and fix it for me.
thanks
http://gladys9890.smugmug.com/
Hi,
Welcome to DGrin :wave
Looks like you forgot one step: You need to install the javascript slideshow code into your javascript box (control panel - customize - javascript).
Copy and paste the code from post #2 here into your javascript:
http://www.dgrin.com/showthread.php?t=28348
gladys
Feb-02-2007, 12:07 PM
Hi,
Welcome to DGrin :wave
Looks like you forgot one step: You need to install the javascript slideshow code into your javascript box (control panel - customize - javascript).
Copy and paste the code from post #2 here into your javascript:
http://www.dgrin.com/showthread.php?t=28348
OK did that but still not working... also not sure what I did but can't get into any of my other galleries,
Andy
Feb-02-2007, 12:30 PM
OK did that but still not working... also not sure what I did but can't get into any of my other galleries,
Fixed your CSS a bit, better now?
gladys
Feb-02-2007, 01:05 PM
Fixed your CSS a bit, better now?
Thank you , :clap Now to see if I can get the rest of it going!!!!!!!:scratch
gladys
gladys
Feb-02-2007, 01:23 PM
Thank you , :clap Now to see if I can get the rest of it going!!!!!!!:scratch
gladys
Not sure what happen but have lost the gallery again!!!!!!!!:dunno
gladys
Barb
Feb-02-2007, 01:46 PM
Not sure what happen but have lost the gallery again!!!!!!!!:dunno
gladys
Hi :)
You had hidden them back into your control panel. There is a link on the upper right corner of the galleries box that says "show - hide." If you click "hide," you can find them in your control panel. Clicking "show" will show them on your home page again, logged in. I click on show for you.
dcyphert
Feb-13-2007, 07:17 AM
Hi :)
You had hidden them back into your control panel. There is a link on the upper right corner of the galleries box that says "show - hide." If you click "hide," you can find them in your control panel. Clicking "show" will show them on your home page again, logged in. I click on show for you.
Hi Barb,
I somehow lost the galleries view from my Nav bar, 'Galleries', the link never changed, http://propointmedia.smugmug.com/galleries/. This link now goes to the slideshow..labeled 'Portfolio' in the navbar. Can you tell what happened?:scratch Thank you.
Allen
Feb-13-2007, 07:31 AM
Hi Barb,
I somehow lost the galleries view from my Nav bar, 'Galleries', the link never changed, http://propointmedia.smugmug.com/galleries/. This link now goes to the slideshow..labeled 'Portfolio' in the navbar. Can you tell what happened?:scratch Thank you. You have the hompage link in the nav for the "portfolio" link, that's why it
returns to our homepage.
The footer script defines the "galleries" redirect.
if (hasPath("galleries")) .....
But hasPath is not defined in your js. I don't see this in your js.
function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}
Look at "The Galleries Page I" here (http://dgrin.smugmug.com/gallery/2160039).
I see you have eleven categories and with your current setup no way to get to them.
Barb
Feb-13-2007, 07:50 AM
Hi Barb,
I somehow lost the galleries view from my Nav bar, 'Galleries', the link never changed, http://propointmedia.smugmug.com/galleries/. This link now goes to the slideshow..labeled 'Portfolio' in the navbar. Can you tell what happened?:scratch Thank you.
Hi,
Well Allen beat me to it, but while I was adding the correct javascript which was missing, he was telling you about it :) You should be okay now for your galleries link.
dcyphert
Feb-13-2007, 09:42 AM
You have the hompage link in the nav for the "portfolio" link, that's why it
returns to our homepage.
The footer script defines the "galleries" redirect.
if (hasPath("galleries")) .....
But hasPath is not defined in your js. I don't see this in your js.
function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}
Look at "The Galleries Page I" here (http://dgrin.smugmug.com/gallery/2160039).
I see you have eleven categories and with your current setup no way to get to them.
Allen,
Thanks for the advice....I had it working this morning..but I got to messing around in the code...here's my code in my footer for the navbar for that 'Portfolio' link...<li><a href="<A href="http://propointmedia.smugmug.com/gallery/2425708">Portfolio</a></li">http://propointmedia.smugmug.com/gallery/2425708">Portfolio</a></li>
I'm still getting an JS error in the browser's status bar..hmmm
I'm a little confused now...I need to go through those tutorials again I guess.:dunno
Allen
Feb-13-2007, 11:03 AM
Allen,
Thanks for the advice....I had it working this morning..but I got to messing around in the code...here's my code in my footer for the navbar for that 'Portfolio' link...<li><a href="<A href="http://propointmedia.smugmug.com/gallery/2425708">Portfolio</a></li">http://propointmedia.smugmug.com/gallery/2425708">Portfolio</a></li>
I'm still getting an JS error in the browser's status bar..hmmm
I'm a little confused now...I need to go through those tutorials again I guess.:dunno
Thinks ya need to change the red to the green.
'Portfolio' link...
<li><a href="<a href="http://propointmedia.smugmug.com/gallery/2425708">Portfolio
</a></li">http://propointmedia.smugmug.com/gallery/2425708">Portfolio</a></li>
<li><a href="http://propointmedia.smugmug.com/gallery/2425708">Portfolio</a></li>
dcyphert
Feb-13-2007, 01:23 PM
Thinks ya need to change the red to the green.
'Portfolio' link...
<li><a href="<a href="http://propointmedia.smugmug.com/gallery/2425708">Portfolio
</a></li">http://propointmedia.smugmug.com/gallery/2425708">Portfolio</a></li>
<li><a href="http://propointmedia.smugmug.com/gallery/2425708">Portfolio</a></li>
Yeah, I realized that after my post...I did change it to what's in green, which is what I have as the gallery that feeds the slideshow at http://propointmedia.smugmug.com/ aka 'Portfolio'. Which is OK...my 'Gallery' link now is correct too.
Even though the page loads correctly (visually), there is still the error in the status bar, says error in Line 75, Char 14, 'Object Expected'. From what I can tell I followed the Slideshow tutorial correctly...I don't know where this error is coming from.
Barb
Feb-13-2007, 01:26 PM
Yeah, I realized that after my post...I did change it to what's in green, which is what I have as the gallery that feeds the slideshow at http://propointmedia.smugmug.com/ aka 'Portfolio'. Which is OK...my 'Gallery' link now is correct too.
Even though the page loads correctly (visually), there is still the error in the status bar, says error in Line 75, Char 14, 'Object Expected'. From what I can tell I followed the Slideshow tutorial correctly...I don't know where this error is coming from.
Hi Dave,
I think this is causing your script error (in your body tag):
<body onload="doOnLoad();OnLoadHandler();">
I'm not sure what functions, if any, those are calling.
dcyphert
Feb-13-2007, 01:47 PM
Hi Dave,
I think this is causing your script error (in your body tag):
<body onload="doOnLoad();OnLoadHandler();">
I'm not sure what functions, if any, those are calling.
:bow Thank You...that fixed it...that error must have always been.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.