- Posts: 10
- Thank you received: 0
Cannot make two columns of articles.
-
gmh
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 9 months ago #18108
by gmh
Cannot make two columns of articles. was created by gmh
I recently installed the Joomla 2.5 Hot Start pack for this template, but when I apply the blog layout, I cannot make two columns. My site only has one column of articles in the content area for all pages. However, in other templates the two columns appear.
While not a complete beginner, Ive used Joomla 1.5 before and am guessing this problem might have something to do with the CSS or source code, which I don't know much about.
How can I fix this?
Your help would be greatly appreciated. Thanks.
While not a complete beginner, Ive used Joomla 1.5 before and am guessing this problem might have something to do with the CSS or source code, which I don't know much about.
How can I fix this?
Your help would be greatly appreciated. Thanks.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6784
- Thank you received: 720
12 years 9 months ago #18118
by milos
Replied by milos on topic Re: Cannot make two columns of articles.
Are you sure that you entered correct numbers for columns in the parameters of the Blog's menu item? We need your link to inspect that.
Please Log in to join the conversation.
-
gmh
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 10
- Thank you received: 0
12 years 9 months ago - 12 years 9 months ago #18136
by gmh
Replied by gmh on topic Re: Cannot make two columns of articles.
The link to my site is
www.gregses.com
. The frontend is in Japanese, but the backend is in English. As you can see from the image file attached, the columns are set to 2 in the Blog Layout Options section. The site is only partially made, but if you click on either of the two menu items on the left side of the page there is only 1 column, despite both menu items being set to 2 columns. I am at a loss as to what I am doing wrong. Thanks for your help.
Last edit: 12 years 9 months ago by gmh.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #18153
by ivan.milic
Replied by ivan.milic on topic Re: Cannot make two columns of articles.
Try general settings for "Blog / Featured Layouts" when you enter article manager there is "options" icon , and when you click on it you will find that tab.
Please Log in to join the conversation.
-
gmh
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 10
- Thank you received: 0
12 years 9 months ago #18167
by gmh
Replied by gmh on topic Re: Cannot make two columns of articles.
Thanks for the suggestion, but unfortunately it still won't create two columns. I've included an image file of the settings in the options Blog / Featured Layouts box.
It looks alright to me. If nobody else is having this problem, I am wondering if you think there is any value in deleting this template and reinstalling it again. Perhaps something was amiss with the initial installation.
It looks alright to me. If nobody else is having this problem, I am wondering if you think there is any value in deleting this template and reinstalling it again. Perhaps something was amiss with the initial installation.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #18187
by ivan.milic
Replied by ivan.milic on topic Re: Cannot make two columns of articles.
Try this open:
\templates\hot_software\html\com_content\category\blog.php
around line 51:
if ($this->params->def('multi_column_order', 0)) : // order across, like...
change to:
if ($this->params->def('multi_column_order', 0) || true) : // order across, like...
\templates\hot_software\html\com_content\category\blog.php
around line 51:
if ($this->params->def('multi_column_order', 0)) : // order across, like...
change to:
if ($this->params->def('multi_column_order', 0) || true) : // order across, like...
Please Log in to join the conversation.
Time to create page: 0.208 seconds