-
AuthorPosts
-
Ing. Ervin Zatko EASY Friend
Ing. Ervin Zatko EASY
- Join date:
- September 2014
- Posts:
- 127
- Downloads:
- 406
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
January 8, 2014 at 4:31 pm #193594Hi
I add a subcategory to Events category, because I want calssify events.
But there is problem display correctly these events from subcategory.Please send me solution for this problem.
Thanx
Ervin
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 9, 2014 at 9:05 am #517899Hi Ervin,
By default, this template doesn’t provide style for sub-category. Displaying sub-category will compromise the layout of this event page.
Ing. Ervin Zatko EASY FriendIng. Ervin Zatko EASY
- Join date:
- September 2014
- Posts:
- 127
- Downloads:
- 406
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
January 9, 2014 at 10:22 am #517916It not a good news for me.
Dont exist any solution for it? I must use now only 1 subcategory…
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 10, 2014 at 3:43 am #517980You can post your site URL here and send me a screenshot to illustrate how you wish it should be (also set Optimize CSS option in template manager to NO). I will try and let you know if I can help 🙂
Ing. Ervin Zatko EASY FriendIng. Ervin Zatko EASY
- Join date:
- September 2014
- Posts:
- 127
- Downloads:
- 406
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
January 13, 2014 at 6:08 am #518206Hi
You have seen my webpage? I very need the solution…
ThanxSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 13, 2014 at 8:32 am #518227I checked and talked with our Development team. I am afraid this type of Events category layout supports to use 1 category only.
Ing. Ervin Zatko EASY FriendIng. Ervin Zatko EASY
- Join date:
- September 2014
- Posts:
- 127
- Downloads:
- 406
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
January 13, 2014 at 11:30 am #518261The problems is with this:
$event_category = $tplparams->get(‘event_category’);
In template Is added only 1 category.Temporary solution is here:
[PHP] <?php if ($params->get(‘show_create_date’)) : ?>
<?phpif($event_category == $this->item->catid){ ?>
<div class=”created-date”>
<span class=”day”><?php echo JHtml::_(‘date’, $this->item->created, JText::_(‘TPL_DATE_FORMAT_DAY’));?></span>
<span class=”month”><?php echo JHtml::_(‘date’, $this->item->created, JText::_(‘TPL_DATE_FORMAT_MONTH’));?></span>
</div>
<?php }else{ ?>
<div class=”created-date”>
<span class=”day”><?php echo JHtml::_(‘date’, $this->item->created, JText::_(‘TPL_DATE_FORMAT_DAY’));?></span>
<span class=”month”><?php echo JHtml::_(‘date’, $this->item->created, JText::_(‘TPL_DATE_FORMAT_MONTH’));?></span>
</div>
<?php }?>
<?php endif; ?>
[/PHP]But I think it is big problem of this template. I have problem with subcategories in Artist too:
http://www.joomlart.com/forums/topic/subcategories-of-artists/Please if you find solution dens me it soon…
Thank you
ErvinNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 14, 2014 at 10:15 am #518407<em>@easypc 405089 wrote:</em><blockquote>Hi
I add a subcategory to Events category, because I want calssify events.
But there is problem display correctly these events from subcategory.Please send me solution for this problem.
Thanx
Ervin</blockquote>Hi Ervin,
I’m afraid Event Category Blog could not support subcategory and the tweak you mentioned requires heavy customization, which is beyond our scope of support. You should hire a developer to handle this for you.
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 3 voices, and was last updated by Ninja Lead 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Sub categories in Events
Viewing 8 posts - 1 through 8 (of 8 total)