Viewing 7 replies - 1 through 7 (of 7 total)
  • same problem
    to fix it change
    \wp-content\plugins\wp-ultimate-csv-importer\includes\WPImporter_includes_helper.php line 514
    $fimg_name = wp_unique_filename($fimg_path, $fimg_name, $path_parts['extension']);
    to
    $fimg_name = wp_unique_filename($fimg_path, $fimg_name . '.' . $path_parts['extension']);

    Thread Starter Marc

    (@marcceltagalapagos)

    Thank you! works like a treat!

    Btw, I can’t find a similar import plug-in to import just images via CSV/XML to import also the meta title, alt, description, etc. Do you know such plug in?

    Plugin Author smackcoders

    (@smackcoders)

    Thanks for the update. And do you mean a importer for media files alone?

    Thread Starter Marc

    (@marcceltagalapagos)

    Yes, something to upload/import title, caption, alt, description, etc…
    ??

    Plugin Author smackcoders

    (@smackcoders)

    There is no plugin available upto my knowledge

    Thread Starter Marc

    (@marcceltagalapagos)

    Yes, I couldn’t find one either, so I did all manually again… ?? Thnak YOU ??

    Plugin Author smackcoders

    (@smackcoders)

    That is good to know. Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘extension missing after import’ is closed to new replies.