• HI. I’m confused about how to add a link to the contact form in my navigation menu.

    I have a website here: https://www.bodhicharya.org/manyroads that is built using Thesis in WP3.01. The menu is Thesis’ own, not the new WP menu. As you can see, I’ve managed to add the contact form as a sidebar link, but not in the nav bar.

    Can you help?

    Do I also need to create a separate contact form somewhere else for those that don’t have ajax?

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is from a previous post from Eric Martin, tested and worked for me:

    Open smcf.php and
    replace:
    add_filter(‘wp_list_pages’, array($smcf, “page_menu_list”));

    with:
    add_filter(‘wp_nav_menu_items’, array($smcf, “page_menu_list”));

    Then, on your Appearance > Menus page, make sure the Contact menu has a title attribute that matches the Contact Link Title: value on your SMCF settings page.

    I can confirm that code works, also as described by the plugin author.

    judodesign, it is a good idea to have an actual contact form (or at least contact details) on the contact page for those who don’t get the modal form. Otherwise they’ll get a blank page!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: SimpleModal Contact Form (SMCF)] link to the contact form in my navigation menu’ is closed to new replies.