Removing right "Categories" block.

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
Wed Jan 08, 2014 1:46 am
Reply with quote
Report this post
Hello, I would like to remove "categories" block from articles on the left side

Which ID do I need to exclude?

Thanks.
User avatar
Fresh Boarder

GK User
Wed Jan 08, 2014 10:12 am
Reply with quote
Report this post
Could You please post an url to your site, to a single article where this block should be removed?
User avatar
Moderator

GK User
Wed Jan 08, 2014 11:29 am
Reply with quote
Report this post
The categories block seen from http://demo.gavick.com/joomla25/game/in ... k2/k2-item .
I've tried gksidebar but that didn't work and the official document states nothing of this block.
User avatar
Fresh Boarder

GK User
Wed Jan 08, 2014 11:42 am
Reply with quote
Report this post
Here is a screenshot with highlight of a block I wish to remove.

Image
User avatar
Fresh Boarder

GK User
Wed Jan 08, 2014 3:35 pm
Reply with quote
Report this post
Could I get an answer to this please?
User avatar
Fresh Boarder

GK User
Wed Jan 08, 2014 5:26 pm
Reply with quote
Report this post
1. Please don't reply to your own messages - it puts the question down in our queue and you wait for the answer longer.
2. Please edit: /templates/gk_gamenews/css/override.css and add at its end:
Code: Select all
#gkPageContent div.gkInsetRightSide aside#gkSidebar {display: none;}
#gkPageContent div.gkInsetRightSide section#gkContent {width: 100%;}

Remember to enable "CSS override" in template settings - advanced section.

After that you can modify column proportions in template settings.
User avatar
Moderator

GK User
Fri Apr 11, 2014 12:34 am
Reply with quote
Report this post
Hi,

I would also remove right Categories block. Here's a link to my site : http://www.dakarmusique.com/actu-musique/chroniques.html

Thank you in advance
User avatar
Senior Boarder

GK User
Fri Apr 11, 2014 12:28 pm
Reply with quote
Report this post
Code: Select all
#gkPageContent aside#gkSidebar {display: none;}
#gkPageContent section#gkContent {width: 100%;}

This should do the trick.
User avatar
Moderator

GK User
Fri Apr 11, 2014 11:21 pm
Reply with quote
Report this post
Cyberek wrote:
Code: Select all
#gkPageContent aside#gkSidebar {display: none;}
#gkPageContent section#gkContent {width: 100%;}

This should do the trick.


Hi,

Thank you for your reply
I did but it's totally disappear the right side with the sidebar. What I want is to remove the vacuum that is left of the items.
User avatar
Senior Boarder

GK User
Sat Apr 12, 2014 5:08 pm
Reply with quote
Report this post
Let me cite you:
"would also remove right Categories block."
You said right, right is removed, you would like left:
Code: Select all
.itemBlock {
margin: 0;
}


Just check if it will not damage any other parts of your page.
User avatar
Moderator

GK User
Sat Apr 12, 2014 11:26 pm
Reply with quote
Report this post
Cyberek wrote:Let me cite you:
"would also remove right Categories block."
You said right, right is removed, you would like left:
Code: Select all
.itemBlock {
margin: 0;
}


Just check if it will not damage any other parts of your page.


Thank you it works.
I apologize for my English because it is the French translation.

thank you again
User avatar
Senior Boarder

GK User
Sun Apr 13, 2014 10:00 am
Reply with quote
Report this post
No problem :). Now you know how to remove both sidebar and the gap ;).
User avatar
Moderator


cron