Forum Replies Created
-
AuthorPosts
-
kevan
ParticipantHi Ernest,
Unfortunately it does not seem to have worked.
I have tried the exact string you provided as well as the shortcode , still nothing.
Any suggestions?
Thanks
Kevankevan
ParticipantHi Ernest,
Please see below from the theme author. I need to try and sort this out soon please Id really appreciate your assistance.
Let me know if you need anything from me
_________________________________________hello, i don’t know why you said that this theme uses hard-code for search but this we don’t need a searchform.php file separately for search just use default seach function of wordpress default or custom new search function.
And this is the code for seach on header:
wp-content\themes\wp_oswad_market\framework\functions\main.php as example at here http://prntscr.com/ns5qk8 you can seach the key “my_search_form”
and you can go to the file wp-content\themes\wp_oswad_market\theme\functions\filter_theme.php to check function my_search_form as image:
http://prntscr.com/ns5rhrThank You & Best Regards,
kevan
ParticipantHi Ernest,
Under appearance , Edit Theme, I notice this. Is this what you looking for?
I will also ask the author of the Theme.
/*———————————————————————————————————————————*/
/*- 1.3.1 HEADER SEARCH ———————————————————————————————————–*/
#header .header_search .bg_search #searchsubmit {
z-index:2;background-color:#fff;
}
#header form[id^=”searchform-“] .bg_search input[id^=”searchsubmit-“] {
margin:0;
}
#header form[id^=”searchform-“] .bg_search input[id^=”s-“] {
border:0;
}
#header .bg_search #s {
width:300px;
height:38px;
position:relative;
z-index:1;
padding:0 30px 0 10px;
line-height:32px;
border:0;
}#header .header_search #searchform {
margin:0;
}
#header #searchform .bg_search #searchsubmit {
display:inline-block;
height:16px;
position:absolute;
top:8px !important;
right:5px;
cursor:pointer;
border:0;
background:url(images/ic-search.png) left center no-repeat;
border-radius:0!important;
-moz-border-radius:0!important;
-webkit-border-radius:0!important;
-o-border-radius:0!important;
transition:none;
-moz-transition:none;
-webkit-transition:none;
padding:0 0 0 16px;
font-size:0;
}
#header #searchform .bg_search #searchsubmit:hover{background:url(../images/ic-search-hover.png) left center no-repeat;}
#header #searchform .bg_search input#searchsubmit{
margin:0;
}
#header #searchform .bg_search #s{
border:0;
}
#header .header_search .bg_search input[id^=”searchsubmit-“] {
z-index:2;background-color:#fff;
}kevan
ParticipantBasically both these options that have stopped working.
kevan
ParticipantHi Ernest,
Its a pleasure. Thanks
Its not resolved, you will notice on the home page and all the others that I have disabled the header search due to my site being live. I will enable it now for you to see.
Basically it is the default wodrpress and woo commerce search that must be replaced by your search bar.
I have attached the pics as well
-
AuthorPosts