• I am having page load speed issues when many documents are being loaded. I get a console error that may be the issue. Page names are not long. The page loads faster when I separate out to two pages, but ideally would like to have all on one page. Can you comment on the fix suggested?

    Uncaught TypeError: $medialistjq(…).size is not a function
    at HTMLDivElement. (medialistpaging.js:23:71)
    at ce.each (jquery.min.js:2:3129)
    at ce.fn.init.each (jquery.min.js:2:1594)
    at setmlpage (medialistpaging.js:16:32)
    at HTMLDivElement. (medialistpaging.js:12:9)
    at ce.each (jquery.min.js:2:3129)
    at ce.fn.init.each (jquery.min.js:2:1594)
    at HTMLDocument. (medialistpaging.js:6:31)
    at e (jquery.min.js:2:27028)
    at t (jquery.min.js:2:27330)

    // Recommended Fixe
    $medialistjq(…).length;

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

Viewing 1 replies (of 1 total)
  • Plugin Author mauvedev

    (@mauvedev)

    I can look into making that adjustment a permanent change. I probably left it like that for something legacy. Will do some testing and release an update in the near future.

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