-
AuthorPosts
-
November 18, 2010 at 5:02 pm #156566
No matter what the settings on the back end. My Category Blog layout wants to group all module positions into one single column, squishing them together. Any help solving this problem is gretly appreciated! Thanks in advance! 😀
Photo attached:
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
November 23, 2010 at 8:24 am #363845Dear vkaboomv,
Can you post your url for checking? So that we can have a look and try to debug it for you.
November 27, 2010 at 6:03 pm #364510Thank you for solving this issue! 😀
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
November 27, 2010 at 9:57 pm #364525I assume you solved it in the ticket system? It would be great if you could share how it was solved to help others who may have similar problems.
December 6, 2010 at 2:17 pm #365444Hi, I’ve got the same problem. How did you solve it please?
This is urgent.
Thank you,
KhamalSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
December 7, 2010 at 2:34 am #365499Dear fighthatred,
I am not sure it could help solve your issue but you can try as following
Open the file of templatesja_selenihtmlcom_contentcategoryblog_item.php,Looking for the HTML Codes
<div class=”article-content”>
<?php if (isset ($this->item->toc)) : ?>
<?php echo $this->item->toc; ?>
<?php endif; ?>
<?php echo $this->item->text; ?>
</div>
Change it to
<div class=”article-content”>
<table cellpadding=”0″ cellspacing=”0″ width=”100%”>
<tr><td>
<?php if (isset ($this->item->toc)) : ?>
<?php echo $this->item->toc; ?>
<?php endif; ?>
<?php echo $this->item->text; ?>
</td></tr>
</table>
</div>I hope it help !
December 10, 2010 at 7:17 pm #366202Sorry Phill,
The problem was fixed for me using the Ticket System. “tienhc” is the person who fixed the problem, however he did specificly say how it was done. Hopefully he will post the fix here.
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 4 voices, and was last updated by vkaboomv 13 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JA Seleni: Problem with Category Blog Layout. Groups all module positions
Viewing 7 posts - 1 through 7 (of 7 total)