By Dave Parker on Friday, 03 July 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 530
Votes 0
Hi Guys.
Just upgraded to EB 5.0.14. I'm running into some major issues now.

1. When trying to create a post in the back-end, the website default editor (ArkEditor) is being loaded to compose a post instead of respecting the settings of the component which is to use EasyBlog Composer. This also means I cannot access any Blocks. In the front-end of the site, the composer loads as expected.

2. Since adding the SEO tab in the composer, on my screen the whole layout is now mis-aligned. As you will see from my screen shot, history is not in a tab, and dropped below the other tabs. My screen resolution is 1366 x 768 on my laptop.

3. How do you save a post now in EB 5.0.14? I have no "Save for Later" or "Publish" button now in the composer. Am I missing something?

Dave
Hello Dave,

For the styling conflict with ArkEditor, I had apply the css for you into /administrator/templates/isis/css/template.css. Please clear your browser's cache and try again, thanks.

/* Enforce editor height to auto for composer */
div#fd .cke_contents {
height: auto !important;
}
/* Hide composer panel text in low resolution */
@media (max-width: 1400px) {
div#fd.eb .eb-composer-panel-tab span {
display: none;
}
}

Here is the video capture open the composer in Chrome browser with simulate resolution 1366x768.
http://screen.stackideas.com/2015-07-03_2003.swf
·
Friday, 03 July 2015 20:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Dave,

1. When trying to create a post in the back-end, the website default editor (ArkEditor) is being loaded to compose a post instead of respecting the settings of the component which is to use EasyBlog Composer. This also means I cannot access any Blocks. In the front-end of the site, the composer loads as expected.


Regarding the above issue, look like your user 'IT Advice Admin' his's editor settting was configured to use ArkEditor. Please see http://screencast.com/t/1Ti7vlPqBT5H

I've reconfigure to use 'defaut' and now when in backend, EasyBlog are loading up composer. Please see http://screencast.com/t/WuzbiSso


2. Since adding the SEO tab in the composer, on my screen the whole layout is now mis-aligned. As you will see from my screen shot, history is not in a tab, and dropped below the other tabs. My screen resolution is 1366 x 768 on my laptop.

3. How do you save a post now in EB 5.0.14? I have no "Save for Later" or "Publish" button now in the composer. Am I missing something?


Look like there are some CSS conflict issue with your Joomla template. Suppose you should see the publish button at the bottom of the composer. E.g. http://screencast.com/t/6H8yTnFL4Z5f Anyway, my other colleague are currently attending to your css issue. Will update you once we've sorted out the css issue.

Thanks and hope this help.
Sam
·
Friday, 03 July 2015 18:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Sam.
Thanks for getting back to me. Perhaps the changes made to this version caused the conflicts as they were okay yesterday
But thanks for your speedy and quick response.
Dave
·
Friday, 03 July 2015 18:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post