By david.bruehlmeier@sozialinfo.ch on Saturday, 28 October 2017
Posted in General
Likes 0
Views 641
Votes 0
I am testing my platform Snetz.ch with EasySocial 2.1.2 and Echo Template (v2.1.0) / wireframe 1.2.
In contrast to your demo I now make the following error-proof when I am logged in for example as Admin:
I go to pages, groups or events and I call the menu items like announcments or discussions or the apps like polls, tasks, feeds, the function buttons for new milstones, new poll, new announcement, new discussion, new feed do not appear. What could be the reason for this?
Hey Martin,

Hm, it looks like we missed some of these in Echo. Can you add the following block of css codes into /templates/echo/css/custom.css ?


[gist]
.com_easysocial #es.es-main.view-pages.layout-item .es-sidebar .btn, .com_easysocial #es.es-main.view-groups.layout-item .es-sidebar .btn, .com_easysocial #es.es-main.view-events.layout-item .es-sidebar .btn {
position: absolute !important;
}
[/gist]
·
Saturday, 28 October 2017 23:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

It seems that there are issues on Echo template where those button will not shown. I have logged this issues internally and will include this on our next release. Thanks for your understanding.
·
Saturday, 28 October 2017 23:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi
thank you so much for the fast response. It works now fine.
best wishes
Martin
·
Sunday, 29 October 2017 00:40
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Martin
·
Sunday, 29 October 2017 01:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post