Smugmug Gallery Page Button
RKnecht
Registered Users Posts: 366 Major grins
OK, so we lost the page numbers above the thumbs, but is there any way to replace the page selection arrow under the thumbs? It looks like something from the 80's. I love the way my site looks, but that arrow is terrible. I don't mind the drop down box with page numbers. I can't believe that's the best icon they could come up with.
0
Comments
My Website index | My Blog
Thanks,
Andy
Andy, I'm using the Smugmug style for thumbs. Here's a link to a page with the awful arrow:
http://www.richknechtphotography.com/Gallery-Index/DogAgility2013/Dog-Training-Club-of-Chester/Saturday-Colors-Levels-345/i-wN7HpHV
Every timeI look at it I want to sing that song..." which one of these things is not like the other....which one of these things just doesn't belong.....". IMO, it really ruins the whole new look.
www.richknechtphotography.com
Link:
http://www.richknechtphotography.com/Gallery-Index/DogAgility2013/Dauphin-Dog-Traing-Club-AKC/Saturday-Excellent-3/i-JrC5ZKW
OK, I was able to get rid of the page numbers "hiding" under that awful arrow. I used this code:
.sm-gallery-tiles-pagination-total {
display:none;
}
I also got rid of the second down arrow by using this code:
.sm-fonticon.sm-fonticon-small.sm-fonticon-AngleBracketDown {
display:none;
}
www.richknechtphotography.com
I think there is a feature request or bug report for that area of the screen, I think it's supposed to show the total number of pages. If you remove their CSS you can get it to look like the attached...
Andy
What CSS needs to be removed/ altered?
Oh, you seem really informed on the code end of things... any idea on how to replace those arrows?
Both sets pagination (next to thumbs) and image change-ination under thumbs?
What CSS has to be removed? I did not enter any CSS that has to do with the thumbnails, the digits dont hide the arrow, but my dropdown doesn't look as nice at the one you attached.
Here's a gallery (or rather - all photos of a certain keyword) with more than 9 pages:
http://einatix.smugmug.com/keyword/people
Ah, just some of their goofy formatting of that area, I did it temporarily via Firebug by un-checking various style rules that seem like they would apply to the problem at hand (margins, padding, widths, etc.). It actually looks great in IE10 on Win8 so anything we try to do would have to be browser-specific... IIRC, this has been submitted as a bug so maybe waiting for them to release a bit more universal HTML/CSS would be the best course of action (inaction, technically).
Thanks, but they are using more advanced techniques (custom Fonts?) than I really know about - Lamah did some magic though on the download Icon so maybe he can provide something for these too.
Andy
www.richknechtphotography.com
My question was to Andy, based on his comment... sorry.
Mine looks good in FF also, after adding your code. IE10 is b0rked regardess of your code...
Who codes this crap? It took me forever to build my legacy site because I checked 4 differnet browsers for compatibility every time I customized... they were all browsers that SM said they supported mind you... I guess SM developers don't/ didn't do the same...
End of Rant... sorry. Just tired of buggy code being the answer to things... SOunds like a Micro Soft release.:D