By Aleksandr on Wednesday, 26 April 2017
Posted in General Issues
Replies 6
Likes 0
Views 195
Votes 0
We want to remove this element (screenshot) (add a note).
Please, in which settings file of this element?
Hi Aleksandr,
Are you referring to the status button(http://take.ms/yIPzw)? If yes, unfortunately, this is a core application so it cannot be disabled.
If you really want to, maybe you can disable it with custom css.
·
Wednesday, 26 April 2017 17:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes.
Specify, please, the name of the file and the path to it from the kernel.
And please indicate the name of the scc file and the path to it.
·
Wednesday, 26 April 2017 18:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Aleksandr,
May I know on which page do you want to disable this button? Is it just the dashboard page? Or disable this button from the whole of EasySocial(means that profile, groups, events, pages etc will not have this button too)?
If you are unsure, you can provide me the url of the page that you want to hide this.
·
Wednesday, 26 April 2017 18:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey, Raymond,

Disable this button from the whole of EasySocial.
·
Thursday, 27 April 2017 18:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Aleksandr,
Can you try using the following custom css codes. Apply this into the custom.css file in JoomlaFolder/templates/yourCurrentTemplate/html/com_easysocial/css/custom.css(create directory and file if it does not exist)

#es .es-story-panel-button[data-story-plugin-name="text"] {
display: none !important;
}
Let us know if this works. If it does not, can you provide me your site access as I would like to take a look at the site. Thanks.
·
Thursday, 27 April 2017 18:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post