# 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..