Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
My site has my blog as the home page. I then have 30 or so galleries from various travels and events. I do want breadcrumbs, to allow a person to easily walk back up the chain.
However, the menu system is including "galleries" which for me is nothing but a holding pen for the various albums. It is not intended as a destination.
Is there a way to limit breadcrumbs to everything _except_ that master "galleries" entry?
For an example, see -- http://www.mindstormphoto.com/galleries … galapagos/
Offline
you would need to use some custom css to hide the first child in the breadcrumb list as well as the first "arrow" .
This looks like it works:
.breadcrumbs a:first-child {
display: none;
}
ul.breadcrumbs li:first-child:after {
display: none;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
you would need to use some custom css to hide the first child in the breadcrumb list as well as the first "arrow" .
This looks like it works:
Unfortunately, that eliminated all breadcrumbs above the immediate precedent, which didn't really work well for 3-level deep menus. I ended up just turning off breadcrumbs, which I think works for me. Since I have a full hierarchical menu, the user can just mouse there to go anywhere else in the system.
Thanks for the suggestion, but unless a brainstorm hits someone (or this thread results in a tweak of the UI), I'll consider this resolved.
Offline
It will probably work with some tweaking. It was just the first thing that looked like it might work, without spending an hour looking into it. But it's a place to start.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
It will probably work with some tweaking. It was just the first thing that looked like it might work, without spending an hour looking into it. But it's a place to start.
Yep, I understand and appreciate it. I was a software developer before retiring in 2013, so definitely know how that goes, though I never did more than dabble in CSS. (I was mostly C++ for my last couple decades)
I agree that it is a good start. I am somewhat overwhelmed by the massive changes I am making to my galleries right now (still have a week or more to go before I expect to be done), and decided this was a topic that can be sidelined for now.
I will likely return to this and debug the code later. Again, I really appreciate your help on this!
Overall though, I am VERY impressed with this Backlight upgrade. I was on vacation for 3 months in Istanbul when it was announced, and I groaned at the thought of such a change from CE4 (which I was not really using properly according to Hoyle). I looked at 3 other alternatives when I got back home to Ecuador, and all of them bombed out fairly early. Backlight really is the best I have tested in the last couple weeks (since returning home). Not 100% to my vision, but I doubt anyone else will ever have my exact vision, so "close enough to work with" is pretty darn good.
I have a few ideas that would make my specific task easier, but am still deciding if they are appropriate for suggesting for changes, or are just "my way of doing things."
Offline
You can always suggest
Matt and Ben can then see if it's something that makes overall sense for Backlight.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Glad to hear we're building better things than the competition! Thanks!
Offline
Good suggestion. There is a setting to show or hide the 'Home' breadcrumb. A similar setting to show or hide the 'Top-level Gallery' breadcrumb could be added. Something to add to our to-do list.
Offline
Reading thru this post because I have (inadvertently) activated the HOME thumbnail. Can't find the setting where I could limit or expand the scope of the thumbnails.
Offline
Home thumbnail?
Did you mean breadcrumbs?
Is so, look in Backlight > Publisher Settings
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Yep, and I found the setting in Publisher Settings/Breadcrumbs/Display Home Breadcrumb - "no"
Thanks
Offline