By Sarah Willans on Tuesday, 02 May 2017
Posted in General Issues
Replies 3
Likes 0
Views 207
Votes 0
Although I have 'Site wide subscription' enabled on all my Easyblog installations, there is no subscription link showing anywhere any more. It was there until recently, and must have disappeared after the last update or the previous one. How can I get it back?
Hi there,

This is because we have included those subscriptions within the toolbar itself on our latest version. If you disabled the toolbar, it will not render you those subscriptions icons. Thanks for your understanding
·
Tuesday, 02 May 2017 17:50
·
0 Likes
·
0 Votes
·
0 Comments
·
That's a big negative for me and my clients, because none of them use the toolbar. Also, even with the toolbar turned back on, it's really not very clear what the envelope icon is for. Obviously the main aim of a blog is to get subscribers, so this is a problem. Is there a way I can add the subscription link to the page as a more obvious text link?
·
Tuesday, 02 May 2017 18:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You can achieved that by implementing codes below to your customs.css based on template css override as mentioned --> https://stackideas.com/docs/easyblog/administrators/customizations/template-overriding and see how it goes

#eb .eb-navbar__link-text {
display: inherit !important;
}
·
Tuesday, 02 May 2017 19:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post