Gallery Page Numbers Problem
dennismullen
Registered Users Posts: 709 Major grins
The drop down list of gallery page numbers still covers up part of the total page number when over two digits.
There is also an unneeded down arrow to the right. I use Firefox.
Cheers,
There is also an unneeded down arrow to the right. I use Firefox.
Cheers,
See my gallery at http://www.dennismullen.com
0
Comments
and if a lot of pages have to mouse a long way.
... and those huge left and right chevrons for changing page are totally ridiculous and
take up way too much space to allow larger thumbs. I keep clicking in that huge space
and changing page by mistake.
My Website index | My Blog
Using FF and IE, I get an error, but slightly different on both browers. I get the next page arror '>' but I also on the bottom of the thumbnails, if there are more than one page, I also get a different style of down arrow.
Could someone help me with this error?
I can remove the pagination totally using this code:
.sm-gallery-tiles-pagination {
display: none;
}
but I dont want to remove it entirely, just want the error fixed
Derek
What did Cinderella say when she left the photo shop? "One day my prints will come."
Of course, if SM fixed the problem there would be no need to check how it looks in other browsers
Sorry about the late edits.
What did Cinderella say when she left the photo shop? "One day my prints will come."
Thank you beardedgit. I poached your CSS code for my site. I put it in the "Entire Site" CSS block. Looks great in FF23. Acceptable in IE10 and Chrome29 although there is an open gap where the FF puts that little square dropdown control. Haven't tried other browsers.
Jim Ringland
jtringl.smugmug.com
Yep, this looks really bad in Firefox...which is my primary browser. I also use Chrome, and in Chrome, the big ugly drop-down arrow doesn't appear. However, it still doesn't behave in a way I think it should, intuitively. I think I should be able to click the little chevron to get the list of pages, but clicking the small chevron does nothing. I actually have to click the list of page numbers to get the drop-down list to appear.
Everywhere else I'm supposed to click the chevrons to navigate. For example, I click the large chevrons to scroll to the next thumbnail page, or I click the photo-level chevrons to scroll to the next/prev photo. But here, clicking the little chevron doesn't navigate...seems inconsistent and not-very-user-friendly.
If anybody wants to poach any more bits of what I'm using, they can find them at http://beardedgit.smugmug.com/CustomCSS but bear in mind that I've only posted what works for me, my site and Firefox - on other setups, YMMV.
Thanks!
What did Cinderella say when she left the photo shop? "One day my prints will come."
I've seen examples where similar hacks are set up on a "per browser" basis, ie a different setting for each of the more common browsers. I stayed away from that and just stuck to a fix for FF, as I don't use the others. No doubt the experts on the Customization Forum could help with the code if you need it
Thanks!