Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • bullitt Friend
    #1088430

    Hi,

    I want to change the search appareance in Platon.

    I would like to know if it s possible to have the same search like in Ja Alumni ?

    A full search screen ?

    I don’t know how to do this, I think I need to change in /template/html/com_search/search ?

    Best regards

    Saguaros Moderator
    #1088599

    Hi,

    You can will need to customize much on the search module to achieve that.
    1) Update the search display in ‘topbar’ block: root/templates/ja_platon/tpls/blocks/topbar.php

    <?php if ($this->countModules('head-search')) : ?>
    <!-- HEAD SEARCH -->
    <div class="dropdown nav-search pull-right<?php $this->_c('head-search') ?>">
      <a data-toggle="dropdown" href="#" class="dropdown-toggle">
        <i class="fa fa-search"></i>                  
      </a>
      <div class="nav-child dropdown-menu container">
        <div class="dropdown-menu-inner">
          <jdoc:include type="modules" name="<?php $this->_p('head-search') ?>" style="raw" />
        </div>
      </div>
    </div>
    <!-- //HEAD SEARCH -->
    <?php endif ?>

    2) Customize style for this search module.

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Saguaros 6 years, 3 months ago.

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