• Resolved Botzi

    (@unarmedgunman)


    I am using the mosaik-10 theme and I am trying to replace the standard search bar in the upper right with Google search. However, I can not find the code to edit. I’ve looked in header, sidebar, index and everything in between, but can’t find it. The worst part is when I “view source” in the browser I see the code I need to change:

    <td id="right" valign="top">
    			<div id="right_header">
    				<div id="right_search">
    					<table cellpadding="0" cellspacing="1">
    					<form method="get" action="https://seefunnyvideos.com/">
    						<tr>
    							<td><input type="image" src="https://seefunnyvideos.com/wp-content/themes/mosaik-10/images/go.png" class="sub" /></td>
    						</tr>
    					</form>
    					</table>
    				</div>
    				<div id="right_pad">

    But I can’t find it anywhere, and the next line of code showing in “view source” is actually the first line of code in the sidebar.php file. Any help would be greatly appreciated. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Looks like searchform.php is included in index.php for that theme.

    Thread Starter Botzi

    (@unarmedgunman)

    No – that doesn’t help.

    its inside footer.php

    the logical place to put something thats at the top of the page, don’t you think? ??

    maybe those affiliate links at the bottom are coded into header.php

    Thread Starter Botzi

    (@unarmedgunman)

    Thanks a million

    Thread Starter Botzi

    (@unarmedgunman)

    Well – that was what I was looking for, but I still can’t get the Google Search to move into the upper right corner without breaking the layout. Any suggestions?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘view source shows it – but I can’t find the file’ is closed to new replies.