Drupal breadcrumb and title in separate block to content?


Author Message
Marcus

Posted: 10/8/2009
Quote message 

I am having the same problem. Would appreciate a solution if anyone has one!
 
Phil

Posted: 10/8/2009
Quote message 

I have just investigated further into this and in version 2.3 the code being outpout is

<div class="art-post">
<div class="art-Post-inner">
<div class="art-PostContent">
Post title in here
</div>
</div>
</div>
<div class="art-post">
<div class="art-Post-inner">
<div class="art-PostContent">
Post content in here
</div>
</div>
</div>

Which just doesnt seem right, putting the title in one 'post' and then putting the post content in another 'post' following it.

In the previous version the code output was
<div class="art-post">
<div class="art-Post-inner">
<div class="art-PostMetadataHeader">
Post title in here
<div class="art-PostContent">
Post content in here
</div>
</div>
</div>

Which makes much more sense

I suggest anyone suffering from this issue contact support to ask why it was changed in this way

 
marcus

Posted: 10/9/2009
Quote message 

Thanks for that Phil.
It doesn't make any sense. Why would anyone want their content to appear in this way??!
 
Len

Posted: 10/15/2009
Quote message 

Does anyone have some more info about this? Which file should i take?
 
danbuntu

Posted: 10/24/2009
Quote message 

Quote ds:

Just purchased and created first theme and this is a worry. Cannot understand at all why anyone whould think this is a good idea.


I have to agree with the others in this thread. spliting the breadcrumb into a different block is just a pain, even more so when hiding the breadcrumb using css still outputs the block.

It would be much more useful to beable to select where you want the breadcrumb to go and even better be able to turn it off completely.
 
Chris

Posted: 11/8/2009
Quote message 

This has been driving me crazy, it really undermines the look of a finished professional website, and does not resemble the preview of what the articles were supposed to look like inside of artisteer...
 
Matthijs

Posted: 11/9/2009
Quote message 

The title is now in the right place .. so, upgrade your version to the newest one!
 
Duncan

Posted: 1/5/2010
Quote message 

:*) Is it? I'm not sure it is....

I don't think it's fixed - no offence Matthijs, but I think the original comments still stand - it isn't better.

- this is really wierd feature/bug - I can't see how it's useful at all.
 
Jago

Posted: 9/20/2011
Quote message 

Quote Duncan:

:*) Is it? I'm not sure it is....


It is not fixed. I have that problem.

<div class="art-layout-cell art-content"><div class="art-post">     <div class="art-post-body" style=" "> <div class="art-post-inner art-article"> <div class="art-postcontent"> <h2 class="element-invisible art-postheader">You are here</h2><div class="breadcrumb art-postcontent"><a href="/">Home</a></div> </div> <div class="cleared"></div>  </div>  		<div class="cleared"></div>     </div> </div>                                                  <div class="region region-content">       <div class="region region-content">     <div class="block block-system" id="block-system-main">      	     			 <div id="node-4" class="node node-page" about="/?q=home" typeof="foaf:Document"> <div class="art-post">     <div class="art-post-body"> <div class="art-post-inner art-article"> <h2 class="art-postheader" property="dc:title" datatype=""><img src="/sites/all/themes/Pinchos/images/postheadericon.png" width="24" height="24" alt="">Home</h2> <div class="art-postcontent"> <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p><strong>Pinchos</strong> is a <em>Tapas Bar</em> in Bukit Bintang area, Kuala Lumpur.</p> </div></div></div> </div> <div class="cleared"></div>  </div>  		<div class="cleared"></div>     </div> </div>  </div> 	</div>  </div>   </div> </div>


The second div from top, the one with class art-post, is completely useless. It just has a link back to home, but that breadcrumb is horrible, and it is not possible to make it display:none;

Please Artisteer, find something to fix that.
 
Jago

Posted: 9/20/2011
Quote message 

I forgot to mention that the full code included is the class art-layout-cell / art-content, in which all the content is placed.
 
Patrik

Posted: 8/11/2012
Quote message 

Hi all,
the answer lies in drupal7_theme_methods.php - line 13-24.