• Resolved cbmc

    (@cbmc)


    I am attempting to use SimpleModal Contact Form, as described in the installation instructions for the Sharpfolio 2.0 theme.

    On the theme demo page (http://webrevolutionary.com/sharpfolio-demo/) when you click “Contact” the SMCF plugin generates a popup contact form. I can see in the source code that there is a special class for the link:

    <li class="page_item page-item-38"><a href="http://webrevolutionary.com/sharpfolio-demo/contact" title="Contact" class="smcf-link">Contact</a></li>

    However, after following the Sharpfolio instructions, I am not seeing this class bit inserted into the source code for my site, and when I click “Contact” on my site the link just takes me to a blank page.

    These are the instructions for setting up that link to launch the contact form plugin:

    ‘Setup Contact Form
    Please add new page (Dashboard > Pages > Add New)

    Title = contact
    Description : leave it blank
    Permalinks : http://yourdomainname.com/contact

    I can’t help but suspect that something has been left out of the equation.

    What am I missing?

Viewing 9 replies - 1 through 9 (of 9 total)
  • So, you don’t see the class="smcf-link" code on the link?

    If it is there, then it sounds like you have some other JS issue or wp_footer(); is not in your theme (footer.php).

    -Eric

    Thread Starter cbmc

    (@cbmc)

    Well, the footer code is where it should be.

    I’m wondering how the class gets attached to the menu item on the demo though. You certainly can’t do it from the New Post page, as far as I know.

    The class in the link is either hard-coded, or built dynamically by filtering one of the internal WP functions.

    If you know how the link is being generated, that would help me to narrow down the issue.

    Thread Starter cbmc

    (@cbmc)

    Yeah, it would help me too.

    You know this theme is distributed with your plug-in included, right?

    Thread Starter cbmc

    (@cbmc)

    Maybe the theme just isn’t playing well with WP 3.0.1 ?

    No, I did not know that.

    They are using the following code:
    <?php wp_list_pages('&title_li='); ?>

    SMCF should handle that, assuming you have the correct Page title and SMCF Title setting. So, if the title of your page is “Contact Me”, you need to make sure to update the SMCF link title to “Contact Me” (both w/o quotes, of course).

    Maybe the theme just isn’t playing well with WP 3.0.1 ?

    Perhaps…they are using 2.9.2 in their demo.

    Thread Starter cbmc

    (@cbmc)

    That was it, I had “Contact Me” in the plug-in settings and the page title was just “Contact”.

    Thank you!

    Glad to have helped. Can you mark the topic “Resolved” please.

    -Eric

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘SimpleModal Contact Form (SMCF)’ is closed to new replies.