Title: malic's Replies | WordPress.org

---

# malic

  [  ](https://wordpress.org/support/users/malic/)

 *   [Profile](https://wordpress.org/support/users/malic/)
 *   [Topics Started](https://wordpress.org/support/users/malic/topics/)
 *   [Replies Created](https://wordpress.org/support/users/malic/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/malic/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/malic/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/malic/engagements/)
 *   [Favorites](https://wordpress.org/support/users/malic/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Google reCAPTCHA] ERROR: Google reCAPTCHA verification failed.](https://wordpress.org/support/topic/error-google-recaptcha-verification-failed-6/)
 *  Thread Starter [malic](https://wordpress.org/support/users/malic/)
 * (@malic)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/error-google-recaptcha-verification-failed-6/#post-17085934)
 * thanks for your reply. I will try to find out the cause of this problem. thanks
   again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Google reCAPTCHA] ERROR: Google reCAPTCHA verification failed.](https://wordpress.org/support/topic/error-google-recaptcha-verification-failed-6/)
 *  Thread Starter [malic](https://wordpress.org/support/users/malic/)
 * (@malic)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/error-google-recaptcha-verification-failed-6/#post-17084486)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Wordfence causes error 500 modifying .htaccess](https://wordpress.org/support/topic/wordfence-causes-error-500-modifying-htaccess-2/)
 *  Thread Starter [malic](https://wordpress.org/support/users/malic/)
 * (@malic)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/wordfence-causes-error-500-modifying-htaccess-2/#post-16832403)
 * Update: I re-activate Wordfence from my Bluehost cPanel site management interface.
   And the website is back.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Wordfence causes error 500 modifying .htaccess](https://wordpress.org/support/topic/wordfence-causes-error-500-modifying-htaccess-2/)
 *  Thread Starter [malic](https://wordpress.org/support/users/malic/)
 * (@malic)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/wordfence-causes-error-500-modifying-htaccess-2/#post-16832012)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Wordfence causes error 500 modifying .htaccess](https://wordpress.org/support/topic/wordfence-causes-error-500-modifying-htaccess-2/)
 *  Thread Starter [malic](https://wordpress.org/support/users/malic/)
 * (@malic)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/wordfence-causes-error-500-modifying-htaccess-2/#post-16831955)
 * BTW, I have re-uploaded htaccess Backup but the problem persists.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to enlarge the Twenty Eleven 2.1 default image size](https://wordpress.org/support/topic/how-to-enlarge-the-twenty-eleven-21-default-image-size/)
 *  Thread Starter [malic](https://wordpress.org/support/users/malic/)
 * (@malic)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/how-to-enlarge-the-twenty-eleven-21-default-image-size/#post-2195150)
 * Found 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.

Viewing 6 replies - 1 through 6 (of 6 total)