Hi Peter,
Can't find these settings (please see attachments blog-8.jpg and blog-9.jpg). It seems there are buttons missing?
You can find these setting at EasyBlog backend under Settings -> Views -> Frontpage Layout. I've disabled the social buttons for you. Please see
http://take.ms/vQ2im
Also, in the article view (see attachment blog-10.jpg) I want this disabled.
Ah, look like there is still a minor bug on the cover photo placeholder in entry page. I've added a fix on your test site and now you are good to go. For anyone that encountered the same issue, please download the attached post.cover.php and copy the file
to folder JOOMLA/components/com_easyblog/themes/wireframe/blogs/entry/ and overwrite the existing post.cover.php
The same fix will be added into next release of EasyBlog.
Can you show me how? PHP is not my strong point. Or can I just use the "old" default.php?
Regarding the above, you cant just replace the old file because we've changed quite abit of the html dom structure. To be frank with you, this is actually not under our support scope but for this time, I will help you to bring the icons back
Download the attached 'default.php' and copy this file to your EasyBlog template override folder (JOOMLA/templates/shaper_helix3/html/com_easyblog/toolbar/). Next, copy the below css code and place the css code in your Joomla template custom.css JOOMLA/templates/shaper_helix3/css/custom.css
#eb .eb-navbar__footer-link i {
display: block !important;
}
#eb .eb-navbar__footer-link span {
display: none !important;
}
Once done, your toolbar should look like this
http://take.ms/awI16
For the EasyBlog template override, if you haven't created the folders yet, you will then need to create the folders manually.
Hope this help and have a nice day