Forum Replies Created
-
AuthorPosts
-
Nsideman
ParticipantFound it. Thanks!
Nsideman
ParticipantThanks!
Nsideman
ParticipantI really thought I had deleted the plugin first. Did you mean deleted the code in the header.php?
Nsideman
Participantyou mean like http://mlatc.org
Nsideman
ParticipantOK. So I have read up a little enough to figure out that this is the relevant section of code. However, my clumsy edits have not worked. Any pointers would be appreciated.
<!– search –>
<?php if ( empty( $data[‘head_show_search’] ) || ( !empty($data[‘head_show_search’]) && $data[‘head_show_search’] == ‘yes’) ) { ?>
<div id=”search”>
<span class=”icon-search icon-white”></span>
<div class=”search”>
<form id=”searchform” action=”<?php echo home_url(); ?>” method=”get”>
<input name=”s” maxlength=”20″ class=”inputbox” type=”text” size=”20″ value=”<?php echo __( ‘SEARCH …’, THEMENAME );?>” onblur=”if (this.value==”) this.value='<?php echo __( ‘SEARCH …’, THEMENAME );?>’;” onfocus=”if (this.value=='<?php echo __( ‘SEARCH …’, THEMENAME );?>’) this.value=”;” />
<input type=”submit” id=”searchsubmit” value=”go” class=”icon-search”/>
</form>
</div>
</div>
<!– end search –>Nsideman
ParticipantUnderstood. Thanks for the pointer.
Nsideman
ParticipantI see that you tried to do that in the footer. the footer widgets were turned off. Now that I have turned them on I can see your plugin working fine.
So it must be something with the theme not using the standard search. I will contact the theme owner.
Thank you!
Nsideman
Participantdev.mlatc.org/signin
Nsideman
Participantproblem with host. should be back up
Nsideman
ParticipantThe use ID is just your name. Ernest
Nsideman
Participantgoogle auth turned off.
I entered the username in the support ticket but it does not show up above. Should I enter that here? Can everyone see these exchanges?
Nsideman
Participantand if that does not work try /signin
Nsideman
Participantalso its /login
Nsideman
ParticipantGrrr…admin had done a country block. I don’t know why…it’s not like we have military secrets. OK that has been fixed. Please try again.
-
AuthorPosts