By Randall McCallum on Thursday, 09 January 2014
Posted in Technical Issues
Likes 0
Views 619
Votes 0
I am trying to test EasuBlog 3.9.15155 with Joomla 3.2.1 to see what issues I can find.

I noticed every time after I post a blog post the mainbody of the compoent drops down and big white space shows between EasyBlog and the menus. It clears up if I select a menu, but it never seemed to happen before this version.

Screencast - http://screencast.com/t/oiNyfxbNv6
Hello,

I am also seeing this happen with EasyDiscuss latest version. I just installed the new version of ED and this happens where I see a big white space between the menubar and EasYDiscuss main area.

Screencast: http://screencast.com/t/jReNGefF8ID

This is a new template called RT Hadron from Rockettheme and this leads me to believe it may be a template issue. ???? Not sure. But it happens with both EasyBlog and EasyDiscuss after posting new items.
·
Thursday, 09 January 2014 11:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Randall,

So sorry for the delay in getting back to you. Actually yes this is a CSS setting by your template.
#system-message-container {
margin: 25px;
padding: 15px 0;
}

I can't disable this for EasyBlog and EasyDiscuss only. The following CSS affects your whole site
#system-message-container {
margin: 0 0 0 0 !important;
padding: 0 0 0 0 !important;
}

Hope this helps.

Thanks!
·
Thursday, 09 January 2014 13:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Adelene,

I asked for some assistance from the Tech Support at Rockettheme and DanG checked into this big gap issue when posting with EasyDiscss and Easyblog and here is the feedback:


by DanG on Sun Jan 12, 2014 3:01 am

ChamberAnswers wrote:
The gap between the components and the menu happens when I use the following:
Post Topic and Write a Blog in the ShowCase menu. For some reason the component mainbody drops down after the post. Big gap shows. It restores later, but I am trying to get it so this doesn't happen.

From DanG:

If you examine the white gap with FireBug for Firefox or Chrome Developer Tools you will discover this is the rt-drawer area where Joomla system messages are displayed. It seems EasyDiscuss uses this DIV but if there are no errors -> no system message -> leaves a white gap.
When you refresh the rt-drawer is returned to it's default zero-height.
Check your settings in EasyDiscuss for error messages.
It's possible to display:None rt-drawer for that page but then you won't see any system messages from EasyDiscuss.

So DanG thinks it is an EasyDiscuss issue with error messages.

How can this be changed so the main body doesn't drop down after posting from Easydiscuss or Easyblog. Is there a way to turn off the error messages or what can be done?

Randall
·
Sunday, 12 January 2014 11:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post