Forums

Plugins no longer work wit new theme (5 posts)

  1. lia_leaves
    Member
    Posted 8 months ago #

    Hi -

    Has anyone else changed their theme and had the plugins no longer work?

    I switched to a new theme and now the plugin WP-Paginate doesn't work. None of the page info was changed, it was a graphics change only.

    Is there any way to fix the plugins? they're still showing active.

    thanks!

  2. Rev. Voodoo
    Volunteer Moderator
    Posted 8 months ago #

    http://wordpress.org/extend/plugins/wp-paginate/installation/
    according to the plugin instructions, a theme edit is needed to make the plugin work

    So if you switched themes, that code would no longer be present

    Even if a theme was just updated, updating overwrites the old theme

    Which is why child themes should be made instead of editing themes....

  3. lia_leaves
    Member
    Posted 8 months ago #

    The code is present, I checked. I did not edit the theme, I created a new theme based on the old one.

    What is a theme edit? I'm not seeing that in the plugin instructions, only how to avoid having updates overwrite the css.

  4. Rev. Voodoo
    Volunteer Moderator
    Posted 8 months ago #

    The plugin instructions I linked to above describe changes that must be made to a theme in order for the plugni to work.

    Does your theme have the

    <?php if(function_exists('wp_paginate')) {
        wp_paginate();
    } ?>

    code in it?

  5. lia_leaves
    Member
    Posted 8 months ago #

    Hi - yes, theme has the code in it.

    I actually solved the problem by putting the wp-paginate.css directly into my style.css

Reply

You must log in to post.

About this Topic