Newbie question. Loaded a package, example doesn't work

Newbie question. Loaded a package, example doesn't work

cwgregorycwgregory Posts: 5Questions: 1Answers: 0

I loaded up the rowreorder package, uploaded to server and ran index.html. I get to pages that show a table but I can't interact with it. What did I forget?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,791Questions: 1Answers: 10,512 Site admin

    Without a test case, I'm afraid I couldn't say. Can you link to the page showing the issue please.

    Allan

  • cwgregorycwgregory Posts: 5Questions: 1Answers: 0

    http://outsourceyourjobsearch.com/wp-content/themes/Divi-child-02/RowReorder-1.1.1/examples/

    There are links on here for several pages in the example. None of them exhibits any editing, sorting, or drag-and-drop capability.

    Thanks

  • allanallan Posts: 63,791Questions: 1Answers: 10,512 Site admin
    Answer ✓

    There are lots of errors shown in the browser's console. jquery.dataTables.js is 404 for example. Since DataTables can't be found, Javascript errors are occurring, which is why the tables aren't enhanced.

    The 404 issues need to be fixed by loading the files for the correct locations or moving the files to those locations.

    Allan

  • cwgregorycwgregory Posts: 5Questions: 1Answers: 0

    great, thank you, now I have an idea what to look for. I should have thought to look for errors... I did an inspect element but didn't think check the error log. I'm used to php debugging not js, got to get used to it.

This discussion has been closed.