How to change category image?
How to change category image?
11 years 2 weeks ago - 10 years 10 months ago
The NTS KMaterial template has supported to change image cover for each category. You can create separate images for each category. And that mean help users easily identify a special category.
__End__
- Step 1: You need to know category's Id want to change image. Log-in to your front-end of your site and go to "Component -> Kunena Forum -> Category Manager" menu.
- Step 2: Create a image with named coincides with category id you want to change.
- Step 3: Upload that image to "[root]/media/kunena/category_images/" path.
- Step 4: Reload your forum to view all changes.
__End__
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Last edit: 10 years 10 months ago by ntstore.
Please Log in or Create an account to join the conversation.
Re: How to change category image?
11 years 2 weeks ago
Hi,
I've followed those steps, my category ID is 2 and I saved picture as 2.jpg, but still not able to display the picture.
Regards
Arkan
I've followed those steps, my category ID is 2 and I saved picture as 2.jpg, but still not able to display the picture.
Regards
Arkan
Please Log in or Create an account to join the conversation.
Re: How to change category image?
11 years 2 weeks ago
Hi rozi,
Please save your image with ".png" format. With .png format you can use transparent background image.
Please save your image with ".png" format. With .png format you can use transparent background image.
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Re: How to change category image?
11 years 2 weeks ago
Hi Thanks for quick reply , after I change png format now able to see the image . but there is some problem on css font . coz my fon't don't have bold style . may I know where I can change the font css?
Please Log in or Create an account to join the conversation.
Re: How to change category image?
11 years 2 weeks ago
The first you try to copy and paste below CSS rule to the template.css file of current your joomla template.
Refresh your site when finished.
If it does not work, please provide us your url site. We'll help you debug this issue.
Regrards
Code:
body #Kunena .nts-kblock .kcol-kcattitle a {
font-weight: bold;
}
Refresh your site when finished.
If it does not work, please provide us your url site. We'll help you debug this issue.
Regrards
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Re: How to change category image?
11 years 1 week ago
is there any possibilities for add advertisement between each category ?
Regards
Arkan
Regards
Arkan
Please Log in or Create an account to join the conversation.
Re: How to change category image?
11 years 1 week ago
Hi,
We are planning this feature and it will be improved in the next version.
Thanks
We are planning this feature and it will be improved in the next version.
Thanks
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
S
Re: How to change category image?
10 years 8 months ago
Hi as you can see here:
genius-crm.com/forum/index
image are not displayed correctly... I also tried to resize but same problem.. how to resolve?
Please Log in or Create an account to join the conversation.
Re: How to change category image?
10 years 8 months ago
Hi,
I have checked your site. Your category image is too big, please follow below steps to solve your problem.
1. Open the template.css file in your Joomla template.
2. Copy and Paste below CSS rules to the bottom that file.
3. Save and refresh your forum.
Hope that helps
I have checked your site. Your category image is too big, please follow below steps to solve your problem.
1. Open the template.css file in your Joomla template.
2. Copy and Paste below CSS rules to the bottom that file.
Code:
body #Kunena .nts-kblock .kcol-first a {
height: 364px;
}
Hope that helps
Please Log in or Create an account to join the conversation.
Time to create page: 0.253 seconds