Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeffrey L. Smith

    (@seo-design-solutions)

    This sounds like one of two things.

    1) delete and reinstall the plugin or
    2) you have a collision, which means it’s potentially fighting with another plugin.

    So, if you could try #1 first, then, if the problem persists then send a screenshot of your active plugins to support [at] seodesignsolutions.com so we can try to recreate, but, this is not typical.

    Best,

    Jeffrey

    I’ve had the same problem of wrong IDs on this page.
    There seems to be a problem on term_taxonomy_id / term_id.
    If I change a line on the file class.su-module.php (line 1204) :

    $id = intval($object->term_taxonomy_id);
    to
    $id = intval($object->term_id);

    it works again.
    Can you check this out for the next plugin update?

    Plugin Author Jeffrey L. Smith

    (@seo-design-solutions)

    @jcornic:

    Having devs look into this now (thanks for the heads up)…

    Jeffrey

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Title tag rewriter bug’ is closed to new replies.