Title: graticle's Replies | WordPress.org

---

# graticle

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Membership] "Send Notification to Admin" Not Working](https://wordpress.org/support/topic/send-notification-to-admin-not-working/)
 *  Thread Starter [graticle](https://wordpress.org/support/users/graticle/)
 * (@graticle)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/send-notification-to-admin-not-working/#post-5941922)
 * It is. Thanks man.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Membership] "Send Notification to Admin" Not Working](https://wordpress.org/support/topic/send-notification-to-admin-not-working/)
 *  Thread Starter [graticle](https://wordpress.org/support/users/graticle/)
 * (@graticle)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/send-notification-to-admin-not-working/#post-5941862)
 * Thanks for the reply.
 * One of the plugin authors just got back to me on their support forum and said
   that they’ve fixed it:
 * [https://simple-membership-plugin.com/forums/topic/send-notification-to-admin-not-working/](https://simple-membership-plugin.com/forums/topic/send-notification-to-admin-not-working/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Change “MailTo” Address in Template/Shortcode](https://wordpress.org/support/topic/change-mailto-address-in-templateshortcode/)
 *  Thread Starter [graticle](https://wordpress.org/support/users/graticle/)
 * (@graticle)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/change-mailto-address-in-templateshortcode/#post-5931979)
 * For posterity:
 * Finally found someone doing this by using the plugin [Contact Form 7 – Dynamic Text Extension](https://wordpress.org/plugins/contact-form-7-dynamic-text-extension/).
 * —
 * Based on this article:
 * How to Dynamically Set the Recipient (To) Email Address in Contact Form 7
 * [http://sevenspark.com/wordpress-plugins/how-to-dynamically-set-the-recipient-to-email-address-in-contact-form-7](http://sevenspark.com/wordpress-plugins/how-to-dynamically-set-the-recipient-to-email-address-in-contact-form-7)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove Title "Home" from ZeeMagazine Theme](https://wordpress.org/support/topic/remove-title-home-from-zeemagazine-theme/)
 *  [graticle](https://wordpress.org/support/users/graticle/)
 * (@graticle)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-title-home-from-zeemagazine-theme/#post-4022593)
 * Although !important should be used sparingly, go for this:
 *     ```
       #page-18 h2 {
        display: none !important;
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Alignment issue](https://wordpress.org/support/topic/alignment-issue-10/)
 *  [graticle](https://wordpress.org/support/users/graticle/)
 * (@graticle)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/alignment-issue-10/#post-4022591)
 * You can wrap the form and cart-contents in a div (or similar), and give it these
   attributes:
 * width: 960px;
    margin: 0 auto;
 * These attributes are from your style.css on line 144. So you could also give 
   your new div a class from one of those listed on line 144.
 * OR
 * You could throw it all in your #header .col-full div.
 * Then you can tinker with padding/margins as needed.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to make a page the front page](https://wordpress.org/support/topic/how-to-make-a-page-the-front-page/)
 *  [graticle](https://wordpress.org/support/users/graticle/)
 * (@graticle)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-to-make-a-page-the-front-page/#post-4020803)
 * You could have a few things happening here depending on your setup / plugins 
   that are installed.
 * If the WYSIWYG editor is showing content, and the page is not, then you need 
   to double check the correct [page template](http://codex.wordpress.org/Page_Templates)
   is being applied.
 * I’d reset your [permalinks](http://codex.wordpress.org/Using_Permalinks) as well
   if they are set to something other than Default.
 * And clear your cache if you have a caching plugin.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-config deleted – need to create a new database](https://wordpress.org/support/topic/wp-config-deleted-need-to-create-a-new-database/)
 *  [graticle](https://wordpress.org/support/users/graticle/)
 * (@graticle)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wp-config-deleted-need-to-create-a-new-database/#post-4021298)
 * You’ll want to contact the company that is hosting your website. If you’re unsure,
   call both companies and you’ll get it figured out.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress Main Page](https://wordpress.org/support/topic/wordpress-main-page/)
 *  [graticle](https://wordpress.org/support/users/graticle/)
 * (@graticle)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/wordpress-main-page/#post-2791411)
 * underConstruction is one of my favorite plugins for this. It also has an option
   to code anything you’d like for your under construction placeholder.
 * [http://wordpress.org/extend/plugins/underconstruction/](http://wordpress.org/extend/plugins/underconstruction/)

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