Sitemap links don't work

Hi. On the WPMU dashboard on my respective sites, under "Sitemaps", both links to "Update sitemap now" and "Force Search Engine Notification" Seem to be hashed out and not working.

  • Stephen
    • New Recruit

    Hey James,

    Thanks for the quick reply! I’ve just added access on my site – stephenmaclennan.com for you to take a look. I think I was super tired yesterday, as the sitemap link is on the normal wordpress dashboard, and not on the WPMU dashboard! Sorry! Not sure if this is something that you can help with or not, but I have granted support access anyway! Thanks so much

    Cheers

    Stephen

  • Ash
    • Code Norris

    Hello Stephen

    I can confirm the issue on my test site, so I am marking this as a bug and reporting to the developer. Hopefully, very soon the issue will be resolved and an update will be released.

    As a workaround for now, please go to /plugins/wpmu-dev-seo/includes/admin/templates/sitemaps-dashboard-widget.php file.

    Then on line 34, replace

    $( "#smartcrawl_update_now" ).click(function () {

    with

    $( "#wds_update_now" ).click(function () {

    And on line 46, replace

    $("#smartcrawl_update_engines").click(function () {

    with

    $("#wds_update_engines").click(function () {

    It should work by then. Have a nice day!

    Cheers,

    Ash