Wp - sağ tık engeli
7
●1.066
- 02-04-2009, 11:24:07Üyeliği durdurulduEvet arkadaşlar wordpress için sağ tık engelini paylaşmak istiyorum. ilk önce eklentimizi indirelim . daha sonra dosyamızı wp-content/plugins/ dizinine atarak yönetici panelinden etkinleştirelim. eklentimizi kurduktan sonra otomatik olarak ayarlar menüsünde WP-CopyProtect tıklıyoruz ve eklentinin içeriğinde Disable right mouse click: ve Disable text selection: aktif yapıyoruz ve sağ tuş yaparken görünmesini istediğiniz yazıyı This warning will be given to right clickers olan yere yazıyoruz ve son olarak save yapıyoruz.
- 21-04-2010, 10:06:43
# SOLUTION : Actually your theme doesn’t have <?php wp_footer(); ?> in footer, so please edit the footer of your theme and insert that code. To edit the theme go to Design >> Theme Editor >> Select “Footer.php” from right hand list >> and paste <?php wp_footer(); ?> just before the ‘< /body >‘ tag. If possible add this code near to Wordpress link. The “disable Content selection” will start working.
İşaretleme özelliğini kaldırmak için temanızdaki footer.php yi açın ve şu kodu </body> nin üstüne yerleştirin.
<?php wp_footer(); ?> just before the ‘
Yerleştirdikten sonraki görünüm bu:
<?php wp_footer(); ?> just before the ‘< /body >
%100 işaretlemeyi engelliyor..