Support » Plugin: Contact Form 7 » Issue with latest update?

  • Resolved JVRudnick

    (@jvrudnick)


    I just updated the jQuery Validataion plugin for Contact 7 and now I get this error on the client’s homepage —

    Fatal error: Call to undefined function anythingpopup() in /home/tafabseo/torontoapartmentsfurnished.com/wp-content/themes/Nice_Hotel_v1.4/nice_hotel/header.php on line 148

    this is the code for that item —

    <?php AnythingPopup('[ANYTHING-POPUP:1]'); ?>
                <?php if ( has_nav_menu( 'secondary' ) ) { ?>
    
                  <!-- Secondary Menu -->
                  <?php wp_nav_menu( array(
                    'theme_location' => 'secondary',
                    'container' =>false,
                    'items_wrap' => '<ul class="top-menu fr">%3$s',
                    'echo' => true,
                    'before' => '',
                    'after' => '<span> /</span>',
                    'link_before' => '',
                    'link_after' => '',
                    'depth' => 0 )
                   ); ?>
    
                <?php } ?>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    can anyone help here?

    https://wordpress.org/plugins/contact-form-7/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with latest update?’ is closed to new replies.