Bluap Template,hide category/article titles

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Sep 27, 2013 4:07 pm
Hello,
I am using Bluap template, K2 is handling the articles. The article show title/category/menu when selected, right on the header space. I looked to all the possible options to prevent this nasty thing to happen, no way.
Can someone please help me. I have attached a picture with the thing I want to remove circled in red.
THank You,
Walter
User avatar
Junior Boarder

GK User
Fri Sep 27, 2013 8:01 pm
Hi,
you want to disable "breadcrumb" ? Yes, no problem, just disable this module in selected menu items or for all (see below).
Breadcrumb.png



Wikipedia also helps: http://en.wikipedia.org/wiki/Breadcrumb ... igation%29
User avatar
Platinum Boarder

GK User
Fri Sep 27, 2013 8:42 pm
Hi,
Thank You for your reply. I would like to keep the breadcrumbs but without anything written on it. Is that possible. The deactivation of the breadcrumbs, shifts down the whole page and logo.
Thank You
Walter
User avatar
Junior Boarder

GK User
Sat Sep 28, 2013 9:23 pm
I would like to keep the breadcrumbs but without anything written on it. Is that possible


Everything is possible, but in this case I suggest to give more margin/padding than use an empty module.

But you have to decide what you choose.
User avatar
Platinum Boarder

GK User
Sat Sep 28, 2013 9:28 pm
Solution #1
With breadcrumbs module but with hidden content

Code: Select all
#gkBreadcrumb .breadcrumbs { height: 40px;}
#gkBreadcrumb .breadcrumbs ul {display:none}


Tip, how to use custom css: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Sat Sep 28, 2013 9:31 pm
Solution #2

Disable breadcrumbs module and use following code:

Code: Select all
#gkTop {padding: 0 90px 80px; }
User avatar
Platinum Boarder


cron