Bread Crumb Trail - Post ID 243331

User 458539 Photo


Registered User
1,583 posts

Hello Forum

Anybody use a bread crumb trail software they like. Have a catalog that is html and want to use previous next and page listing.

Thanks in advance

Byron

User 434929 Photo


Ambassador
938 posts

HTML Breadcrumbs basically are Navigation Menu use either UL/OL and very easily you can make your own or use of Bootstrap and Foundation Breadcrumbs.

with any Navigation Menu builder you can make your own.

Have a look at one here
http://css-tricks.com/triangle-breadcrumbs/
Guys at coffeecup are awesometacular.
User 458539 Photo


Registered User
1,583 posts

Thanks M - will check that out
User 458539 Photo


Registered User
1,583 posts

For smarter guys than me - was hoping there was a package out there
User 434929 Photo


Ambassador
938 posts

In RLM add order / unordered list and start styling it, its very very simple.

There is out there if you search google

http://getbootstrap.com/components/#breadcrumbs

what all you need is download and link bootstrap.min.css to your machine

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Index</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
</head>

then add and modify following code where you need it

<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li><a href="#">Library</a></li>
<li class="active">Data</li>
</ol>

as simple as that, and if you need more style then style it in custom.css link yourself.

it works same way in Foundation too
for more info visit following link
http://foundation.zurb.com/docs/compone … rumbs.html

<ul class="breadcrumbs">
<li><a href="#">Home</a></li>
<li><a href="#">Features</a></li>
<li class="unavailable"><a href="#">Gene Splicing</a></li>
<li class="current"><a href="#">Cloning</a></li>
</ul>
Guys at coffeecup are awesometacular.
User 434929 Photo


Ambassador
938 posts

If you have Responsive Layout Maker Pro version download and view the sample.

http://www.feizsite.com/cc/rlmp/breadcrumbs.zip
Guys at coffeecup are awesometacular.
User 458539 Photo


Registered User
1,583 posts

Thanks Mansour - will look at this and hope I get it!!!!!
User 458539 Photo


Registered User
1,583 posts

Mansour

I think I see the set up but how do you put in the links? In properties view there is no place for the link

Thanks

Byron
User 434929 Photo


Ambassador
938 posts

See following screen cast:
https://www.youtube.com/watch?v=FgjXd8FyHhY

Guys at coffeecup are awesometacular.
User 458539 Photo


Registered User
1,583 posts

Mansour,

Big Thanks! I was unaware that you could do that.

Non CC related question - what do you use to make those videos? Good job. You have answered a number of questions on the forums and the videos have been very helpful.

Thanks again,

Byron

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.