By Torgrim Sandvoll on Sunday, 26 February 2017
Posted in General Issues
Likes 0
Views 621
Votes 0
Echo template.

Something seems to be off with the Forum titles when using EasyDiscuss and Echo template:
http://bryggeriet.com/no/forum/kategorier/categories/1-diverse

Forum title = "Diverse", but it is misplaced inside the breadcrumb. Same with all other forum titles.
Hi Torgrim,

Thanks again for reporting this bug. I have applied the fix in your custom.css and will address this fix in the next release.


/* Echo forum category title fix */
.com_easydiscuss #ed .ed-forums-cat-header__title {
position: static;
display: block;
padding: 13px 0 23px 20px;
border-bottom: 1px solid #e1e1e1;
}

.com_easydiscuss #ed .ed-forums-cat-header .o-flag {
position: relative;
}

.com_easydiscuss #ed .ed-forums-cat-header .o-flag__image {
width: auto;
padding: 0;
border-bottom: 0;
position: absolute;
left: 20px;
}

.com_easydiscuss #ed .ed-forums-cat-header .o-flag__image + .o-flag__body .ed-forums-cat-header__title {
padding-left: 68px;
}

.com_easydiscuss #ed .ed-forums-cat-header .o-grid__cell:last-child {
top: 0;
}


The page should viewed properly now (screenshot below):-
https://screencast.com/t/me109YJQ5vS7
·
Monday, 27 February 2017 15:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the great support Eugene!
·
Monday, 27 February 2017 15:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Torgrim,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Monday, 27 February 2017 16:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post