Fixed!? Gallery pagination of thumbnails
ChancyRat
Registered Users Posts: 2,141 Major grins
Yay it appears the little rectangle thingy that overlaid the new format for pagination, has been debugged.
:clap
:clap
0
Comments
need to hire some 10 year old to redesign it for them.
My Website index | My Blog
There is just no excuse for these bugs after so many months.
When you start working on your site and moving and rearranging pictures etc. the workflow is just torture.
The page forward / backward arrows should be on each side of the pagination, not up high.
I'm so sick of having to drag every picture I upload from the bottom of the gallery because you can't assign where uploaded pictures go in manual sort.
Here is a standard way you see pagination on any forum... (even this one!)
Cheers,
See pict below.
Jerome
Also login page is fully loaded with Name and Password for the first time!
Firefox ver. 26.
Cheers,
Log in did bring up my browser PW and entered the username and PW.
So it sensed it as a log in page.
My Website index | My Blog
This is what I see now.
My Website index | My Blog
Found this code I forgot I had used which explanes the difference...
/* Adjust position of SmugMug-Style Gallery pagination drop-down button */
.sm-gallery-tiles-pagination-total{
padding-left:20px
}
/* Visually re-center the SmugMug-Style Gallery pagination block */
.sm-gallery-tiles-pagination{
padding-right:25px
}
/* Hide the useless down-arrow next to the SmugMug-Style Gallery pagination digits */
.sm-gallery-smugmug .sm-fonticon.sm-fonticon-small.sm-fonticon-AngleBracketDown {
display:none;
}
That code works fine for me!
Jerome.
I'm using you're improved version, but it didn't work at first.
Your post is missing the " } " after the third line in the first part.
Cheers,
/* BUG FIX PART A: Firefox Only - correct the SmugMug-Style Gallery pagination block (below the thumbnails) */
.sm-browser-firefox .sm-gallery-tiles-pagination-total{
padding-left: 20px
}
.sm-browser-firefox .sm-gallery-tiles-pagination{
padding-right: 25px
}
.sm-browser-firefox .sm-gallery-smugmug .sm-fonticon.sm-fonticon-small.sm-fonticon-AngleBracketDown {
display: none!important
}
/* BUG FIX PART B: Centre and reduce spread of the SmugMug-Style Gallery image navigation block (below the main image) */
.sm-user-ui .sm-gallery-smugmug .sm-gallery-image-pagination {
margin-left: auto;
margin-right: auto;
width: 40%
}
.sm-user-ui .sm-gallery-smugmug .sm-button.sm-button-size-small.sm-button-skin-default.sm-button-nochrome {
padding-left: 5px;
padding-right: 5px
}
.sm-user-ui .sm-gallery-smugmug .sm-gallery-image-totals {
display: inline
}
They would match the forward and backward arrows under the picture.
Cheers,
I'll have a shufty at it. Back soon!
Thanks for posting all this. I have no idea what I am doing in the CSS. I read your stuff, copy, and paste into my sandbox new smugmug and see if it works. Some does, some doesn't. I am working in Firefox and have run up on a thumbnail pagination problem. If I am viewing in less than full screen, some galleries have multiple pages. If the pagination happens to be under a portrait oriented image, the images lies on top of the pagination info. What is the cure for this? I don't think anyone but heroes can see my sandbox. The sandbox page I was messing with is http://www.jimkendallphotography.com/New-Images/Florida-Birds/i-2MTfrHx
Any help is appreciated.
Thanks,
Jim