Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • jamjodesign Friend
    #145541

    How does one create a button/menu link in the mega menu position. I know you can add modules to this position but how does one create a direct link/button? :-[

    I hope this is clear what I am asking for. Basically if I wanted to put “contact us” up in the mega-menu and when someone clicks on it they would go directly to the contact page – how would this be done??

    Thanks in advance

    gray Friend
    #321813

    Have you tried creating a custom module, placed in position called “contact” and adding in file templatesja_teline_iiilayoutsblocksheader.php the following code (before last </div></div></div>)?
    [php]
    <?php if($this->countModules(‘contact’)) : ?>
    <div class=”ja-links”>
    <jdoc:include type=”modules” name=”contact” />
    </div>
    <?php endif; ?>
    [/php]

    Note that I haven’t checked this out.

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

This topic contains 2 replies, has 2 voices, and was last updated by  gray 15 years, 1 month ago.

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