Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
sunnyjey Friend
sunnyjey
- Join date:
- March 2007
- Posts:
- 36
- Downloads:
- 25
- Uploads:
- 5
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
November 29, 2017 at 12:03 pm #1077729I 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.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 30, 2017 at 2:07 am #1077889Hi
Open template folder/tpls/blocks/topbar.php file
Find<!-- head search --> <?php if ($this->countModules('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> <?php endif ?> <!-- //head search -->
and replace it with
<!-- head search --> <?php if ($this->countModules('head-search')) : ?> <div class="dropdown nav-search pull-right<?php $this->_c('head-search') ?>"> <jdoc:include type="modules" name="<?php $this->_p('head-search') ?>" style="raw" /> </div> <?php endif ?> <!-- //head search -->
to use search as a normal position.
Regards
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 1 reply, has 2 voices, and was last updated by Pankaj Sharma 6 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum