PDA

View Full Version : All thumbs view


Michaelinitaly
Jun-18-2011, 10:54 AM
I have searched the posts and have found alot of questions as to how to customize all thumbs view, but nothing on how to add it. I saw a check box on http://janstewartphotography.smugmug.com/gallery/15603882_HfijT#1170016506_Xtmyb and would like to do the same thing. I have many sets that have 3 or 4 pages and many visitors never notice there are more pages.

Allen
Jun-18-2011, 10:59 AM
I have searched the posts and have found alot of questions as to how to customize all thumbs view, but nothing on how to add it. I saw a check box on http://janstewartphotography.smugmug.com/gallery/15603882_HfijT#1170016506_Xtmyb and would like to do the same thing. I have many sets that have 3 or 4 pages and many visitors never notice there are more pages.
Got a link to an all thumbs gallery?

Michaelinitaly
Jun-18-2011, 11:37 AM
no all my galleries have a set of images on the left and a large image to the right. You can's see it right now as I am having problems with my full screen slide show and the link to my galleries is not working. but I think you can see directly here http://www.michaelearley.info/Fav/My-favorites/16917615_Pq5VjM#1278543521_nrqMVzj

Allen
Jun-18-2011, 11:57 AM
no all my galleries have a set of images on the left and a large image to the right. You can's see it right now as I am having problems with my full screen slide show and the link to my galleries is not working. but I think you can see directly here http://www.michaelearley.info/Fav/My-favorites/16917615_Pq5VjM#1278543521_nrqMVzjI see this, so what is missing?

Show thumbnails in a single page

Did you remove those script tags from your bottom javascript?

...
eval(func...

<script>
if (hasPath("galleries"))
YD.addClass(document.body, "galleries");
</script>

Michaelinitaly
Jun-18-2011, 12:07 PM
I never had the option to have a check mark box or any other way for the user to choose to see all the thumbnail on a page. That is what I would like to have. I only have the navigation to the next page and page numbers.

The following script is on the bottom of the bottom javascript when I look at my code on the advanced customization page.
<script>
if (hasPath("galleries"))
YD.addClass(document.body, "galleries");
</script>


I would like the check mark as displayed on this page http://janstewartphotography.smugmug.com/gallery/15603882_HfijT#1170016506_Xtmyb

Allen
Jun-18-2011, 12:10 PM
I never had the option to have a check mark box or any other way for the user to choose to see all the thumbnail on a page. That is what I would like to have. I only have the navigation to the next page and page numbers.

The following script is on the bottom of the bottom javascript when I look at my code on the advanced customization page.
<script>
if (hasPath("galleries"))
YD.addClass(document.body, "galleries");
</script>


I would like the check mark as displayed on this page http://janstewartphotography.smugmug.com/gallery/15603882_HfijT#1170016506_Xtmyb
Read Smugmug warning on the customization page.

Bottom JavaScript (optional & advanced)

Most JavaScript should go here. We'll insert your JavaScript between <script> tags, so please don't type <script> or </script>.

Michaelinitaly
Jun-18-2011, 12:17 PM
Thanks, that gets the slide show back but does not get me my navigation back. I have already posted this problem on another post. I had mentioned that if I remove this code, the slideshow works, but not the link to the galleries.

Allen
Jun-18-2011, 12:24 PM
Thanks, that gets the slide show back but does not get me my navigation back. I have already posted this problem on another post. I had mentioned that if I remove this code, the slideshow works, but not the link to the galleries.
Perhaps you are missing some of the code? I only see the first line.

function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

If you see this in there remove it.

Code:

Michaelinitaly
Jun-18-2011, 12:36 PM
Awesome... that did it, back online... now back to the original question, how to add the code to have a option for the visitor to click a box or a link to a page with all thumbnails

jfriend
Jun-18-2011, 03:05 PM
Awesome... that did it, back online... now back to the original question, how to add the code to have a option for the visitor to click a box or a link to a page with all thumbnails

In gallery settings, pick the thumnails viewing style and you will get the thumbnails check box. It is not available in the smugmug view.

Michaelinitaly
Jun-19-2011, 09:27 AM
thanks a lot
micheal

mike99
Aug-13-2011, 05:57 PM
In gallery settings, pick the thumnails viewing style and you will get the thumbnails check box. It is not available in the smugmug view.


Is it possible for all the thumbs to display on one page in smugmug view? Especially in galleries where there are only a few more images and the user still needs to click next page.

Thanks.

mike99
Aug-13-2011, 06:16 PM
In gallery settings, pick the thumnails viewing style and you will get the thumbnails check box. It is not available in the smugmug view.

Is it possible for the Journal view to just scroll to the bottom of all the images instead of paginating? I haven't seen that in any of the customizations.