-
AuthorPosts
-
thatch10 Friend
thatch10
- Join date:
- May 2008
- Posts:
- 104
- Downloads:
- 154
- Uploads:
- 8
- Thanks:
- 11
- Thanked:
- 19 times in 1 posts
June 13, 2013 at 11:15 am #188209Getting confused now with the VM category description not showing when visiting the Shop category page,
Template override seems to have the category description set to display
<div class="category_description">
<?php echo $this->category->category_description; ?>
</div>shop front joomla settings are set to display default
Can someone explain where I am going wrong please?
Thanks in advance
Thatch
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
June 18, 2013 at 3:41 am #496119Hi thatch10,
Pls create a custom.css file in template/ja_hawkstore/css/ path. Then put below codes into:
.category_description {
display: block !important;
}Make sure that you called new custom.css file in template/ja_hawkstore/etc/assets.xml by adding below line:
<file>css/custom.css</file>
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by phong nam 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum