Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • alfonsotesauro Friend
    #189076

    Hello, even if I unpublish the search module, i continue to see it in the Header.
    How can I do to not see it anymore?
    Thanks for your help.

    I am New to your template

    phong nam Friend
    #499524

    Hi Alfonso,

    You can use below css styles to hide the search module without editing .php file:

    #ja-search {
    display: none !important;
    }

    Put this into the end of templatesja_droidcsstemplate.css file. Clear JAT3 cache after saving change.

    alfonsotesauro Friend
    #499547

    Thank You very much Leo.
    I’ ve checked after an hour and I’ve seen that the search box is disappeared, anyway your answer is useful because it allows me to understand a little more about CSS. What method is preferable?.
    Thanks again.

    phong nam Friend
    #499576

    Hi alfonsotesauro,

    I has guessed that you forgot to click JAT3 cache after displaying the search module in Module Manager. That is why the search box still appeared. So, The simplest method is disabling the module in Module Manager + Clear JAT3 cache (The button is on the top right of dashboard).

    With editing .php file method, you will see the php functions to call a search module in pluginssystemjat3jat3base-themesdefaultblocksheader.php file at line:

    <?php if($this->countModules('search')) : ?>
    <div id="ja-search">
    <jdoc:include type="modules" name="search" />
    </div>
    <?php endif; ?>

    Note: You shouldn’t use the editing .php file method because I will be not effective when you update new T3v2 version.

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

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

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