Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • vkaboomv Friend
    #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:


    1. Picture1
    Sherlock Friend
    #363845

    Dear vkaboomv,

    Can you post your url for checking? So that we can have a look and try to debug it for you.

    vkaboomv Friend
    #364510

    Thank you for solving this issue! 😀

    Phill Moderator
    #364525

    I 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.

    fighthatred Friend
    #365444

    Hi, I’ve got the same problem. How did you solve it please?
    This is urgent.
    Thank you,
    Khamal

    Sherlock Friend
    #365499

    Dear 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 !

    vkaboomv Friend
    #366202

    Sorry 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.

Viewing 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