-
AuthorPosts
-
June 22, 2010 at 6:22 pm #151977
Hi There,
I have uploaded this template but main menu is coming ja menu postion and very top postion. I only want to display in Jamenu position. How can I delete duplicate menu. If I change and add menu it affects in both menu.Same thing happens in front page text. Getting Front page text in Home page as well as in JA Front End Module postion.
Please help me, How to disable duplicate things.
thanks
bivekJohn Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
June 22, 2010 at 6:32 pm #347745Hi Bivek,
Go to EXTENSIONS > MODULE MANAGER and find the menu’s module and simply disable it.
Every menu is its own module.Have fun!
John.micrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
June 22, 2010 at 8:07 pm #347751Hello,
I have posted a few times about problem with megamenu in top-right corner.
See my description of problem here.
See my solution here.But as far as I can see template version 1.4.1 has a bug, and in any case it needs a new manual for configuration of Mega Menu.
Good luck,
MicranthaJune 23, 2010 at 10:39 am #347841Thanks all for help.
I have solved that top right poblem by coding.
I am facing same duplicate data on front text.Before installing JA_frontpage module, there are some text displaying on front.That text are coming from front page manager. Now I have installed ja frontpage module now it shows same front page texts in JA Frontpage module and front. How should i disable the front text and only show in JA frontpage module of frontpage content. ?
June 23, 2010 at 10:49 am #347845Hi John,
Thanks for help…Could you please let me know how to show front page content only in JA_Frontpage module ? Currently frontpage texts are coming in both ja_frontpage module as well as general. So contents are duplicate in homepage.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 25, 2010 at 2:37 am #348022<em>@bivek 183831 wrote:</em><blockquote>Hi John,
Thanks for help…Could you please let me know how to show front page content only in JA_Frontpage module ? Currently frontpage texts are coming in both ja_frontpage module as well as general. So contents are duplicate in homepage.</blockquote>
Dear bivek,
Please just try go to templates/ja_teline_iii/layouts/blocks/main.php file,Search these codes
[PHP]<?php $contents = $this->getBuffer(‘component’);
if (!preg_match (‘/<div class=”blog”>s*</div>/’,$contents)) :?>
<div class=”ja-content-main clearfix”>
<jdoc:include type=”component” />
</div>
<?php endif; ?>[/PHP]Replace to
[PHP]<?php if(!$this->isFrontPage()) : ?>
<?php $contents = $this->getBuffer(‘component’);
if (!preg_match (‘/<div class=”blog”>s*</div>/’,$contents)) :?>
<div class=”ja-content-main clearfix”>
<jdoc:include type=”component” />
</div>
<?php endif; ?>
<?php endif; ?>[/PHP]I hope this help !
June 25, 2010 at 12:38 pm #348109Dear John,
Many Thanks. It works now.
But one thing John, can’t we disable these things without going through code, i mean can we desable same things from admin section ?
Thanks Once again…
Bivek -
AuthorPosts
This topic contains 7 replies, has 4 voices, and was last updated by Bivek Chhetri 14 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum