By René on Monday, 10 March 2014
Posted in General Issues
Replies 1
Likes 0
Views 727
Votes 0
hi, i'm just tried the origami theme on my testpage and get some style issues with joomlart template

1. Featured area shos multible green lines (conflict with joomlart css?)
2. Featured ratings not visible
3. Facebook Like Buttun is too Big on single Blog Entry (Congratulations! You have successfully installed EasyBlog!)
4. Sign Out tab in Dashboard - Latest Blog view is also too big

..
you can use my joomlart custom.css file or add fixes in origami theme.
Hello Rene,

Please find the answers to your inquiries below:


1. Featured area shos multible green lines (conflict with joomlart css?)

Looks like the Joomlart template has a background slapped on the featured meta. To fix this, add the css codes below:

body #ezblog-body ul.featured-entries .featured-image + .featured-meta{
background: none !important;
}

However, you should contact Joomlart guys to ensure that the template works fine with EasyBlog in the future


2. Featured ratings not visible

The line-height in the featured area seems to push the contents down. To fix this, what you can do is to apply the css codes below:


#ezblog-body ul.featured-entries .featured-content{
line-height: 16px;
}



3. Facebook Like Buttun is too Big on single Blog Entry (Congratulations! You have successfully installed EasyBlog!)

Add the css codes below to fix this,


#socialbutton .facebook-like
{
background: none !important;
height: auto !important;
padding: 0 !important;
}



4. Sign Out tab in Dashboard - Latest Blog view is also too big

Add the css codes below to fix this,


body .sign-out .logout {
background: inherit;
height: auto !important;
min-height: 0;
width: auto;
}
·
Monday, 10 March 2014 10:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post