Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • arteimagemdesign Friend
    #159460

    hello,

    as you can see in http://www.mraposo.com/ the search module is in correct position, the search button is ON on admin, but it never shows the button. i´ve allready edited the module in all options avaiable.

    any help?

    thks

    aman204 Friend
    #374341

    You can change this::

    #ja-search .button {template.css (line 665)
    display: none;
    }

    to

    #ja-search .button {template.css (line 665)
    position:absolute;
    display:block;
    right:0;
    top:4px;
    }

    arteimagemdesign Friend
    #374572

    thks for your help, but its not workin as needed. the button appears on top of text field.

    aman204 Friend
    #374617

    <em>@arteimagemdesign 218643 wrote:</em><blockquote>thks for your help, but its not workin as needed. the button appears on top of text field.</blockquote>

    Please re-check as this property is still not added::

    position:absolute;

    arteimagemdesign Friend
    #374879

    it´s there:

    [PHP]/* Search Module —*/

    #ja-search {

    position: absolute;

    bottom: 25px;

    right: 10px;

    background: url(../images/search-bg.gif) no-repeat #fff;

    width: 350px;

    height: 28px;

    }

    #ja-search label { display: none; }

    #ja-search .inputbox {

    width: 300px;

    float: right;

    height: 20px;

    margin-top: 6px;

    margin-right: 20px;

    border: 0;

    padding: 0;

    color: #666;

    font-size: 13px;

    background: none;

    }

    #ja-search .inputbox:hover, #ja-search .inputbox:focus {}

    #ja-search .button {

    position:absolute;

    display:block;

    right:0;

    top:4px;

    }
    [/PHP]

    aman204 Friend
    #374922

    It seems to be appearing fine. Please clear your browser cache for changes to reflect

    arteimagemdesign Friend
    #375422

    i’ve tried in 3 diferente machines, with diferent ISP’s and browsers.

    IE, FireFox and Chrome.

    all the same result.


    1. 07-02-2011-17-44-29
    aman204 Friend
    #375527

    <em>@arteimagemdesign 219825 wrote:</em><blockquote>i’ve tried in 3 diferente machines, with diferent ISP’s and browsers.

    IE, FireFox and Chrome.

    all the same result.

    </blockquote>

    It will appear in there with suggestions provided above

    If you are looking forward to achieve something else, Please let me know 🙂

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

This topic contains 8 replies, has 2 voices, and was last updated by  aman204 13 years, 9 months ago.

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