• Resolved Ryan Giglio

    (@ryangiglio)


    I’ve uploaded my file and mapped my fields, but I’m having an issue with the last step of the process.

    Firstly, the Import CSV File page looks like something is definitely wrong: https://d.pr/i/NE0D.

    When I enter a value in the “How much comparisons per Server-Request?” field (which I think needs clarification…) and click Import Now, I get a “Fill all mandatory fields” error. If, Instead, I put a value in the “How much comparisons per Server-Request?” field and press enter, the page seems to do something and refresh but no posts are imported.

    https://www.ads-software.com/plugins/wp-ultimate-csv-importer/

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter Ryan Giglio

    (@ryangiglio)

    This hasn’t been resolved for me. However I have an update.

    I didn’t specify in my OP that I’m trying to import to a custom post type. It seems to be working with normal posts but not custom posts. I didn’t realize that.

    Also, I looked into the Javascript to find where the “Fill all mandatory fields” error was being thrown and discovered why it’s coming up. The problem is with this line:

    var importlimit = document.getElementById('importlimit').value;

    For whatever reason, when I look at the page in the dev tools there are three different inputs with the id “importlimit”. Because of that, document.getElementById isn’t returning a value even though I filled in the input field. Even when I removed them and fixed the value of document.getElementById('importlimit').value it didn’t work but that’s definitely part of the problem, and I’m sure it explains why the layout is messed up.

    Plugin Author smackcoders

    (@smackcoders)

    Will look into this and update you.

    Plugin Author smackcoders

    (@smackcoders)

    Will be fixed in next immediate release. Thanks

    Hi all,

    I’ve downloaded the plugin today and I also have the same problem but isn’t the same case.

    I saw that the problems are at jquery plugin here are the errors:

    TypeError: $ is not a function
    
    $(function () {
    
    admin....oadfile (linha 242)
    TypeError: $ is undefined
    
    if( !$.trim( $('#log').html() ).length ) {

    Same issue here. Screenshot – https://screencast.com/t/bYZxDwRt1zCi

    I have the same problem – was it really fixed?

    I have disabled all plugins. I have removed Custom fields. I have tried export than importing with as many of the same fields as possible.

    Any clues?

    Plugin Author smackcoders

    (@smackcoders)

    This issue have been solved already. Kindly open a new thread for your issue and add more details like error from console, version details etc

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘"Import CSV File" step not working’ is closed to new replies.