By Andy on Sunday, 08 May 2016
Posted in Technical Issues
Replies 3
Likes 0
Views 424
Votes 0
Hi there... I'm back using EasyBlog on my site again after a year or two absence

I'm trying to hide the blue 'Add Post' button (see screenshot 1)on the Composer because I don't want my users to be able to do that.... I've tried to disable it in 'Blocks' back-end (screenshot 2) but it doesn't seem to have any effect....

Have I done anything wrong? or should this disabling back-end remove it? (if so, maybe it's a temporary cache thing?)

Thanks!
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Currently we do not have this setting to disable this `Add post` button, but you can apply following CSS to hide it :
div#fd.eb .eb-composer-toolbar-item.is-button.col-cell.eb-composer-add-post-button[data-eb-composer-add-post-button] {
display: none !important;
}


And we will see if we can implement an option to disable it in the future.
·
Sunday, 08 May 2016 11:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Great. Thanks Arlex. Yes an option would be nice, but appreciate the instant solution with the CSS hide. Nice.
·
Sunday, 08 May 2016 23:13
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Andy, glad that your issues are resolved now.
·
Sunday, 08 May 2016 23:51
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post