By danny ter Avest on Thursday, 07 March 2019
Posted in General Issues
Replies 9
Likes 0
Views 880
Votes 0
Hi, when you have a list of news in a category, for example this page:
http://new.wvhl.nl/component/easyblog/categories/huurrecht?Itemid=101
I would like to show the category image / icon on top of that news category like on this page:
http://new.wvhl.nl/ (scroll down a bit)
Hi there,

Can you turn on 'Show Category Heading' and see how it goes?

Can you include your site's access and FTP's access once at http://stackideas.com/dashboard/site so that we can have a better check and troubleshoot it for you in the future?
·
Friday, 08 March 2019 11:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Irwin, sorry can't dent you the ftp.
I've activated the show category heading, but I just want the icon to show
·
Friday, 08 March 2019 16:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You can download the attached category.php file and paste it at template override location which is at JoomlaFolder/templates/yourCurrentTemplate/html/com_easyblog/helpers/headers/category.php and see how it goes.

Take note that you need to create the folders manually if you don't see them.

After that, you need to apply the following CSS code into Backend > EasyBlog > Themes > Custom CSS to match the background colour of your site:

#eb .eb-category-profile {
background: #ffffff;
}


Do clear all of your cache before you see the changes.
·
Friday, 08 March 2019 16:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there is no such directory, oh ok found it :-)
·
Monday, 11 March 2019 22:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Danny,

If you do not see the folder, you just need to create them. This is how you create template overrides in Joomla. You can read more about it here, https://stackideas.com/docs/easyblog/administrators/customizations/template-overriding
·
Monday, 11 March 2019 22:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post