• Resolved lux78

    (@lux78)


    When I import the CSV file with the images (featured_image) it creates a duplicate image.
    A new folder is duplicated images in four different sizes “100x67px”, “150x100px”, “600x400px” and “624×416”. Why?

    My file is composed of:

    "_tcr_type";"post_title";"post_content";"_tcr_title";"_tcr_caption";"_tcr_intro_subtitle";"portfolio_category";"featured_image";"_tcr_background_group"
    "image";"Lorem ipsum";"Post content";"Lorem ipsum dolor sit amet";"Lorem ipsum dolor sit amet";"Alberobello BA";"Alberobello";"http://www.paesaggioitaliano.eu/zampogna/wp-content/uploads/2015/09/alberobello_01.jpg";"13"

    https://wordpress.org/plugins/wp-ultimate-csv-importer/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Smackcoders Inc.,

    (@smackcoders)

    This is default for wordpress hook to import featured image, can be avoided. Still we are working for better solution, hope alternate fix will be available in future releases.

    Thread Starter lux78

    (@lux78)

    Your script , that is in the file “wp-ultimate-csv-importer\pluginsclass.inlineimages.php” generates thumbnails . I do not want to be generated the thumbnail . How can I do? All these thumbnail take up much space on the server.

    This issue will be fixed in current version of Ultimate CSV Importer. Kindly update it.

    Thread Starter lux78

    (@lux78)

    When I upload images to any folder, and then start the plungin, it makes a copy of the images to a new folder (based on month and year).

    Example:
    The CSV load is:

    "featured_image"
    "http://www.exemple.it/folder/image01.jpg"

    The plungin I create a copy of a new folder
    http://www.exemple.it/wp-content/uploads/2015/10/image01.jpg

    How to prevent the plungin create the duplicate?

    Hi lux78,

    Our importer works similar to that of the default WordPress image upload, Since the images in your site is in different folder, duplicate images are created.

    Process of dropping images in specified folder is in pipeline. At present we don’t support the feature requested.

    Hi lux78,

    Can you create a ticket so that we can try to provide your requirement and update you.

    Here is the link to create support https://www.smackcoders.com/support.html

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

The topic ‘double images’ is closed to new replies.