Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • rclpris Friend
    #161879

    Hi,

    I want to add the joomfish selector (flags) at the top of the website, preferrably in between the top menu and the search area. However, it doesn’t work if I assign joomfish to either top nav nor the search position.

    Can anyone help?

    Thanks.

    Pris

    Ninja Lead Moderator
    #383200

    This case you should create a new position, please follow this:

    1.Open templatesja_community_plusblocksheader.php, add:

    <?php if($this->countModules('jf-select-lang')) : ?>
    <div id="jf-select-lang">
    <jdoc:include type="modules" name="jf-select-lang" />
    </div>
    <?php endif; ?>

    before

    <?php if($this->countModules('search')) : ?>

    2. Open templatesja_community_plustemplateDetails.xml, inside <positions>, add:

    <position>jf-select-lang</position>

    3. Open templatesja_community_pluscsstemplate.css, add:


    #jf-select-lang{
    /* your desired style*/
    }

    4. Go to admin > modules manager, assign joomfish language choose to the position “jf-select-lang”.

    rclpris Friend
    #383517

    Thank you!

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

This topic contains 3 replies, has 2 voices, and was last updated by  rclpris 13 years, 8 months ago.

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