yeni bi wp site aldım. ama sitedeki linkler nedense sağ tıklanmıyor.örneğin benzer bi konuyu sağ tıklayıp yeni sekmede açmak istediğimde yapamıyorum. sağ tıkladığımda ufak bir pencerede uyarı veriyor..
Nasıl düzeltirim arkadaşlar?
site: http://www.isteara.com
Linkler SAĞ tıklanmıyor. nasıl düzeltebilirim.?
5
●879
- 12-07-2010, 23:25:14kullandığın temanın header.php dosyasında alttaki kodlar var o kodları silersen sorunun çözülür
<script type="text/javascript"> <!-- /*************************************************************************************************************** *Copyprotection for this site is provided by WP-CopyProtect v1.9.1 visit www.TheChetan.com/wp-copyprotect/ for more details *RightClick Disabled, Please DO NOT COPY. ***************************************************************************************************************/ var message=""; /////////////////////////////////// function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false") // --> </script> <script type="text/javascript"> /*************************************************************************************************************** *Copyprotection for this site is provided by WP-CopyProtect v1.9.1 visit www.TheChetan.com/wp-copyprotect/ for more details *Selection Disabled, Please DO NOT COPY. **************************************************************************************************************/ function disableSelection(target){ if (typeof target.onselectstart!="undefined") //For IE target.onselectstart=function(){return false} else if (typeof target.style.MozUserSelect!="undefined") //For Firefox target.style.MozUserSelect="none" else //All other route (For Opera) target.onmousedown=function(){return false} target.style.cursor = "default" } </script> - 13-07-2010, 00:02:51hocam dediğiniz kodlar yokturç header.php dosyasında.sablonmix09 adlı üyeden alıntı: mesajı görüntüle
- 13-07-2010, 00:13:19
<script type="text/javascript"> <!-- /*************************************************************************************************************** *Copyprotection for this site is provided by WP-CopyProtect v1.9.1 visit www.TheChetan.com/wp-copyprotect/ for more details *RightClick Disabled, Please DO NOT COPY. ***************************************************************************************************************/ var message=""; /////////////////////////////////// function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false") // --> </script> <script type="text/javascript"> /*************************************************************************************************************** *Copyprotection for this site is provided by WP-CopyProtect v1.9.1 visit www.TheChetan.com/wp-copyprotect/ for more details *Selection Disabled, Please DO NOT COPY. **************************************************************************************************************/ function disableSelection(target){ if (typeof target.onselectstart!="undefined") //For IE target.onselectstart=function(){return false} else if (typeof target.style.MozUserSelect!="undefined") //For Firefox target.style.MozUserSelect="none" else //All other route (For Opera) target.onmousedown=function(){return false} target.style.cursor = "default" } </script> <link rel="stylesheet" type="text/css" href="http://www.isteara.com/wp-content/plugins/wp-recaptcha/recaptcha.css" /><style type='text/css'> <!--#headerimg h1 a, #headerimg h1 a:visited, #headerimg .description { color: #000000; } --></style> <!-- Vipers Video Quicktags v6.2.17 | http://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/ --> <style type="text/css"> .vvqbox { display: block; max-width: 100%; visibility: visible !important; margin: 10px auto; } .vvqbox img { max-width: 100%; height: 100%; } .vvqbox object { max-width: 100%; } </style> <script type="text/javascript"> // <![CDATA[ var vvqflashvars = {}; var vvqparams = { wmode: "opaque", allowfullscreen: "true", allowscriptacess: "always" }; var vvqattributes = {}; var vvqexpressinstall = "http://www.isteara.com/wp-content/plugins/vipers-video-quicktags/resources/expressinstall.swf"; // ]]> </script>Evet ben de baktığımda görüyorum bu kodu, header.php, footer.php index.php kontrol et tema dosyalarını - 13-07-2010, 00:58:14bu işe yaradı teşekkür ederim +repAlpern adlı üyeden alıntı: mesajı görüntüle