test melih
 melih
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • sunnyjey Friend
    #1077729

    I would like to remove the default ‘Search’ icon and Modal window at right upper corner of the Alumni Template.

    I have disabled the Search Module.

    But, when I am placing my own custom Menu Module with fa icon, it still shows the Search icon and tries to open in Modal window. Actually, when I click on my custom fa icon at this place it should open/redirect to the my custom Menu URL (Member Page). Pls help.


    1. wiJ8Pd
    Pankaj Sharma Moderator
    #1077889

    Hi
    Open template folder/tpls/blocks/topbar.php file
    Find

    1. <!-- head search -->
    2. <?php if ($this->countModules('head-search')) : ?>
    3. <div class="dropdown nav-search pull-right<?php $this->_c('head-search') ?>">
    4. <a data-toggle="dropdown" href="#" class="dropdown-toggle">
    5. <i class="fa fa-search"></i>
    6. </a>
    7. <div class="nav-child dropdown-menu container">
    8. <div class="dropdown-menu-inner">
    9. <jdoc:include type="modules" name="<?php $this->_p('head-search') ?>" style="raw" />
    10. </div>
    11. </div>
    12. </div>
    13. <?php endif ?>
    14. <!-- //head search -->

    and replace it with

    1.  
    2. <!-- head search -->
    3. <?php if ($this->countModules('head-search')) : ?>
    4. <div class="dropdown nav-search pull-right<?php $this->_c('head-search') ?>">
    5.  
    6. <jdoc:include type="modules" name="<?php $this->_p('head-search') ?>" style="raw" />
    7.  
    8. </div>
    9. <?php endif ?>
    10. <!-- //head search -->

    to use search as a normal position.

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 2 months ago.

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