Restart issue with breadcrumbs

Support desk for Multipurpose Quark Theme
GK User
Sun Mar 22, 2015 8:14 am
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
User avatar
Platinum Boarder

teitbite
Fri Mar 27, 2015 10:26 am
Hi

Good idea to start a new thread. Have You tried the solution I advised in the last post there ?

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>
User avatar
Moderator

GK User
Fri Mar 27, 2015 2:53 pm
teitbite wrote:Hi
Good idea to start a new thread. Have You tried the solution I advised in the last post there?

Didn't have time, but did apply it now - perfecto! Works great! Thanks! Though found another bug, it'll come in a separate thread - cause dousn't have any relation to breadcrumbs...
User avatar
Platinum Boarder

teitbite
Sun Mar 29, 2015 10:46 am
Hi

Ok. Can You post an url to this new thread here ? I think it was not assigned to me this time.
User avatar
Moderator

GK User
Sun Mar 29, 2015 4:25 pm
teitbite wrote:Hi

Ok. Can You post an url to this new thread here ? I think it was not assigned to me this time.

I didn't post it until found some time to deal with the template update. But honestly, I don't see update fix anything of my issues - breadcrumbs are still missing in head.php, and the one I meant above - either, so just posted it and here's the link: https://www.gavick.com/forums/quark/layers-overlap-in-smaller-views-44701
User avatar
Platinum Boarder

teitbite
Mon Mar 30, 2015 7:45 pm
Hi

The code I'm giving You will not be added. Developers designed breadcrumbs to be on top and I only assisted You to move it to a different place, so You need to copy it again since it's a custom modification.

Following the link now.
User avatar
Moderator


cron