Hi,
I use copy protect from quackwp to disable right click, pretty good for my blog.
Thread Starter
oora
(@oora)
Hi LSB Web Design,
thank you for your suggestion, i agree with that and and trying to configure out how to accomplish this 🙂
I got the same issue and now resolved. I did this with my blog:
3. If you do not have access of PHP.ini file then add this to an .htaccess file of your domain:
php_value memory_limit 64M
4. Try to add this line to your wp-config.php file to increase allocated memory to PHP:
define(’WP_MEMORY_LIMIT’, ‘64M’);
Thank You