News 2 update for EasyBlog 5

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Jul 21, 2015 12:51 am
Reply with quote
Report this post
Is there any news if and when a template update is coming for easyblog 5?

Installing EB5 with News 2 results in a dark gray on dark gray toolbar making it hard to read. I asked StackIdeas for help on this and they did give a partial solution but since they are not the developers of News 2, a full solution must come from Gavick.

They provided the code below which they added to the template.css file (which I should probably move to override.css.)
It makes the toolbar readable and does go with the red theme (Style 1) for News 2 that I'm using.
Perhaps this might be of use to others.

Code: Select all
div#fd.eb .eb-navbar {
    background: #f9fafb none repeat scroll 0 0 !important;
    border-color: #1b1b1b;
    border-radius: 3px;
    margin: 0;
    min-height: 40px;
}

div#fd.eb .eb-navbar-nav > li.active > a {
    background: #eb1e00 none repeat scroll 0 0 !important;
    color: #fff;
}

div#fd.eb .eb-navbar-nav > li + li {
    border-left: none !important;
}

div#fd.eb .eb-navbar-search {
    border-left: none !important;
    border-right: none !important;
    margin: 0;
    overflow: hidden;
}
User avatar
Senior Boarder

GK User
Tue Jul 21, 2015 8:00 am
Reply with quote
Report this post
Hi,
thanks for CSS code,
last template update : https://www.gavick.com/updates?task=upd ... 17&catid=4

personally I do not have EB5 to check if late update helped in your topic.
User avatar
Platinum Boarder

GK User
Wed Jul 22, 2015 9:14 pm
Reply with quote
Report this post
Ok, I'll wait to see as I don't see anything in the list of updates that might address this issue. Thanks for the reply.
User avatar
Senior Boarder

GK User
Tue Aug 18, 2015 9:23 pm
Reply with quote
Report this post
Thank you for posting this, I had the same question and this quick fix was helpful.
User avatar
Junior Boarder


cron