By Hacki Hackisan on Thursday, 27 April 2017
Posted in General
Likes 0
Views 165
Votes 0
Dear Stackideas-Team,

after the update of EasyBlog no videos, links and html formats are NOT visible on all preview pages for example the frontpage.
The toolbar looks the same in every theme...

Best regards
Thomas
Hey there,

You can apply following css into this following file location :


#eb .eb-navbar__footer {
background-color: inherit !important;
}

#eb .eb-horizonline-inner {
background: inherit !important;
}

#eb .eb-post-foot {
background: inherit !important;
}

#eb .eb-horizonline:before {
display: none;
}


JoomlaFolder/templates/dd_jazzband_45/html/com_easyblog/styles/custom.css
Note : you have to manually create those new folder/file from your template directory folder.

I found the truncation settings...
Before the update everthing worked fine also with the truncation settings enabled and truncation type "by paragraph <p>".

Settings / Layout / Truncation / Joomla Editor...
When I use truncation type "by characters", "by words", "by paragraph" no html is displayed.
When I use truncation type "by break tags" html is displayed. But at the end of the page the posts are getting tighter and tighter as you can see on http://hackisan.de/index.php/en/
and
http://www.hackisan.de/index.php/en/categories/video-en

Regarding this "Paragraph" truncation type it will stripped all the HTML tag in order to show correctly the truncation, because for some of the situation it will messed up the page if there got some of the HTML code not truncated properly.
For now, it only work around is add the readmore tag on your blog content, so it will not get truncated and it will display nicely on the frontpage.
·
Friday, 28 April 2017 00:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Hacki,

Can you provide us following some details at http://stackideas.com/dashboard/site so we can better have a check on your site regarding this issue?

- Joomla backend access
- FTP access
- Which post URL page showing this issue
·
Thursday, 27 April 2017 10:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Arlex,

let's try it without access to my website.
You can see it on the first page on
http://www.hackisan.de/index.php/en/
The toolbar is white like in most other themes...before it had a dark color.

On preview pages like the frontpage all html like links <a href="http://www.domain.de">, embedded youtube videos, <br>, <hr>, <center> is not displayed anymore.
When you open a post everything works fine. Inside a post everything is displayed correctly.

Best Regards
Hacki
·
Thursday, 27 April 2017 13:22
·
0 Likes
·
0 Votes
·
0 Comments
·
You can see it on the first page on
http://www.hackisan.de/index.php/en/
The toolbar is white like in most other themes...before it had a dark color.

In Easyblog 5.1, we did updated some toolbar structure, so the second layer, it will display white color now.
Can you check my attached screenshot below and see is it your previous style is like this?
If yes, I will provide some of the custom css so you can apply into your custom css file.

On preview pages like the frontpage all html like links <a href="http://www.domain.de";>, embedded youtube videos, <br>, <hr>, <center> is not displayed anymore.
When you open a post everything works fine. Inside a post everything is displayed correctly.

The reason why it didn't show properly blog content format on the front listing page is because you have enabled truncation setting, so it will remove all those HTML code on the front listing page.

I have a question, may i know blog listing page you didn't enable truncation setting in your previous version?
If yes, mean the blog listing page it will show all the blog content on the page as well right?
·
Thursday, 27 April 2017 14:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Arlex,

thanks for the attachement. Looks great. If it is possible I like to use that style.

I found the truncation settings...
Before the update everthing worked fine also with the truncation settings enabled and truncation type "by paragraph <p>".

Settings / Layout / Truncation / Joomla Editor...
When I use truncation type "by characters", "by words", "by paragraph" no html is displayed.
When I use truncation type "by break tags" html is displayed. But at the end of the page the posts are getting tighter and tighter as you can see on http://hackisan.de/index.php/en/
and
http://www.hackisan.de/index.php/en/categories/video-en


Thanks for your support.

Best Regards
Hacki
·
Thursday, 27 April 2017 14:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you so much!
I now edited it.
I think I can live with it now!

Thank you so much for your support!

Best Regards
Hacki
·
Friday, 28 April 2017 01:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Hacki, glad that your issues are resolved now
·
Friday, 28 April 2017 01:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post