Protected galleries question
Montec
Registered Users Posts: 823 Major grins
I was wondering if this is possible;
I have a link on my navbar called CLIENTS that send my clients to a page with private galleries to view and purchase photos.
I have several clients that I would like grouped into one gallery but with separate galleries within that gallery for each client. Is this possible?
What I did was shoot about 30 families at a fundraiser, I want to have a single gallery icon in my Clients page for this shoot with individual galleries inside that within pw protected galleries. Make sense?
Thanks in advance
www.kootenayphotography.com
I have a link on my navbar called CLIENTS that send my clients to a page with private galleries to view and purchase photos.
I have several clients that I would like grouped into one gallery but with separate galleries within that gallery for each client. Is this possible?
What I did was shoot about 30 families at a fundraiser, I want to have a single gallery icon in my Clients page for this shoot with individual galleries inside that within pw protected galleries. Make sense?
Thanks in advance
www.kootenayphotography.com
Cheers,
Monte
Monte
0
Comments
Al
My Website index | My Blog
This Subcategory is named PAC PHOTOS.
I cannot create subcategories under a Subcategory for all the family galleries I want to add to the PAC PHOTOS subcategory.
Is this somehow possible?
www.kootenayphotography.com
Go here and click on the CLIENTS button to see what I mean, I want to put several galleries in the PAC subcategory. I cannot seem to figure this out.
Monte
Random thoughts. Two ways I can think of.
1. Add dropdown under Clients. Will be able to point to different categories.
Only need two levels this way. Make new categories for different client or
event that dropdowns link to.
2. Add journal page with links different clients or events. In journal entries
add thumbnail for each new category with link.
If you decide on the dropdown I can help there.
Either of these would require on-going edit to add new clients but to get
the levels you want (three) your PAC PHOTOS would need to be a category.
Al
My Website index | My Blog
I think the dropdown menu under Clients sounds good.
If you have some spare time to explain to me how to do this I would appreciate it imensely.
Monte
simple version of it.
Did a quicky on yours. You'll also need to add some CSS to surport the dropdowns.
Fire back with any questions,
Al
My Website index | My Blog
Monte
Got your CSS all worked out and about ready to put here and cable went out.:cry My grandson unplugged the amp.
You need the CSS to unscramble it.
Any way here it is. Replace the navcontainer CSS with this.
My Website index | My Blog
The CLIENTS button now takes up more space...
Monte
See message above #6
You replaced the CSS but not the header html.
Al
My Website index | My Blog
Thanks Al,
Seem to have it figured out.
A couple of minor things though...my menu boxes changed position, the HOME and CLIENTS box shifted to the right side of the navbar somehow.
And in FireFox the DD menu flys out to the left.
Is there fixes for these problems, no biggee if there isn't.
www.kootenayphotography.com
Thanks for your help this evening.
Monte
My Website index | My Blog
Al
Edit: changing to float right reverses the menu - see Red above
Also remove the extra text at the bottom of your CSS
My Website index | My Blog
Thanks again Al...Everything looks good in both browsers. The only thing I would like to see is the text in the DD menu be left justified, it looks a little odd the way it comes out.
I also need to leave the width of the navbar at 890px or it wraps.
Monte
#navcontainer ul li:hover ul li a {
display:block;
text-align:left;
background:#000000; /* DD FO non-hover */
color:#FFCC00; /* DD FO non-hover */
height:auto;
line-height:20px; /* DD FO box height */
padding:0px 0px;
width:146px /* DD FO box width */
}
My Website index | My Blog
Thanks very much!
Monte