Category page layout
designbygaia
Registered Users Posts: 14 Big grins
[url]Http://www.designbygaia.com[/url]
Hi folks
I have my homepage set to display my bio, and when I make a sitable one, my picture. I have a navbar link in the upper right of the page which links to 'galleries. This link actually takes you to a category page which is.
[url]Http://www.designbygaia.com/gaian[/url]
All this works just fine except for this. I so far have five galleries with their thumbnails listed here but they all appear in one long list down the page so users have to sroll down to see them all. How do I force them to appear on this page in a grid pattern first before they force the browser to disply its scroll bars etc. really bugging me. I know tis can be done as i've seen other site which work this way, or at least they sure look like they are structured/coded the same way.
Thanks
Hi folks
I have my homepage set to display my bio, and when I make a sitable one, my picture. I have a navbar link in the upper right of the page which links to 'galleries. This link actually takes you to a category page which is.
[url]Http://www.designbygaia.com/gaian[/url]
All this works just fine except for this. I so far have five galleries with their thumbnails listed here but they all appear in one long list down the page so users have to sroll down to see them all. How do I force them to appear on this page in a grid pattern first before they force the browser to disply its scroll bars etc. really bugging me. I know tis can be done as i've seen other site which work this way, or at least they sure look like they are structured/coded the same way.
Thanks
0
Comments
You just need to add one more gallery. We display galleries in two rows if you have 6 or more galleries in a category.
Hope this helps.
SmugMug Support Hero
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
Thanks awfully in advance
See help page at http://help.smugmug.com/customer/portal/articles/93317-arrange-galleries-on-your-homepage.
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
Sorry to be a pain. I have the links working but don't know two things. the gallery I end up with has no images in it and thus has a dialog that says I need some? how do I get rid of that? also allthough my links work and I have a border for the thubnamil, which also works a sa link I have been unable to figure out the correct url to use to get the picture according to the tutorial it is something like this
however, when I put in the gallery ID instead of the xxxxxxxx_xxxxx and replace the -th.jpg with an image filename eg (2081crop.jpg) that doesn't work. How do I figure out the correct URL to use?
Thanks
david
Add this to your CSS. Insert gallery number without the security key. XXXXXXXXX_xxxxxxx
.gallery_XXXXXXXXX .notLoggedIn .emptyGallery {display:none;}
(See yellow gallery number in example link below.)
Best to choose photos on your site. You can add them to this gallery for linking and hide the photos
with CSS. That tutor has CSS for doing that.
Here's a typical example of a browser url link when you go to a photo in a gallery.
Photo number and key in red
http://www.designbygaia.com/Gaian/Animals/20953769_m2vhZN#!i=1664665524&k=PFmPHMn
Insert that into this in the html.
<img src="/photos/1664665524_PFmPHMn-Th.jpg" bo....
You can also use "Share" > "get a link" to retrieve the photo link and paste that in.
My Website index | My Blog
David