Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I was plagued with this problem as well and found a working solution here: https://www.kriesi.at/support/topic/rss-feed-not-working-anymore/

    The important bit:

    Tried this in wp-content/plugins/nextgen-gallery/non_pope/class.photocrati_resource_manager.php

    function print_marker()
        {
    if(is_feed()) return;
            print $this->marker;
        }

    Seems to work.

    Sabinou,

    Thank you! Using both definitions worked perfectly in my case. It was neither a plugin or theme issue.

    Adding more information to hopefully guide others in finding this: I’m getting 7 javascript errors on the wp-admin/post-new.php and wp-admin/post.php pages.

    They are as follows:

    Uncaught TypeError: Cannot read property 'length' of undefined jquery.js:2
    v.extend.each jquery.js:2
    e.widget jquery.ui.widget.min.js:5
    (anonymous function) jquery.ui.mouse.min.js:5
    (anonymous function) jquery.ui.mouse.min.js:5
    Uncaught TypeError: Cannot read property 'length' of undefined jquery.js:2
    v.extend.each jquery.js:2
    e.widget jquery.ui.widget.min.js:5
    (anonymous function) jquery.ui.sortable.min.js:5
    (anonymous function) jquery.ui.sortable.min.js:5
    Uncaught TypeError: Cannot read property 'length' of undefined jquery.js:2
    v.extend.each jquery.js:2
    e.widget jquery.ui.widget.min.js:5
    (anonymous function) jquery.ui.menu.min.js:5
    (anonymous function) jquery.ui.menu.min.js:5
    Uncaught TypeError: Cannot read property 'length' of undefined jquery.js:2
    v.extend.each jquery.js:2
    e.widget jquery.ui.widget.min.js:5
    (anonymous function) jquery.ui.autocomplete.min.js:5
    (anonymous function) jquery.ui.autocomplete.min.js:5
    Uncaught TypeError: Cannot read property 'length' of undefined jquery.js:2
    v.extend.each jquery.js:2
    e.widget jquery.ui.widget.min.js:5
    (anonymous function) jquery.ui.resizable.min.js:5
    (anonymous function) jquery.ui.resizable.min.js:5
    Uncaught TypeError: Cannot read property 'length' of undefined jquery.js:2
    v.extend.each jquery.js:2
    e.widget jquery.ui.widget.min.js:5
    (anonymous function) jquery.ui.draggable.min.js:5
    (anonymous function) jquery.ui.draggable.min.js:5
    Uncaught TypeError: Cannot read property 'length' of undefined jquery.js:2
    v.extend.each jquery.js:2
    e.widget jquery.ui.widget.min.js:5
    (anonymous function) jquery.ui.dialog.min.js:5
    (anonymous function) jquery.ui.dialog.min.js:5

    Thread Starter Ivan Novak

    (@inovak)

    nope, omitting the depth parameter changed nothing. Ideas? Could a plugin be messing with the wp_list_pages template tag?

Viewing 3 replies - 1 through 3 (of 3 total)