Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • agencypoint Friend
    #150440

    Hi,

    I am trying to move the search box on JA Seleni to under the menu; on the right side of the cookies.

    ie.

    You are Here: Section – Category – article SEARCHBOX

    Kind Regards,
    Tony

    Saguaros Moderator
    #340772

    Dear agencypoint!

    Here is the soltuion to resolve your issue:

    1) please open the file: templatesja_selenilayoutsblocksheader.php and remove the following codes:
    [PHP]
    <?php if($this->countModules(‘search’)) : ?>
    <div id=”ja-search”>
    <jdoc:include type=”modules” name=”search” />
    </div>
    <?php endif; ?>

    [/PHP]
    2) Please open the file : templatesja_selenilayoutsblockstopsl.php and find codes:
    [PHP]
    <div class=”inner clearfix”>
    <strong><?php echo JText::_(‘YOU ARE HERE’)?> </strong><jdoc:include type=”module” name=”breadcrumbs” />
    </div>
    [/PHP]
    and replace:
    [PHP]
    <div class=”inner clearfix”>
    <strong><?php echo JText::_(‘YOU ARE HERE’)?> </strong><jdoc:include type=”module” name=”breadcrumbs” />
    </div>
    <?php if($this->countModules(‘search’)) : ?>
    <div id=”ja-search”>
    <jdoc:include type=”modules” name=”search” />
    </div>
    <?php endif; ?>
    [/PHP]

    3) Please open the file: /templates/ja_seleni/css/template.css and find codes:

    #ja-search {
    position: absolute;
    bottom: 35px;
    right: 10px;
    }

    and replace:

    #ja-search {
    bottom:4px;
    position:absolute;
    right:10px;
    }

    Good luck

    agencypoint Friend
    #340789

    Hi Tienhc,

    That was EXACTLY what I was looking for!

    Thank you so much,
    –Tone

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

This topic contains 3 replies, has 2 voices, and was last updated by  agencypoint 14 years, 7 months ago.

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