• Resolved spatton99

    (@spatton99)


    Working on setting this up to automate clients’ listings, payments and whatnot. I was asked to provide reporting to sales managers about what listings were there, so I was trying to use the IMPORTFEED function on Google Sheets, but according to the W3C’s feed validator, the feed is invalid.

    Specifically:
    This feed does not validate.

    Is this a universal problem, or is it just mine? Worst-case, I could create something in functions.php to add in the whitespace, but I would think that this would be an easy thing to fix that others might also be experiencing.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter spatton99

    (@spatton99)

    updating /includes/class-wp-job-manager-post-types.php lines 839-844:
    /**
    * Adds a custom namespace to the job feed.
    */
    public function job_feed_namespace() {
    echo "\n" . ' xmlns:job_listing="' . esc_url( site_url() ) . '"' . "\n";
    }

    seems to fix the validator problem.

    Plugin Contributor Stef (a11n)

    (@erania-pinnera)

    Hi there, @spatton99,

    It seems like you have found a fix for your issue – can you confirm that?

    If not, can you confirm that the site URL in question is https://dev.midmohires.com? We can ask our tech team to take a deeper look and check why the validator is complaining with your site. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.