|
uCoz Community uCoz Modules Additional Features add a search box to website (add a search box to website) |
add a search box to website |
I have a website appsworldandroid.tk
i want to add a search box to it any how to make that search box search content on website. ? i want it to work like the one on this website apkgalaxy.com so that its easy to find games and apps with typed text in search box. |
It's a customized version of $SEARCH_FORM$. You need to have proper knowledge on HTML, CSS and JavaScript to create that.
Unfortunately, we don't provide custom codes/scripts. Please post on Coding Requests and see if other users can help. |
Take a look at this video. It will show you the way to add search box to your site.
http://wchat.ucoz.com/load/0-0-0-88-20 [900KB] [.wmv] Quote I want search Box to find the enteries of news feed and display the section of app or game in my website After you enable search box, you go to ACP > Site Search > Module Setting > Put a tick on which module you need to search. |
dhruvbhatia27840, Go to Control Panel (appsworldandroid.tk/admin) > Design Customization > Site Pages
and then right below <aside class="sidebar"> code, paste all the codes below... If you have no previous knowledge of HTML backup the code of Site Pages before modifying Code <form onsubmit="this.sfSbm.disabled=true" method="get" style="margin:0" action="/search/"> <input placeholder="Search..." type="text" name="q" maxlength="30" size="20" class="queryFieldcust"> </form> <style> input.queryFieldcust { font-size: 11px!important; color: #7F7F7F!important; background: #FFF!important; border: 1px solid #E0E0E0!important; border-radius: 3px!important; font-family: 'Open Sans'!important; width: 180px!important; padding: 10px!important; } </style> Post edited by Bluecube - Wednesday, 2014-12-10, 4:56 PM
|
| |||
| |||