Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • rikaryo Friend
    #186938

    Joomla! 2.5.9 – Nex 2.5.8

    Search put in place a banner on top of the site, the problem is that the mobile version of the banner is displayed, how do I remove the call from within the layout mobile search?

    I tried to remove the position it has in the Blocks folder / header.php

    <div class=”topheader clearfix”>
    <? php if ($ this-> countModules (‘search’)):?>
    <div id=”ja-search”>
    <jdoc:include type=”modules” name=”search” />
    </ div>
    <? php endif;?>

    But even this position by removing the banner disappears all, I want to remove the mobile version

    Rikáryo Mourão
    CEO - HeróiNerd - Inventtive

    pavit Moderator
    #490489

    Hi

    Try in this file pluginssystemjat3jat3base-themesdefaultcssiphonetemplate.css line 115

    /* Search */
    #ja-search {
    margin: 0;
    padding: 13px 0;
    position: relative;
    text-align: center;
    top: 0;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f3f4), color-stop(3%, #e0e4e7), color-stop(50%, #c7cfd4), color-stop(51%, #bec7cd), color-stop(97%, #b4bec6), to(#8999a5));
    }

    #ja-search label { display: none; }

    #ja-search form {
    height: 24px;
    -webkit-border-image: url('../../images/iphone/searchfield.png') 4 14 1 24;
    border-width: 4px 14px 1px 24px;
    display: block;
    position: relative;
    margin: 0 9px;
    }

    #ja-search .inputbox {
    border: 0;
    -webkit-appearance: none;
    height: 18px;
    float: left;
    font-size: 13px;
    padding: 0;
    position: relative;
    top: 2px;
    left: 4px;
    width: 100%;
    }

    Maybe you can comment out all the code for search

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

This topic contains 2 replies, has 2 voices, and was last updated by  pavit 11 years, 7 months ago.

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