Here's the screenshot of how the patch we've applied has a bug in itself https://yadi.sk/i/H77rY7KBfRhK7
So, kinda restarting topic https://www.gavick.com/forums/quark/header-space-on-secondary-pages-44186
teitbite wrote:Hi
Ok. Previous solutions was not so great after all. Remove it. Lets try something different and move breadcrumbs physically to where it should be. Edit file /layout/head.php and add this at the end of this file:
- Code: Select all
<script type="text/javascript">(function($) {$(document).ready(function() {
if( $('#gkBreadcrumb').size() > 0 ) {
$('#gk-content-wrapper').prepend( $('#gkBreadcrumb') );
}
});})(jQuery)</script>
teitbite wrote:Hi
Good idea to start a new thread. Have You tried the solution I advised in the last post there?
teitbite wrote:Hi
Ok. Can You post an url to this new thread here ? I think it was not assigned to me this time.