Vertical Breadcrumb?
Darter02
Registered Users Posts: 947 Major grins
Has anyone figured out how to make the breadcrumbs align vertically? Basically turning them 90° clockwise?
0
Comments
Support Hero and Customeister
http://www.smugmug.com/help
I'm literally running out the door to chaperon my kindergartens zoo field trip, or I'd spend more time experimenting with this myself. I just thought I'd post this here so that either some wizard may wave a magic wand, or so I could find this code I just found when I get back...
.sm-breadcrumb{
-ms-transform: rotate(90deg); /* IE 9 */
-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
transform: rotate(90deg);
position:fixed;
top:80px;
right:5px;
}
however , it is necessary to adjust the top and right values to your needs
also ; you can use -90 deg , so it rotate the opposite
and maybe you can use absolute for position ( try it )
/ɯoɔ˙ƃnɯƃnɯs˙ʇlɟsɐq//:dʇʇɥ
Is there a way to specify a specific element on a page when there are more than one with the same class name?
<div id="sm-page-widget-vQQnp43J" class="sm-page-widget sm-page-widget-breadcrumb sm-page-widget-6258463" data-typeid="6258463">
I got your 2nd breadcrumb to rotate using it.
.sm-page-widget-625846 .sm-breadcrumb {
My Website index | My Blog
Might want to check how that looks on mobile devices. Probably want to implement an alternative for small screens.
Dave
If anyone who knows anything, who happens upon this thread, and doesn't see that I've posted a solution, you're very welcome to offer clues. Thanks!
I had placed this modification in a CSS block at the All Galleries level. If you want to have a unique gallery from the rest of your site, and hit the "Make This Gallery Custom," it will strip the CSS code out of the block. When you make the gallery separate from the rest of the site the new breadcrumb is assigned a NEW ID. You'll have to create a new rule, with a gallery specific ID, to each new custom gallery.
<div id="sm-page-widget-vQQnp43J" class="sm-page-widget sm-page-widget-breadcrumb sm-page-widget-6258463" data-typeid="6258463">
My Website index | My Blog
Also, using Statcounter to view visitor paths I'm seeing a change in how my site is used. Where before visitors tended to view mainly images in one particular gallery, now I see visitors moving around a lot more. While I can't say it's totally due to this new addition, I can say more folks go up a level, and then into another gallery. I can only surmise that this breadcrumb is leading users to do this. Is it perfect? Nope, I still need to sort out a few things.