Page Nav IE11
Allen
Registered Users Posts: 10,013 Major grins
Smugmug style gallery
I just unveiled and noticed the multiple page nav does not show. You can click on the spot
and the drop appears. Firefox shows ok.
Dragging my mouse over the area highlights all but no indication of a drop.
I just unveiled and noticed the multiple page nav does not show. You can click on the spot
and the drop appears. Firefox shows ok.
Dragging my mouse over the area highlights all but no indication of a drop.
0
Comments
I just viewed your site in Firefox, Chrome and in Safari on my Mac. All three browsers display the dropdowns when you hover over a link that has the indicators (>>). I had two other heroes check on their PCs. IE11 was fine, but he did say they appeared faster in Firefox. Chrome was also okay, and still faster than IE11.
I'm sorry, but we're not able to replicate a problem. Can you try clearing your browser cache, and see if that solves your problems? If not, we'll need details of which browser(s) and versions are failing you.
Thanks!
Lindy
Support Hero
I had just cleared everything in IE couple hours ago.
Not to mention we need << >> first and last page picks
My Website index | My Blog
you click spot.
My Website index | My Blog
Yes... same here.
Win7 IE and FF
My Website index | My Blog
this css in your "all gallery pages" css is breaking your look of the dropdown:
/* fix the page nav below thumbs */
.sm-gallery-tiles-pagination-total {
padding-left:2em;
}
But, there still is no indication to visitors that there is a drop to select pages.
My Website index | My Blog
My Website index | My Blog
I agree...I've mentioned on multiple occasions that it's very confusing, unintuitive, and inconsistent with the other chevrons that clicking the downward-pointing arrow does nothing. How does a user know to click the numbers (other than your solution, which makes it obvious)?
have u tried it on firefox or with a smaller browser window? i get a line-wrapping which really looks funny
.sm-fonticon-AngleBracketDown { width: 180px !important; }
Edit: just checked Screenfly and looked ok in every size, desktop, pad and phones.
Is your browser zoom at 100%?
My Website index | My Blog
Yes, here is a complete screenshot. If you want me to remove the screenshot later just send me a PM.
P.S: I also tried screenfly and i get the same line-wrapping... @ 1024x768 and 1680x1050
I'm on Win7
Are the keywords wrapping? Don't see them after the icon.
My Website index | My Blog
Linux, FF27, Opera12 and Konqueror. I can see the wrapping on all three browsers. And yes, keywords are wrapping too.
If i add "white-space:nowrap!important;" it looks better:
I put in
.sm-fonticon-AngleBracketDown:after {
content:" << Click numbers to jump pages";
font-size:50% !important;color:yellow;
white-space:nowrap!important;
}
My Website index | My Blog
The problem is that you are using a fixed width for the container holding the text. As you can see on the bottom of the screenshot (taken with FireFox and FF WebDev 3D-tools) the container is still not wide enough. There is too much text. The container does not expand automatically. Not sure if that can be done... don't know that much about CSS.
Also i would think about using different code on different screen sizes... i apply such text on large screens only.
This should have nothing to do with the keyword wrapping, another problem?
My Website index | My Blog