By Richard on Tuesday, 04 August 2015
Posted in General Issues
Likes 0
Views 1K
Votes 0
A couple of minor issues:

1. How do I remove the X just to the left beside "Rate this blog entry" in the main post (it is fine/not there in the intro post). If it has some useful purpose to keep it there, let me know.

2. When integrated with EasySocial, the 'About the Author' layout is a bit cramped, with the Achievements title too close to the 'View Profile | More Posts etc line and the Bio line starting beside the Achievement icons. The 'View Profile etc' line does not appear in the blue link colour, just normal text and because it starts beside the EasySocial Icon (not below it), the view is cramped/messy on smaller screens.

Suggestion:

1. Move the Achievements section with icons to the bottom of the 'About the Author' area, just before Recent Posts.
2. Move the Bio to just below the Profile Icon.
3. Move the 'View Profile | More Posts etc' line below the new Bio position with the correct Blue link colour for each item and remove the | to allow a neat display of each link item one below the other in smaller screens (currently it is very cramped).

The above suggestion is only 1 solution to the current view, I am sure you will have a better option.
hey Richard,

I am sorry that delay of this reply, please find your answer in your queries below.

1. How do I remove the X just to the left beside "Rate this blog entry" in the main post (it is fine/not there in the intro post). If it has some useful purpose to keep it there, let me know.

It seems like your current template cached this, if you create another new blog post, it should work fine for some reason.
By the way, if that X button still appear, you can try apply my following css code in your current template css file.
div#fd.eb .eb-rating .ui-stars-cancel {
display: none !important;
}


2. When integrated with EasySocial, the 'About the Author' layout is a bit cramped, with the Achievements title too close to the 'View Profile | More Posts etc line and the Bio line starting beside the Achievement icons. The 'View Profile etc' line does not appear in the blue link colour, just normal text and because it starts beside the EasySocial Icon (not below it), the view is cramped/messy on smaller screens.

Regarding the `Achievements` title close with the profile image, you can try apply this following css in your current template css file.

div#fd.eb .eb-entry-author-bio .eb-achievements {
margin-top: 20px !important;
}


By default, the 'View Profile etc' line is not show the blue link, if you need this you can try apply this css.
div#fd.eb .eb-entry-author-meta span a {
color: blue !important;
}


By default the author bio is display on below of badge icon, but you can try apply this css.

div#fd.eb .eb-entry-author-details {
margin-top: 60px !important;
}


Suggestion:

1. Move the Achievements section with icons to the bottom of the 'About the Author' area, just before Recent Posts.
2. Move the Bio to just below the Profile Icon.
3. Move the 'View Profile | More Posts etc' line below the new Bio position with the correct Blue link colour for each item and remove the | to allow a neat display of each link item one below the other in smaller screens (currently it is very cramped).

The above suggestion is only 1 solution to the current view, I am sure you will have a better option.

Thanks for your suggestion, I will discuss with our team regarding this and If everyone is agree we will see if we can implement this in the future.
·
Tuesday, 04 August 2015 20:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Alex, the adjustments make it look a lot better (I used color: #039be5 instead of blue to make it match the link color in my template) and hopefully the suggested layout tidy up (or a variation), if acceptable, can be included in a future release.

I also added the following change in the template css file to make the Author link change colour on hover:

div#fd.eb .eb-entry-author-bio h3 a:hover {
color: #039be5 !important;
}
·
Friday, 07 August 2015 11:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Richard,

You're welcome, thanks for getting back to us I provided above css block of code is help much you here.

About the `Achievements` cramped issue already solved in current latest version.

But another point you suggested is not included in current latest version, perhaps you can submit this suggestion request for EasyBlog at http://stackideas.com/voices/easyblog and see how it goes.
·
Friday, 07 August 2015 13:04
·
0 Likes
·
0 Votes
·
0 Comments
·
The Achievements fix in the latest version is perfect, thank you.

I added the layout tidy up suggestions to EasyBlog Voices, the link is here in case anyone reading this wishes to vote for it.
·
Friday, 07 August 2015 17:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing this with us Richard
·
Friday, 07 August 2015 17:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post