• Resolved Deploy

    (@deploy)


    Hi there,
    I would like to deactivate and/or delete Vote It Up widget from my site. But when I do I get the fatal error below.

    I LOVE this plugin for a few years now, but it no longer works with the current WP 2.9.1. Voting buttons are gone and I believe that Nic is no longer working on the plugin. Unless you know how to correct the current Vote-it-up 1.1.1. Pass on the info!

    I want to try a different voting system if Vote-it-up is a finished plugin. Sad about that.

    Thanks in advance! H~

    Fatal error: Call to undefined function displayvotes() in /home/deplmet9/public_html/wp-content/themes/Rosey/index.php on line 14

Viewing 2 replies - 1 through 2 (of 2 total)
  • MichaelH

    (@michaelh)

    Look like you have some code in your theme’s index.php that uses that plugin. Either delete the code or wrap it in an if function exists–something like:

    <?php
    if (function_exists('displayvotes')) {
    displayvotes();
    }
    ?>
    Thread Starter Deploy

    (@deploy)

    Thanks Michael. I always turn to here when it is usually a simple questions. Everyone here is so knowledgeable. I’ll work on it then resolve my questions. Deploy

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Vote It Up deactivate problem’ is closed to new replies.