Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • G T Friend
    #186024

    I want to add new module postion on the left side of search position. Is it possible. If yes can some one help me

    Ninja Lead Moderator
    #487354

    Follow me on this way

    1) Copy plugins/system/jat3/jat3/base-themes/default/blocks/header.php file

    2) Paste it to templates/ja_university/blocks

    Open header.php file

    from


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

    change to


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

    3) Open templates/ja_university/css/template.css file

    add new script


    #ja-new_position {
    position: absolute;
    right: 300px;
    overflow: hidden;
    width: 300px;
    }

    4) Create new module appear with new_position

    Remember to clear cache from Admin area.

    Let me know the result

    5268311 Friend
    #488881

    Hi Ninja Leand!
    I sent a e-mail about the ftp, cpanel and joomla administratrator. Do you received?

    I could not work with change…

    rotechenterprise Friend
    #543481

    Hi,

    I’m looking to put a language translator module on the left side of the search position and am having issue getting this process done. I follow the above method and no results, are the steps the same for Ja University 3.1 site? Wondering how some users are able to put their language translator next to their search position. Any help is much appreciated, thank you.

    Adam M Moderator
    #543623

    Hi,

    Could you please provide your site url so I can have a look first ?

    Adam M Moderator
    #543907

    Hi,

    1. First, please take a look at this post to see how to add new module position to the template.

    2. Open templates/your_template/tpls/blocks/header.php and look for the code begin with
    <div id="ja-search">
    then add a new module position before it.

    3. About the CSS part, please use CSS rules provided by Ninja Lead in previous post.

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

This topic contains 6 replies, has 5 voices, and was last updated by  Adam M 10 years, 3 months ago.

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