By Torgrim Sandvoll on Thursday, 16 July 2015
Posted in Technical Issues
Likes 0
Views 0.9K
Votes 0
EasySoical: Dashboard > Applications: Blog > Post New

There is no close/cancel button in Composer? Only way to get away is with browser back button, and then you get warning message (Chrome).

There is a perfect red X button (Cancel/Close button), when editing existing blog posts (that works perfectly). Should be the same with post new.
Hey Torgrim,

Please wait for 5.0.17 with the updated blog apps. Most of these teething issues will be resolved in 5.0.17. We are planning to release 5.0.17 and the rest of the apps later today.
·
Friday, 24 July 2015 17:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Torgrim,

I am really sorry for the delay of this reply as it is actually a public day off for us here. There should be the same red "X" button to allow you to hide the composer. Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
·
Friday, 17 July 2015 15:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Please see my site detalis below.
·
Friday, 17 July 2015 16:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Your front end is inaccessible currently as it is having a infinite loop. Can you please check?
·
Saturday, 18 July 2015 17:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry for this. I do not know the cause for this, but seems like a Firefox problem. Please use other netbrowser, or try http://www.bryggeriet.com/no/ instead of http://www.bryggeriet.com.
·
Wednesday, 22 July 2015 19:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Torgrim.

I have helped you with the process. Seems like some of files in your EasyBlog component has been missing. After I reinstalled EasyBlog on your website, I don't hit this issue anymore. http://screencast.com/t/pQIqpQ34H

Can you verify it for me?
·
Thursday, 23 July 2015 11:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Izzan,

Sorry, no, the problem is still there. No big red "X" close button, and a pain to get out of the editor.

Please got to: http://www.bryggeriet.com/no/medlem.html
Log in as support user (see details in previous post).
On same page after login/dashboard click Blog > Post New, and you will se the problem.
·
Thursday, 23 July 2015 15:42
·
0 Likes
·
0 Votes
·
0 Comments
·
I've just installed the latest version, and now don't have a Publish button.
·
Thursday, 23 July 2015 17:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey guys,

Please try to purge your browser's cache. I have seen another user facing similar issues and purging / clearing his browser's cache seems to fix things.

Can you guys try this?
·
Friday, 24 July 2015 01:36
·
0 Likes
·
0 Votes
·
0 Comments
·
I have purged cache. No red cross close button. I have also tried two machines, and IE, Chrome and Firefox.
Do you see it on my site?
Please log in as support, then Dashboard > Blog > Post new. Do you really see a close button?
·
Friday, 24 July 2015 07:16
·
0 Likes
·
0 Votes
·
0 Comments
·
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.
·
Friday, 24 July 2015 12:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Torgrim,

I am sorry for the inconvenience caused. I have apply some fix on your site in this file: /media/com_easysocial/apps/user/blog/assets/styles/style.css by adding this css code:

/* Launcher close button */
div#fd.eb .eb-composer-launcher-close-button {
cursor: pointer;
display: inline-block;
}
div#fd.eb .eb-composer-launcher-close-button i {
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);
display: inline-block;
width: 32px;
height: 32px;
line-height: 32px;
margin: 5px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
div#fd.eb .eb-composer-launcher-close-button i:before,
div#fd.eb .eb-composer-launcher-close-button i:after {
background: #fff;
border-radius: 3px;
content: '';
display: block;
position: absolute;
left: 50%;
top: 50%;
}
div#fd.eb .eb-composer-launcher-close-button i:before {
width: 16px;
height: 2px;
margin: -1px 0 0 -8px;
}
div#fd.eb .eb-composer-launcher-close-button i:after {
height: 16px;
width: 2px;
margin: -8px 0 0 -1px;
}


Hope this helps.
·
Friday, 24 July 2015 12:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Uploaded the 2 files.

Dashboard > Blog > Post New button works in Firefox only. The red X close button now shows up in Firefox, but do not work.

Whats worse, the Dashboard > Blog > Post New button do not work in Chrome and IE (nothing happens, but you get a "Leave page" error when navigating after clicking the Post New button).
·
Friday, 24 July 2015 17:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Torgrim,

I am sorry for the late delayed reply. We have missed your post.

I have apply some fixes on your site and I have tested this using Firefox and Chrome all seems to be working fine now. However, I do not have IE on my machine to test it. Can you help me test this, is it working correctly on IE? Please let us know the result.

This fix will be included in the next releases. Have a nice day.
·
Thursday, 30 July 2015 19:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for this Mohd!
Now works in Chrome and Firefox (latest versions for both testet), but seems like when I press the Close button the page first throws up an empty dialog window, and then in the next split second pops up the "Close Confirmation" confirmation window.

You might have a look at whats causing this strange behaviour since...

IE (latest version 11) does not work. When I click the Close button, the page pops up an empty dialog window with no information or buttons. See attached image.
·
Thursday, 30 July 2015 19:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Torgrim,

I have applied some fix in this file JoomlaFolder/components/com_easyblog/themes/wireframe/composer/dialogs/close.composer.php

It should work fine now and this fix will be included in next release version.
·
Friday, 31 July 2015 15:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, now it works in IE too!
·
Friday, 31 July 2015 15:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Torgrim,

You are most welcome. Glad that your issue has been resolved now.
·
Friday, 31 July 2015 18:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post