By Eric Weston on Friday, 19 June 2015
Posted in Technical Issues
Replies 5
Likes 0
Views 885
Votes 0
Please see attached image showing code block as displayed in front-end.

[1] A lot of unnecessary white space.
[2] Redundant vertical line.
Hi Eric,

I'm really sorry that delayed of this reply,

I tried drag the "code" block in the composer, but i just noticed got a line appear on center area, check my screenshot below.

But I didn't saw got a lot of space is there. May i know how to reproduce this?

By the way, I'm still investigate on this 'line' issues.
·
Monday, 22 June 2015 16:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex

I didn't do anything special. But I notice your screenshot is from the back-end - did you view the result in the front-end? That is where I saw the white space.

In my case it looked fine in the back-end, but wrong in the front-end.

I have attached staging site details in case it helps you investigate.
·
Monday, 22 June 2015 17:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Eric,

I am sorry for the delay of this reply.

Regarding on the line issue, can you apply the following css inside your /templates/rox_doom/css/template.css and see how it goes?
.ebd-block .ace_print-margin {
display : none;
}


Regarding on the white spacing, I will forward this issue to our designers so that they can decide on how to resolve this issue properly. For quick fix you can add the following css code inside the template.css to reduce the white spacing,
.ebd-block .eb-block-code {
height : 130px !important;
}
·
Tuesday, 23 June 2015 16:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Erzul

Yes, it is better with those code snippets.

1st snippet: Yes, this removes the vertical line from code block in the post (still visible in Composer though).

2nd snippet: Yes, this removes most of the redundant white space from the bottom of the code block in the post. However, there is still a redundant extra line (see attached).

Don't worry about giving me further solutions on this thread as it is not urgent for me - I'll wait for your designers to fix it properly. (I won't actually go live with EasyBlog 5 for a while yet whilst various little problems are sorted out)
·
Thursday, 25 June 2015 20:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Eric,

I am sorry for the delay of this reply.

Thank you for your kind input. I will forward this issue to our designer and hopefully they will get it fix soon.
·
Friday, 26 June 2015 12:50
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post