• Resolved alessandro-qv

    (@alessandro-qv)


    Hello, I wanted to ask what are the exact steps to upload images in wordpress. The info says to insert images with Advanced media manager, but in wordpress 3.8.1. I do not see this entry.
    Someone please let me clearly explains the steps? because the plugin works perfectly, but the featured_image just can not show it.

    Thanks for replies.

    https://wordpress.org/plugins/woocommerce-csvimport/

Viewing 4 replies - 1 through 4 (of 4 total)
  • I notice that when you use the filename (image.jpg) of the feature image, the image you’ve uploaded just before you import the CSV has broken link.
    I check in the media manager and check the path in the URL bar of a browser, and indeed, the image seems to have disappeared.
    You have to to write the full URL (http://www.mysite.com/wp-content/uploads/2014/03/image.jpg) of the featured image in your CSV file.
    For gallery images, it works with only the filename.

    Regards.

    Plugin Author allaerd

    (@allaerd)

    this is solved in version 1.2.8

    Hello,

    I can’t find where to download 1.2.8 Version, could you please write the Download URL?

    Now i’m using wp 3.9 and wc 2.1.8, but when i try to import one file like the video tutorial do…. the importer doesn’t import the images write in the file (ex. ds-2102.jpg)

    If i write the entire URL http://…./img/ds-2102.jpg it imports the image but everytime it creates a new image in the media file of WP, even if the URL is the same.

    Is this an issue? if it is, how can i fix it?

    Thanks for your time,
    Regards
    Nick

    It seems there is a buggy line in the include/class-woocsv-product.php file.
    The line #248 which contains the following code:

    $imageID = $this->saveImageWithUrl($this->featuredImage);

    must be removed in order for the featured image to work by name.
    This line overrides the previous conditionals, and thus breaks the code.
    Looking at the odd indentation, it looks as if it has been copied-pasted there by mistake.

    ( This line is found in the saveFeaturedImage() method. )

    Hope this helps someone, until 1.2.8 comes out.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Featured image not showing’ is closed to new replies.