- Posts: 1
- Thank you received: 0
Number of Columns in Category
- Buddha Apps & Mobile
-
Topic Author
- Offline
- New Member
-
Less
More
10 years 4 months ago #53596
by Buddha Apps & Mobile
Number of Columns in Category was created by Buddha Apps & Mobile
- Tuan Pham Ngoc
- Away
- Administrator
-
10 years 4 months ago #53846
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Number of Columns in Category
Hi
we limit number columns because we think that if we display too many plans, there won't be enough space. If you want to display 5 plans, you can try to edit code :
1. Open the file components/com_osmembership/views/common/pricingtable_plans.php
2. Find the code
$numberColumns = min($numberColumns, 4);
3. Change it to:
$numberColumns = 5;
And it should work well
Regards,
Tuan
we limit number columns because we think that if we display too many plans, there won't be enough space. If you want to display 5 plans, you can try to edit code :
1. Open the file components/com_osmembership/views/common/pricingtable_plans.php
2. Find the code
$numberColumns = min($numberColumns, 4);
3. Change it to:
$numberColumns = 5;
And it should work well
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.