Page refreshing after idle to different URL



line 97 of your markup shows a meta redirect: <meta http-equiv="refresh" content="120; url=www.how-to-install-tile.com" />


120 seconds = 3 minutes. Delete that line.
 
excellent, thank you! rep for you. since this is wordpress would that be located in the stylesheet template file for editing? Sorry I know that this is a real noob question, but I'm not good at editing code.
 
In the WP administration panel (the place where you create/edit/delete posts), click 'Editor' under the 'Appearances' panel.

It should look like this.

themeeditor.png


Make sure the selected them is the one you're currently using by selecting it from the drop down menu on the far right hand side under the Login/Logut links next to the words "Select theme to edit". Underneath this you'll see Theme Files, and templates. Click the 'Header.php' template, and once the code is populated into the text box, do a ctrl+f (find) and type

Code:
<meta http-equiv="refresh

Your browser should find that bit of code in the header file. Delete that entire line, and hit the blue 'Update File' button at the bottom, and you're done.

Note: I noticed that you were using a meta/keyword plugin. There's a chance that it may try and go behind your back to reinsert that line, that said you may want to go check the plugin settings to make sure you don't have a meta redirect set up and undo the work you've just done. Let me know if you need any help with this.
 
Perfect. Thanks, I already knew where it was just needed to know which file the code was located in. I am scared that its the meta plugin i am using that is overriding the code. I will check that after the changes and update. Thanks again for your time and great help.
 
Ok i found it. It actually was the plugin. I found the code in the plugin and edited it there. Thanks for all your help.