Removing component output from home page....

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Feb 18, 2014 1:51 am
Reply with quote
Report this post
Hi,

I don't want the component output on the home page which is causing the white space. I had a look in the Template Features but I could not find an obvious way to disable it:

aoa_whitespace.jpg


Website can be found at http://new.actonadvice.com.au

--D
User avatar
Fresh Boarder

GK User
Tue Feb 18, 2014 10:13 am
Reply with quote
Report this post
You need to hide #gkPageContent element. Here is an info about how to do it:
http://www.gavick.com/documentation/gen ... mla-pages/
User avatar
Moderator

GK User
Tue Feb 18, 2014 10:14 am
Reply with quote
Report this post
Hi,
sure you have few options one of them:

1) Add suffix "nospace" for item 640 -- in template configuration --> check: http://www.gavick.com/documentation/joo ... ent-pages/
2) Add custom CSS code:
Code: Select all
.nospace #gkPageContent {display: none;}
User avatar
Platinum Boarder

GK User
Wed Feb 19, 2014 11:51 pm
Reply with quote
Report this post
Pawel F wrote:Hi,
sure you have few options one of them:

1) Add suffix "nospace" for item 640 -- in template configuration --> check: http://www.gavick.com/documentation/joo ... ent-pages/
2) Add custom CSS code:
Code: Select all
.nospace #gkPageContent {display: none;}


Hi Pawel,

I followed the instructions but it appears the CSS class is not being applied to the body tag. I have verified that the menu ID is 640. What else do I need to check and do?

The back end access details I PM'd to Cyberek are still valid and available if you want to look in the back end.
User avatar
Fresh Boarder

GK User
Thu Feb 20, 2014 11:46 pm
Reply with quote
Report this post
If you send all access data to Cyberek - he will help you. If not, give me sign.
User avatar
Platinum Boarder

GK User
Fri Feb 21, 2014 11:01 pm
Reply with quote
Report this post
Uff, fixed... somebody edited layout/default.php file ?? he broke this feature.
...and suffix for pages now working again, it took me some time to find it out. :ugeek:
User avatar
Platinum Boarder

GK User
Fri Mar 14, 2014 4:23 am
Reply with quote
Report this post
Pawel F wrote:Uff, fixed... somebody edited layout/default.php file ?? he broke this feature.
...and suffix for pages now working again, it took me some time to find it out. :ugeek:


Thanks heaps Pawel. Sorry I missed the email notification until now.
User avatar
Fresh Boarder


cron