-
AuthorPosts
-
stevenwillettcom Friend
stevenwillettcom
- Join date:
- August 2014
- Posts:
- 10
- Downloads:
- 28
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
August 21, 2014 at 2:29 pm #200697Hi All,
I have a question, how do I go about splitting my full “list all categories” showing on my home page into multiple columns.
I have tried within the menu item to split the Blog layout but as i guessed this is not related to the blog layout settings.
Could anyone advise?
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
August 22, 2014 at 4:11 am #546917Hi,
What you’re trying to achieve will require heavy customization on the com_content
First, you will need to copy file “default.php” from folder: “/plugins/system/t3/base-bs3/html/com_content/categories” to folder: “/templates/purity_iii/html/com_content/categories” (you need to create this folder)
Then customize the code in this file “/templates/purity_iii/html/com_content/categories/default.php”
November 10, 2014 at 11:43 am #554748<em>@Nazario A 442476 wrote:</em><blockquote>Hi,
What you’re trying to achieve will require heavy customization on the com_content
First, you will need to copy file “default.php” from folder: “/plugins/system/t3/base-bs3/html/com_content/categories” to folder: “/templates/purity_iii/html/com_content/categories” (you need to create this folder)
Then customize the code in this file “/templates/purity_iii/html/com_content/categories/default.php”</blockquote>
I can not see the list of subcategories in two columns, can you please post an example of what is the code to add?
This is the code that I find in my default.php file:<?php
/**
* @package Joomla.Site
* @subpackage com_content
*
* @copyright Copyright (C) 2005 – 2014 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/defined(‘_JEXEC’) or die;
JHtml::addIncludePath(JPATH_COMPONENT . ‘/helpers’);
JHtml::_(‘behavior.caption’);
?>
<div class=”categories-list<?php echo $this->pageclass_sfx; ?>”>
<?php
echo JLayoutHelper::render(‘joomla.content.categories_default’, $this);
echo $this->loadTemplate(‘items’);
?>
</div>thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 4 voices, and was last updated by Ninja Lead 10 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to split "List All Categories" menu item in to multiple columns
Viewing 4 posts - 1 through 4 (of 4 total)