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

    John Wesley Brett Moderator
    #347745

    Hi 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 Friend
    #347751

    Hello,

    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,
    Micrantha

    Bivek Chhetri Friend
    #347841

    Thanks 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. ?

    Bivek Chhetri Friend
    #347845

    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.

    Sherlock Friend
    #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 !

    Bivek Chhetri Friend
    #348109

    Dear 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

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

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