question regarding image hierarchy
pix
Registered Users Posts: 41 Big grins
Hello all, I don't think what I'm wanting to do is possible, but I thought I'd throw this out there on St. Paddy's day and hope to get lucky!:D
Our site is www.pixellight.com. The menu shows titles 'commercial', 'fine art', 'design', and 'web', etc. Commercial and Fine Art represent two separate areas of photography. What we would like to do is replace the two in the nav bar with just 'photography', so we have 'photography', 'design', and 'web' in the nav bar.
Problem is our current hierarchy system. Currently, 'commercial' and 'fine art' are set as categories. Commercial then has galleries only under it, whereas Fine Art has sub-categories and galleries under it. If I was to create a category of 'Photography' so we could only have photography in the nav bar, that would then mean 'commercial' and 'fine art' become sub-cats, and I would then lose the ability to have sub-cats in 'fine art' like we currently have set up.
I hope this makes sense. I guess the question is at the end of it all - "is it possible to have 4 levels of hierarchy? Something like category, sub-category, gallery, sub-gallery?
Really appreciate any suggestions/advice you all might have. Thanks!
Our site is www.pixellight.com. The menu shows titles 'commercial', 'fine art', 'design', and 'web', etc. Commercial and Fine Art represent two separate areas of photography. What we would like to do is replace the two in the nav bar with just 'photography', so we have 'photography', 'design', and 'web' in the nav bar.
Problem is our current hierarchy system. Currently, 'commercial' and 'fine art' are set as categories. Commercial then has galleries only under it, whereas Fine Art has sub-categories and galleries under it. If I was to create a category of 'Photography' so we could only have photography in the nav bar, that would then mean 'commercial' and 'fine art' become sub-cats, and I would then lose the ability to have sub-cats in 'fine art' like we currently have set up.
I hope this makes sense. I guess the question is at the end of it all - "is it possible to have 4 levels of hierarchy? Something like category, sub-category, gallery, sub-gallery?
Really appreciate any suggestions/advice you all might have. Thanks!
0
Comments
Here's a tutorial for a text only page. Instead of just the text, you can embed some img tags in it also. You then link your "photography" item in the navbar to this.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
http://allen-steve.smugmug.com/gallery/3539056
My Website index | My Blog
Great idea, thanks!
Also a great option, thanks Allen!
sorry... never mind, I worked it out!
Allen, this is undoubtedly a stupid question, but how do I get the image thumbnail links?
Also in the browser url the photo number and key will appear after a # sign.
Example
http://www.pixellight.com/Commercial/Products/11059029_k3Ejt#774104163_socDh
<img src="/photos/774104163_socDh-Th.jpg" border="2" height="150" width="150">
Put in the size you want. -S -M etc.
Change the height and width to match.
My Website index | My Blog
http://www.pixellight.com/Photography/Galleries/16230820_pptLW
Also you'll see the gradient grey background that I tried to steal from our 'about us' page. Do I have to do something in the CSS to get it to fill the entire width of the gallery (like it does in the 'about us' page)?
Lastly is the three images - I'd like to have 250x250 thumbnails, so instead of taking the thumbnail links from the 'share' links, I used the 'small' links, but the thumbnails look compressed. Any suggestions? Also with the links, the Stock Collection and Signature Collection links aren't working. These are both Sub-Categories, will they not work because of this (does this only work with Categories and Galleries like your example shows)?
Thank you so much for your help!
.gallery_16230820 #journal {width: 1050px;}
As for the images themselves, you've taken images that are 400x278 and told the browser to display them as 250x250. The only way to do that is to compress them and to do so unevenly. You get the best image quality if you do not ask the browser to compress them either by specifying the exactly accurate height and width (matches the image precisely) or by leaving off the height and width attributes so that the browser just displays whatever native size the image is.
To get images that are 250px wide, you can use custom size URLs. For example, for the commericial image, you would use a URL like this:
<img border="2" src="/photos/1024765603_zgeyf-250x250.jpg">
Notice, there is no height and width specified (so the browser just uses what the actual image size is) and we've asked for a custom size of 250x250. Smugmug will look at the shape of the original image and give us an image with a max dimension of 250px and the other dimension will be proportional to the aspect ratio of the image.
To make this work perfectly for all three images, all three images need to be exactly the same aspect ratio (which yours are not right now).
The other alternative is to prepare the images to the exactly size you want outside of Smugmug, upload to Smugmug to an unlisted gallery that permits the display of original size images and then link to the original size. That way, you control the entire production of the image and nobody (Smugmug or browser) is doing any scaling for you.
Here's what I get after removing the height and width attributes and using the 250x250 custom size URL (note how the commercial image is a different aspect ratio - something you need to fix):
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Last question - the Stock Collection and Signature Collection links aren't working. These are both Sub-Categories, will they not work because of this? Any ideas?
In this case, the links you want are:
/Fine-Art/Signature-Collection
/Fine-Art/Stock-Collection
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
I've done this but the links are still going to the homepage?
<td><a href="/Fine-Art/Stock-Collection">Stock Collection</a></td>
<td><a href="/Fine-Art/Signature-Collection">Signature Collection</a></td>
never mind - just realized I'm putting this in wrong place!
http://pixellight.smugmug.com/Photography/Galleries/16230820_pptLW.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
I believe I have Hide Owner set to 'No' for all of our galleries, but this new gallery I just created is the only one showing smugmug in the url?
http://pixellight.smugmug.com/Photography/Galleries/16230820_pptLW
http://www.pixellight.com/Fine-Art/Stock-Collection/LandscapeStock/11060847_fQiqv#774244818_ryEu5
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
http://www.smugmug.com/help/professional-accounts
If you're having problems with setting this up, you can email us Heroes:
http://www.smugmug.com/help/emailreal
Sebastian
SmugMug Support Hero