By Paula Livingstone on Wednesday, 15 February 2017
Posted in General Issues
Likes 0
Views 204
Votes 0
Hi guys,

Is it possible to hide the Easyblog toolbar for an individual post?

If so how.

kindest regards,

Paula
Hi Paula,
Unfortunately, the toolbar cannot be configured to be displayed on certain posts only. If you really want to, perhaps you can create menu items for those posts along with a page class in the menu setting(http://take.ms/iYZhh). Then use custom css codes that specify those page class to hide the toolbar for that menu item.
example:

div#fd.eb.testpage .eb-navbar {
display:none !important;
}
·
Wednesday, 15 February 2017 17:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond,

Thanks for your reply. Thats OK, I'll just use a Joomla article for any such pages.

kindest regards,

Paula
·
Wednesday, 15 February 2017 17:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Paula,
Understood and you are most welcome.
Regards.
·
Wednesday, 15 February 2017 17:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post