Remove GK-Breadcrumb on frontpage?

GK User
Sun Jun 24, 2012 10:06 pm
Hi

How do I remove the breadcrumb on frontpage?

I'm testing with quickstart, and ive tried disabling the breadcrumb module, but it still show. So it seem like the div id=gkBreadcrumb is hardcoded?

How do I make it hidden on frontpage but shown on all other pages?

Thanks
User avatar
Junior Boarder

GK User
Sun Jun 24, 2012 10:43 pm
No, the module is not hardcoded, if you unpublish module on 'Home' menu item it should be unvisible. I advise you to check module configuration again or unpublish it at all for make sure that you make changes in proper module.
User avatar
Platinum Boarder

GK User
Fri Jun 29, 2012 9:14 pm
Sorry I actually meant the font style which eats alot of space on frontpage.

Se screendump.
http://f.cl.ly/items/3c3X0d0u0l3Q1R0h0B ... .11.44.png

How do I remove this block of code, so I can move the whole section below a bit up ?
Only for fronptage though

Thanks
User avatar
Junior Boarder

GK User
Sat Jun 30, 2012 10:49 am
All that I need is site URL, then I'll send you CSS code to hide this part. You can use PM if you don't want to share a link with other users.
User avatar
Platinum Boarder

GK User
Tue Jul 03, 2012 9:59 pm
I'm working local, because I have not decided my template yet. When I do, I will only use that template and I will write it in my account - no worries. Please dont suspect me for abusing the license, ok?

We all know that you dont need a URL for handing me the css to remove that part. Its quickstart, so you know what to give me. Why are you hesitating your help ?

If you me to consider a developer license, I think you need to consider your service level.

Sorry my negative tone, but I'm kind of frustrated that you hold back your help, because you suspect me for abusing my license.


BR.
User avatar
Junior Boarder

GK User
Wed Jul 04, 2012 10:39 am
CSS code can be different depends of displaying positions and your custom changes this is why we prefer URL to site instead of checking code on quickstart versions - in 99% percents users made custom change etc. But if it is difficult to post site on-line and you are working on local server please here is code which is working on clean quickstart :

only breadcrumb :

Code: Select all
#gkBreadcrumb .breadcrumbs {display: none !important}


only tools :
Code: Select all
#gkTools {display: none !Important}
you can also disable tools via template settings but if you need to make it via css the code above will make the same

breadcrumb & tools :

Code: Select all
#gkBreadcrumb {display: none !important}
User avatar
Platinum Boarder


cron