Hi Torgrim,
I am really sorry for the inconvenience caused.
Here I am attaching 2 files, please download it and put put it at the respective place.
/media/com_easysocial/apps/user/blog/themes/default/dashboard/default.php
/media/com_easysocial/apps/user/blog/views/dashboard/view.html.php
and I also have put some styling fixes in your site here: /media/com_easysocial/apps/user/blog/assets/styles/style.css . However, the red dot exit button on the top right is not working yet. Currently our designer is addressing this styling issue. We'll get back to you on this issue.
/* Load styling for composer launcher */
div#fd.eb.eb-composer-launcher {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
z-index: 99991;
}
div#fd.eb.eb-composer-launcher .eb-loader-o {
position: absolute;
top: 50% !important;
left: 50% !important;
margin-left: -15px;
margin-right: -15px;
display: none;
z-index: 3;
}
div#fd.eb.eb-composer-launcher.is-loading .eb-loader-o {
display: block;
}
div#fd.eb.eb-composer-launcher.active .eb-composer-launcher-container {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
div#fd.eb .eb-composer-launcher-header {
position: absolute;
top: 0;
right: 0;
float: right;
z-index: 2;
}
div#fd.eb .eb-composer-launcher-close-button {
cursor: pointer;
display: inline-block;
}
div#fd.eb .eb-composer-launcher-close-button i {
color: #fff;
background: #c00;
border-radius: 100%;
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.25);
box-shadow: 0 2px 4px rgba(0,0,0,0.25);
font-size: 14px;
display: inline-block;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
margin: 15px;
}
div#fd.eb .eb-composer-launcher-close-button i:before {
display: inline-block;
line-height: 31px;
}
div#fd.eb .eb-composer-launcher-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 20px solid transparent;
z-index: 1;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
opacity: 0;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
@media (max-width: 640px) {
div#fd.eb .eb-composer-launcher-container {
border-width: 0;
}
}
div#fd.eb .eb-composer-launcher-instance {
position: relative;
width: 100%;
height: 100%;
border: none;
background: #fff;
-webkit-box-shadow: 0 0 24px rgba(0,0,0,0.5);
box-shadow: 0 0 24px rgba(0,0,0,0.5);
}
If anyone have this issue, please do download these fixes and put it in your site. Hope this helps. This fixes will be included in the next releases. I am sorry for the inconvenience caused. Have a nice day.