By Michael Chetelat on Thursday, 09 January 2020
Posted in Technical Issues
Likes 0
Views 688
Votes 0
The EasyBlog 5.3.5 update seem to cause text wrapping or bleeding that was not previously experienced. (see attached screenshot). This bleeding outside the borders also occurs with embedded videos. Please advise how to resolve.
It seems like I can't access your site backend, this is what I hitting now :


Forbidden
You don't have permission to access this resource.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.


Can you try apply this following css from your site backend > Easyblog > theme > custom css and see how it goes?

Ensure that you have clear your backend and your server cache before re-test everything.


body #eb .eb-post-content {
padding: 15px;
}
·
Thursday, 09 January 2020 11:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

Based on the attached screenshots and video captures, this addition to the CSS did not resolve the issue.

What changed in the 5.3.5. update that would/might have caused this bleeding into the right margin of the blog post?

Also, here is the content of our Custom CSS for EB:

/* do not allow user to click the category title link on the listing page */
body #eb.eb-view-categories.eb-layout-default .eb-categories .eb-category-name.reset-heading a {
pointer-events: none;
}

/* remove the gap between the subcategories and parent category section */
body #eb .eb-category-bio {
margin-bottom: 0px;
border-top: none;
}

@media screen and (min-width: 600px) {

#eb .eb-categories, .eb-authors {

display: flex;

flex-wrap: wrap;

}


#eb .eb-category, .eb-author {

overflow: hidden;

margin-bottom: 20px;

flex: 1 0 50%;

padding: 10px;

}

}
body #eb .eb-post-content {
padding: 15px;
}
·
Thursday, 09 January 2020 22:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Arlex, the updated site admin access details should grant you temporary super admin privileges. Please test ASAP so that I may modify if necessary.
·
Thursday, 09 January 2020 22:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Arlex, while you are seeking to resolve this issue, there are other blog post formatting issues that should be addressed as well.

Example: A blog post entitled "Marching to a Different Drumbeat" displays the following introductory text: "A very important event is happening in the nation’s Capital.3-minute commentary: Marching to a Different DrumbeatCome Join Us as we strive to live out..."
https://christianbusinessnetwork.com/resources/wisdom-at-work/entry/marching-to-a-different-drumbeat

Notice that there is NO break (space or line break) to separate these three paragraphs in the introductory text. How can a space be placed between these paragraphs other than manually?

Thank you for your outstanding support! Say HI to Mark.
·
Friday, 10 January 2020 04:23
·
0 Likes
·
0 Votes
·
0 Comments
·
I still unable to access your site backend because I am getting this :


Forbidden
You don't have permission to access this resource.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.


I suspect your admin tool or your .htaccess block other IP address access your site backend, by the way, this is my current IP address 175.138.4.7 .

Regarding with your initially issue, remove that CSS I given you yesterday then apply this : (Remember clear your cache before re-test everything.)


body #eb .eb-post-content {
width: fit-content;
}



Arlex, while you are seeking to resolve this issue, there are other blog post formatting issues that should be addressed as well.

Example: A blog post entitled "Marching to a Different Drumbeat" displays the following introductory text: "A very important event is happening in the nation’s Capital.3-minute commentary: Marching to a Different DrumbeatCome Join Us as we strive to live out..."
https://christianbusinessnetwork.com/resources/wisdom-at-work/entry/marching-to-a-different-drumbeat

Notice that there is NO break (space or line break) to separate these three paragraphs in the introductory text. How can a space be placed between these paragraphs other than manually?

From what I see, it seems like that article content already show separate between that sentences, am i missed something here? (you can check my attached screenshot below) Please advise.

Or do you mean that you already manually add a space from the composer?


Thank you for your outstanding support! Say HI to Mark.

Sure.
·
Friday, 10 January 2020 12:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Check out the attached screenshot regarding my second point...
·
Friday, 10 January 2020 20:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Your IP Address has been added to out IP Address White list. Please try signing in again and advise.
·
Friday, 10 January 2020 20:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Removed previous CSS and applied new CSS. No noticeable difference.
·
Friday, 10 January 2020 20:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

I still unable to access your site backend since I am not at office during weekend.

Regarding with your second question :

In order to show the same content format as what it shown from your blog entry page, either you turn off your content truncation setting from backend > Easyblog > setting > layout > truncation > Enable Automated Truncation

Or you can add the readmore tag into your blog content under composer, you can check my screenshot here : https://monosnap.com/file/6IhInxDp1s5FsrZNocAdibIo6NIwWp

Removed previous CSS and applied new CSS. No noticeable difference.

it seems like look fine for me now after you applied that new css.

https://monosnap.com/file/1K5roVK6Utm7k2X9G4IAIcVs1wTBuO

Am i missing something here? Please advise.
·
Saturday, 11 January 2020 10:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you, Arlex. Yes, everything looks on my end. Only MS Edge renders the blog posts incorrectly.
·
Tuesday, 14 January 2020 06:03
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome, it seems like Edge browser not support that CSS element "fit-content".

Can you try change to this following CSS and see how it goes?


body #eb .eb-post-content {
width : auto;
}
·
Tuesday, 14 January 2020 10:52
·
0 Likes
·
0 Votes
·
0 Comments
·
YES! That works! THANKS so much Arlex! That's why you're the best. I had given up but you didn't.
·
Tuesday, 14 January 2020 22:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Thank you so much for your kind words.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Wednesday, 15 January 2020 02:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post