Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • virgorain Friend
    #157178

    Hi,

    I’m building a website and using your ja norite template.
    But I’m facing a little trouble when I posting articles or other items in the template.
    whenever I post article, the template position changed.
    When I posted an article, left menu appears in the bottom of the page.
    I would like to know why it is happening and how can I solve it.
    It is happening not only in the ja norite template but also in the community plus as well. :((
    If you have any suggestions or instruction, I would highly appreciate it.
    My site link is http://Eastwind1.com/

    Thank you very much
    De De

    iguinee Friend
    #365672

    As I can see from the link, your site is suffering.

    If I were you, since you have not made lot of progress, I would do a fresh install. If the problem persist, submit a ticket.

    Or you can even contact JA now to see what the problem is. http://support.joomlart.com/index.php?/Core/Default/Index

    I would advise to do a fresh install.

    Sherlock Friend
    #365715

    Dear virgorain,

    I think the problem is related to your article content, If you homepage is referred to the frontpage You can try as following
    Go to the file of templates/ja_norite/html/com_content/frontpage/default_item.php,Looking for the 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″ cellpadding=”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>

    Not sure, but hope it helps !

    virgorain Friend
    #371696

    dear dathq,
    thank you so much and sorry for my late.:D

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  virgorain 13 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum