Installation::.
1-Import The Product.
2-upload files to thier destination directory
3-Read post number 2
F.A.Q
To display each navbar alone do this
1-Add your navbar with any name that contains LETTERS only
like "first, second" Don't put NUMBERS
2-then edit your template say we will put our navbar above breadcrumb
so we open template navbar
then find
Code:
<!-- breadcrumb, login, pm info -->
above it we add
Code:
$developer_navbar[Navbarname]
so in our example it will be
Code:
$developer_navbar[first]
To Display all navbars under each other
open your template let's say navbar
we want to display navbars under breadcrumb
so we find
Code:
<!-- nav buttons bar -->
add below it
Code:
$dev_navbars