Title: crazyparser's Replies | WordPress.org

---

# crazyparser

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Timely Event Calendar – How to Fix Issues with 3.7 upgrade](https://wordpress.org/support/topic/timely-event-calendar-issues-with-37-upgrade-1/)
 *  [crazyparser](https://wordpress.org/support/users/crazyparser/)
 * (@crazyparser)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/timely-event-calendar-issues-with-37-upgrade-1/#post-4255840)
 * the erring plugin is google-adsense-lite
    Please disable it and clicking on the
   events again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp List Subscribe Form] subscription form too short](https://wordpress.org/support/topic/subscription-form-too-short/)
 *  [crazyparser](https://wordpress.org/support/users/crazyparser/)
 * (@crazyparser)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/subscription-form-too-short/#post-3564538)
 * > My subscription form is too short and my subscribe button is halfway off the
   > form.
 * The subscribe button displays fine for me. If you want it to be resized to 100px,
   then add the following:
 *     ```
       #mc_signup_submit.button {
         width:100px;
       }
       ```
   
 * You could control by adjusting the left margin:
 *     ```
       #mc_signup_submit.button {
         margin-left:65px;
       }
       ```
   
 * >  How can I make the form longer so that my subscription button fits on it?
 * To make the form longer, mc_tak’s code should work fine. I have used this code
   to check it:
 *     ```
       #mc_signup_form {
       height: 250px;
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Set Static Home Page and Blog page in WordPress 3.3](https://wordpress.org/support/topic/set-static-home-page-and-blog-page-in-wordpress-33/)
 *  [crazyparser](https://wordpress.org/support/users/crazyparser/)
 * (@crazyparser)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/set-static-home-page-and-blog-page-in-wordpress-33/#post-2471257)
 * Try to have more than 1 page on your site.
    The reason? – it couldn’t find at
   least 2 pages on your blog.
 * If you do a fresh install of wordpress, the option will not show unless you create
   another page (a total of 2 – one is the sample page and the other one is the 
   new page)
 * Good luck!

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