Viewing 5 replies - 1 through 5 (of 5 total)
  • I can copy and paste your code and content just fine.

    Ctrl+C work on Opera,FF and I …but not on Chrome
    Cause is this code

    <script>
    	document.body.oncopy=function()
    	{
    	event.returnValue=false;
    	var txt_cr=document.selection.createRange().text;
    	var curr_url = window.location;
    	var copy_cr="\nFrom - ";
    	clipboardData.setData('Text',txt_cr+copy_cr+ curr_url);
    	}
    </script>

    Thread Starter blundellp

    (@blundellp)

    Thanks, do you know what plugin has put that code on my page as I’ve never manually edited the HTML so just want to toggle it off.

    I guess I’m talking about Chrome only

    Try:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter blundellp

    (@blundellp)

    Thanks I sorted it.

    My website > Appearance > Editor > Header > then scrolled through and deleted the <script> tag

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Non of my Blog pages will let me ctrl c’ is closed to new replies.