malic
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Google reCAPTCHA] ERROR: Google reCAPTCHA verification failed.thanks for your reply. I will try to find out the cause of this problem. thanks again.
Forum: Plugins
In reply to: [Advanced Google reCAPTCHA] ERROR: Google reCAPTCHA verification failed.I delete this plugin from ftp. And now I can login to my website now. I’ll try to figure out what’s going on with my website.
Update: I re-activate Wordfence from my Bluehost cPanel site management interface. And the website is back.
Update: I changed the user.ini and I can enter wp_admin successfully. but when I deactivate Wordfence, the whold site is gone. I can’t even brower my website now. Please help.
BTW, I have re-uploaded htaccess Backup but the problem persists.
Forum: Themes and Templates
In reply to: How to enlarge the Twenty Eleven 2.1 default image sizeFound a solution. Just enlarge the default width of Twenty Eleven theme, and default image will adjust automatically.
Create a child theme first. Set its max-width parameter, and set the content width and secondary width parameters accordingly. Finally I keep its max-width, adjust the #content and #secondary.
#page { margin: 2em auto; max-width: 1000px; } #content { margin: 0 34% 0 5.6%; width: 70%; } #secondary { float: right; margin-right: 5.6%; width: 13%; }You may adjust Singular parameters accordingly.