Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

breadcrumbing a onepage format

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

One question my client raised about the onepage format - is there a way to breadcrumb the page so that the identifying headline isn't lost when scrolling or css3ing to a lower position. For example, on this page, when you click the the 'services' tab at the top, the headline 'Packaging' is lost - as is (putatively) one's bearings.

Thoughts?
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Hi David,

No way of doing that out of the box.

There are no handles in the theme that notify if the user has scrolled to below the top position so I'm afraid you would have to add some complex javascript to do that properly.

A quick css work around might look liek this:

.article-title {

position: fixed;
z-index: 10;
background: #fff;
}


But thats a little problematic :)

Cheers
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
i could create a module perhaps - targeting it with the class suffix? i have an open grid row on each of the styles that could be used for the purpose.
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Not sure if this will work for you this as Anthony suggested it will require some scripting support

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers