• Hi!
    I wanted to use “Additional pages” option but when I click on the “Add new page” nothing happen. In the IE its seems like an error of javascript.

    Please help to fix. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s a bug with version 3.1.0.1 !

    Open the file sitemap-ui.php, on line 791, find:
    <script type="text/javascript" src="<?php echo $this->sg->GetPluginUrl(); ?>/img/sitemap.js"></script>
    and replace it with:
    <script type="text/javascript" src="<?php echo $this->sg->GetPluginUrl(); ?>img/sitemap.js"></script>

    Just remove the first slash in front of img/sitemap.js. It is a path bug.

    Thanks for the note PozHonks, will include it in the next version!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Google XML Sitemaps] Add new page error in XML-Sitemap Gen.’ is closed to new replies.