PopUp Menu Link – WordPress Tutorial – Contact Me
WordPress Tutorial
Would your rather have a popup menu link and page for your “Contact Me” in your menu. Well, here is a pretty cool way to to accomplish that task.
You will need 2 plugins an optional 3rd.
- Popup Contact Form from gopiplus
- Jin Menu by Buffernow
- Configure SMTP by Coffee 2 (optional I use because I run on Windows server and php mail is funky)
“POPUP CONTACT FORM”
CONFIGURATION
1. Under Settings > Popup contact form – Configure the plugin as you desire but be sure to remove the image link form “Link Button/Text” If you don’t this then the button will show up at the of all your pages, and we don’t need that to happen.
2. Click “Update Settings”
3. Past the following into your header.php file (Appearance > Editor > Templates – Header – header.php)
<>PopupContact(); ?></>
“CONTACT ME MENU LINK”
CONFIGURATION
1. Open Appearance > Menus and be sure to select the menu you want to add the popup to.
2. In “Custom Links” configure as shown below “Contact Me” or “Contact Us” whatever your desired link name is.
3. Click “Add To Menu”
4. You will notice your menu link is added under the select menu. Click on the down arrow next to “Custom”
5. Now you will add the following to “OnClick Javascript “:
<>PopupContact_OpenForm( 'PopupContact_BoxContainer',' PopupContact_BoxContainerBody', 'PopupContact_BoxContainerFooter');</>
6. Now click “Save Menu”
7. Go to your site and presto…
***Popup Contact Form doesn’t come exactly with that look I did some styling. You can also!
Recent Comments