-
AuthorPosts
-
December 7, 2010 at 7:28 pm #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 Deiguinee Friendiguinee
- Join date:
- December 2009
- Posts:
- 453
- Downloads:
- 10
- Uploads:
- 39
- Thanks:
- 58
- Thanked:
- 32 times in 1 posts
December 8, 2010 at 1:16 am #365672As 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
December 8, 2010 at 4:27 am #365715Dear 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 !
1 user says Thank You to Sherlock for this useful post
-
AuthorPosts
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