- πΊπ¦Ukraine AstonVictor
I'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks
Hi,
Thank you for developing this module! I inherited a Drupal 7 site that uses Panels and I've been using this module for the breadcrumbs. The site has a few panel pages that features content in tabs using CSS (see screenshot, script also pasted below). The content featured within each tab is a mini panel. The label for each tab is not a menu item.
I was wondering if it was possible to generate separate breadcrumbs for each tab...so for example, if you were on Tab2, the breadcrumb would display as Home > [Top-Level Section Name] > [H1 of page] > Tab2. And if you were on Tab3, the breadcrumb would display as Home > [Top-Level Section Name] > [H1 of page] > Tab3. The URL does not change when you click between tabs.
I'm thinking I may need to change the way the content is currently being displayed. I tried creating a panel page for the content featured in each tab and linking the tabs to the new pages, but the URLs do not change when I click between tabs, even when it's hyperlinked to a page.
Script for Tabs (used within Panel Page):
<ul class="tabs implicit" id="page_tabs"><li class="open"><a>Tab1</a></li>
<li><a>Tab2</a></li>
<li><a>Tab3</a></li>
</ul>
CSS for Tabs:
ul.tabs {
position: relative;
left: 0;
/*margin-left: 40px;*/
margin-left: 0 !important;
display: block;
width: 855px;
height: 41px;
margin: 0;
padding: 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
margin-bottom: 25px;
/* Resetting Styles */
padding-left: 32px;
padding-top: 3px;
padding-right: 32px;
list-style: none;
background: url("img/bg-orange.png") repeat-x; }
ul.tabs li {
/*display: inline-block;*/
float: left;
margin-right: 5px;
padding: 10px 15px 6px 15px; }
ul.tabs li:hover, ul.tabs li.open {
color: #000 !important;
background: #FFF;
-moz-border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
cursor: pointer; }
ul.tabs li:hover a, ul.tabs li.open a {
color: #000; }
ul.tabs li a {
display: block;
text-decoration: none;
color: #FFF;
font-size: 14px;
font-weight: bold; }
Any guidance/advice would be great.
Thanks!
Closed: outdated
2.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks