Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • VisiGod Friend
    #190102

    Is there any chance that the search in the header of the site to be replaced with the Smart Search which works much better?
    Publishing the module (smart search) on the head-search doesn’t seem to fit very well.

    Ninja Lead Moderator
    #503905

    JA Argo supports standard Joomla functions so if you configure Joomla for something like that then the question is yes.

    You can change to use Smart Search Module replace to Search Module, however, we support styles for Search Module only (by default) and not style Smart Search Module, you should compare them and make change in css for Smart Search Module.

    VisiGod Friend
    #505265

    Well, Smart Search is a standard Joomla! function, it is part of the core…
    It is not third party extension or something.

    Ninja Lead Moderator
    #505461

    I’ve reported this issue to dev team, they will fix and update in the next release of this JA Argo template.

    At this mean time, you can apply my suggestion into your site:

    + Open templates/ja_argo/css/custom.css file

    + Add new script


    .head-search .input,
    .head-search .inputbox {
    background: url(../images/ico/search.png) no-repeat 8px center;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    width: 20px;
    text-indent: 26px;
    }
    .head-search .input:hover,
    .head-search .input:active,
    .head-search .input:focus,
    .head-search .inputbox:hover,
    .head-search .inputbox:active,
    .head-search .inputbox:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }
    .head-search .input:focus,
    .head-search .inputbox:focus {
    color: #fff;
    width: 180px;
    }

    .head-search br {
    display: none;
    }

    Hope it helps.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 2 months ago.

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