By ollie parkinson on Wednesday, 13 May 2015
Posted in General Issues
Replies 5
Likes 0
Views 1.2K
Votes 0
Hi,

I wish to hide/remove the 'News Feed' sidebar from the dashboard page.

How do I go about this?

Many thanks in advance.
Hello Ollie.

I can remove the News Feed sidebar from the dashboard page by rename or remove sidebar.feeds.php in ..\components\com_easysocial\themes\wireframe\dashboard\sidebar.feeds.php

Hope this help
·
Thursday, 14 May 2015 10:23
·
0 Likes
·
0 Votes
·
0 Comments
·
This has worked fine thank you, however having removed this and all other modules in this position I am now left with an empty sidebar.

Please can you let me know how to hide the sidebar position entirely so the stream fills 100% of the available space.

Many thanks
·
Thursday, 14 May 2015 16:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ollie,

Sorry for late reply to this,

Can you try this following CSS and see how it goes?

body div#fd.es.view-dashboard .es-container .es-sidebar {
display: none;
}
·
Friday, 15 May 2015 02:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Arlex, where should this be placed?
·
Friday, 15 May 2015 15:58
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome Ollie

You can create a com_easysocial folder in your current template and put the css code in custom.css file.
JoomlaFolder/templates/[YourCurrentTemplate]/html/com_easysocial/css/custom.css

Reference link : http://docs.easysocial.io/administrators/templating/adding_custom_css_codes

Hope this help.
·
Friday, 15 May 2015 17:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post