-
AuthorPosts
-
arteimagemdesign Friend
arteimagemdesign
- Join date:
- April 2007
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 2
January 28, 2011 at 5:24 pm #159460hello,
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 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 29, 2011 at 6:40 am #374341You 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 Friendarteimagemdesign
- Join date:
- April 2007
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 2
January 31, 2011 at 10:43 am #374572thks for your help, but its not workin as needed. the button appears on top of text field.
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 31, 2011 at 4:47 pm #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 Friendarteimagemdesign
- Join date:
- April 2007
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 2
February 2, 2011 at 6:13 pm #374879it´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 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
February 3, 2011 at 7:50 am #374922It seems to be appearing fine. Please clear your browser cache for changes to reflect
arteimagemdesign Friendarteimagemdesign
- Join date:
- April 2007
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 2
February 7, 2011 at 5:45 pm #375422i’ve tried in 3 diferente machines, with diferent ISP’s and browsers.
IE, FireFox and Chrome.
all the same result.
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
February 8, 2011 at 7:13 am #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 🙂
AuthorPostsViewing 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
Search Button
Viewing 8 posts - 1 through 8 (of 8 total)