View Full Version : Getting close but still need some help ????
gladys
Feb-02-2007, 06:10 PM
Things I would like to have but don't know how to get it...
I have been looking and reading for the last 2 hrs and can't find what I need to know to do it..
Need a drop down on the galleries nav bar for 5 galleries
and how do I link the different galleries.
would like to add 'client' on the nav bar and "contact me" have it go to
my email amd remove the "Email me " above the nav bar..
How to Set up guest book
Still can't get the slide show on the home page to work, would someone like to go in and see if they can fix it..
gladys
Feb-02-2007, 06:34 PM
Things I would like to have but don't know how to get it...
I have been looking and reading for the last 2 hrs and can't find what I need to know to do it..
Need a drop down on the galleries nav bar for 5 galleries
and how do I link the different galleries.
would like to add 'client' on the nav bar and "contact me" have it go to
my email amd remove the "Email me " above the nav bar..
How to Set up guest book
Still can't get the slide show on the home page to work, would someone like to go in and see if they can fix it..
thinking now just leave all the galleries on one "No Dropdown", so now the question is how to get that done.
thanks to anyone that can help,
Allen
Feb-02-2007, 06:54 PM
Things I would like to have but don't know how to get it...
I have been looking and reading for the last 2 hrs and can't find what I need to know to do it..
Need a drop down on the galleries nav bar for 5 galleries
and how do I link the different galleries.
would like to add 'client' on the nav bar and "contact me" have it go to
my email amd remove the "Email me " above the nav bar..
How to Set up guest book
Still can't get the slide show on the home page to work, would someone like to go in and see if they can fix it..
For the navbar you need to define the buttons you want.
This is what you have now.
Home
About Me
Galleries
Information
Guestbook
You want something like this?
Home
About Me
Galleries
....... gallery 1
....... gallery 2
....... gallery 3
....... gallery 4
....... gallery 5
Clients
Information
Guestbook
Contact Me
Gallery links like this
<li><a href="/">Home</a></li>
< li><a href="/gallery/753745">Guestbook< /a>< /li>
To help fix your slideshow.
Change to this in your slideshow footer code.
slideshowUrl = "http://gladys9890.smugmug.com/gallery/2425245";
You missing all but the first few lines of the slideshow js. Paste the whole
text file in "as is" from the second message here (http://www.dgrin.com/showthread.php?t=28348). This goes in your js.
Hope this helps, holler back when you have your menu defined.
gladys
Feb-02-2007, 07:49 PM
For the navbar you need to define the buttons you want.
This is what you have now.
Home
About Me
Galleries
Information
Guestbook
You want something like this?
Home
About Me
Galleries
....... gallery 1
....... gallery 2
....... gallery 3
....... gallery 4
....... gallery 5
Clients
Information
Guestbook
Contact Me
Gallery links like this
<li><a href="/">Home</a></li>
< li><a href="/gallery/753745">Guestbook< /a>< /li>
To help fix your slideshow.
Change to this in your slideshow footer code.
slideshowUrl = "http://gladys9890.smugmug.com/gallery/2425245";
You missing all but the first few lines of the slideshow js. Paste the whole
text file in "as is" from the second message here (http://www.dgrin.com/showthread.php?t=28348). This goes in your js.
Hope this helps, holler back when you have your menu defined.
I guess I have got it so messed up can't get it to work.
I like the way Barb did http://starchers.smugmug.com/ if I could get it to look like that I would be happy !!!!!!!
I have a gallery named slideshow that I would like to use .
For the navbar you need to define the buttons you want.
This is what you have now.
Home
About Me
Galleries
Information
Guestbook
would like to add
Clients
Contact Me
and keep all the galleries under the one nav bar...
thank you for you help,
gladys
Allen
Feb-02-2007, 08:26 PM
I guess I have got it so messed up can't get it to work.
I like the way Barb did http://starchers.smugmug.com/ if I could get it to look like that I would be happy !!!!!!!
I have a gallery named slideshow that I would like to use .
For the navbar you need to define the buttons you want.
This is what you have now.
Home
About Me
Galleries
Information
Guestbook
would like to add
Clients
Contact Me
and keep all the galleries under the one nav bar...
thank you for you help,
gladys
Sounds like you just want seven items in nav and not dropdowns.
<div id="navcontainer">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/gallery/2425236">About Me</a></li>
<li><a href="/galleries">Galleries</a></li>
<li><a href="/gallery/2425238">Information</a></li>
<li><a href="/gallery/753745">Guestbook</a></li>
<li><a href="/category/clients">Clients</a></li>
<li><a href="mailto:gladys9890@aol.com">Contact Me</a></li>
</ul>
</div>
These are some of my thoughts and easy to do.
Create a virtual homepage called 'galleries'. Takes one piece of code just
above you slideshow code in footer. Then your real homepage will only
have a navbar and slideshow.
Put all client galleries under a category named "clients" and make them
private and/or passworded. This way they won't show on you virtual gallery
page.
navbar
galleries > will show all galleries or categories but not clients
client > will show all galleries for clients
This make any sense? Need to do one thing at time.
You still need to add the slideshow text to our footer, you only have the
first 13 lines of the text file now.
Holler back with any questions, don't
know if I'm on the right track.
gladys
Feb-02-2007, 08:47 PM
Sounds like you just want seven items in nav and not dropdowns.
<div id="navcontainer">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/gallery/2425236">About Me</a></li>
<li><a href="/galleries">Galleries</a></li>
<li><a href="/gallery/2425238">Information</a></li>
<li><a href="/gallery/753745">Guestbook</a></li>
<li><a href="/category/clients">Clients</a></li>
<li><a href="mailto:gladys9890@aol.com">Contact Me</a></li>
</ul>
</div>
These are some of my thoughts and easy to do.
Create a virtual homepage called 'galleries'. Takes one piece of code just
above you slideshow code in footer. Then your real homepage will only
have a navbar and slideshow.
Put all client galleries under a category named "clients" and make them
private and/or passworded. This way they won't show on you virtual gallery
page.
navbar
galleries > will show all galleries or categories but not clients
client > will show all galleries for clients
This make any sense? Need to do one thing at time.
You still need to add the slideshow text to our footer, you only have the
first 13 lines of the text file now.
Holler back with any questions, don't
know if I'm on the right track.
Yes that sounds good, how do I make a "virtual homepage"
on the slide show I copied &paste the file not sure where I am going wrong on that one.
gladys
gladys
Feb-02-2007, 08:50 PM
Yes that sounds good, how do I make a "virtual homepage"
on the slide show I copied &paste the file not sure where I am going wrong on that one.
gladys
One More- do I just copy and paste the code above and leave what is already there alone...
Allen
Feb-02-2007, 09:06 PM
Yes that sounds good, how do I make a "virtual homepage"
on the slide show I copied &paste the file not sure where I am going wrong on that one.
gladys On this page
http://dgrin.smugmug.com/gallery/2160039
go down to
The Galleries Page I, II, ....
It'll show you how to add the virtual gallery.
This is all you have in your footer, there's much more after it missing.
Go to this thread (http://www.dgrin.com/showthread.php?t=28348) message #2 and download slideshow v0.57. (http://www.dgrin.com/attachment.php?attachmentid=16240&d=1166112922)
Paste the whole text file in our footer "as is". Below is all ya got so far.
/*=========================*//*== SLIDE SHOW ==*/
/*== version 0.57 ==*/
/*== Updated 12 Dec 2006 ==*/
/*=========================*/
var SLIDE_SHOW = 0;
var RANDOM_PHOTO = 1;
var slideshowContainer;
var sSlide;
var sCaption;
var ssSlides;
var ssSlideTotal;
var ssSlideTimer;
var ssOldSlide;
gladys
Feb-02-2007, 09:07 PM
On this page
http://dgrin.smugmug.com/gallery/2160039
go down to
The Galleries Page I, II, ....
It'll show you how to add the virtual gallery.
This is all you have in your footer, there's much more after it missing.
Go to this thread (http://www.dgrin.com/showthread.php?t=28348) message #2 and download slideshow v0.57. (http://www.dgrin.com/attachment.php?attachmentid=16240&d=1166112922)
Paste the whole text file in our footer "as is". Below is all ya got so far.
/*=========================*//*== SLIDE SHOW ==*/
/*== version 0.57 ==*/
/*== Updated 12 Dec 2006 ==*/
/*=========================*/
var SLIDE_SHOW = 0;
var RANDOM_PHOTO = 1;
var slideshowContainer;
var sSlide;
var sCaption;
var ssSlides;
var ssSlideTotal;
var ssSlideTimer;
var ssOldSlide;
Going to work on it now.....
Allen
Feb-02-2007, 09:08 PM
One More- do I just copy and paste the code above and leave what is already there alone...
Replace what you have now. What you have now is what I used to edit.
gladys
Feb-02-2007, 09:51 PM
Replace what you have now. What you have now is what I used to edit.
Thank you so much.....:bow it is working, I just didn't see the rest of it...
just one more thing actually how do I change the color of the nav bars-and remove the email text above the information nav bar...
My only regret that is I didn't get over to this forum sooner, have been reading and looking at the site.. looks like a great place to be....
Allen
Feb-02-2007, 09:55 PM
Thank you so much.....:bow it is working, I just didn't see the rest of it...
just one more thing actually how do I change the color of the nav bars-and remove the email text above the information nav bar...
My only regret that is I didn't get over to this forum sooner, have been reading and looking at the site.. looks like a great place to be.... It looks great!:clap
Might want to remove the email div from your header code, it's now in your navbar.
I'll have a look at the colors.
Remove this
< div align="center">
<a href="mailto:gladys9890@aol.com">Email Me</a>
< /div>
gladys
Feb-02-2007, 10:05 PM
It looks great!:clap
Might want to remove the email div from your header code, it's now in your navbar.
I'll have a look at the colors.
Remove this
< div align="center">
<a href="mailto:gladys9890@aol.com">Email Me</a>
< /div>
Got it. I just need to write the about me and info. pages ... think I can get that OK but if not I know where to come... you have made my day:barb
thank you again.
gladys
Allen
Feb-02-2007, 10:13 PM
Got it. I just need to write the about me and info. pages ... think I can get that OK but if not I know where to come... you have made my day:barb
thank you again.
gladys
Add or modify these, remove red
#navcontainer ul li a {
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #000;
}
#navcontainer ul li a:hover {
color: #fff;
background-color: #666666;
}
#navcontainer ul li a:hover {
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}
gladys
Feb-02-2007, 10:41 PM
Add or modify these, remove red
#navcontainer ul li a {
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #000;
}
#navcontainer ul li a:hover {
color: #fff;
background-color: #666666;
}
#navcontainer ul li a:hover {
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}
Done:ivar I might learn this stuff one day!!!!!
thanks
gladys
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.