• Resolved gerardval

    (@gerardval)


    Hi !

    Is there a way to import all my video’s URL from my global CSV file ?

    By the way I’ve read on this topic than you’ve modified the plugin in order to hide Thumbnails if only a single image of the product exists.
    But it doesn’t work anymore…

    Thanks !

    • This topic was modified 2 years, 10 months ago by gerardval.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author NikHiL Gadhiya

    (@nikhilgadhiya)

    Hello,
    We have provided Hide Thumbnails option for hide thumbnails in plugin settings page.
    You can import product video as meta form CSV file.
    Set the video URL column heading as Meta: _nickx_video_text_url in CSV file.

    Thank You.

    Thread Starter gerardval

    (@gerardval)

    Thank you for replying.
    The problem with Hide Thumbnails option is than the video thumbnail is hidden too.
    The way I would is to see video thumbnail IF exists, but not the image thumbnail (same as cover in fact)

    Plugin Author NikHiL Gadhiya

    (@nikhilgadhiya)

    Hello,
    Please add following CSS to hide thumbnails except video thumbnail.

    li.product_thumbnail_item {
        display: none !important;
    }
    li.video-thumbnail.nslick-slide {
        min-height: 80px !important;
        display: block !important;
    }
    img.product_video_img.attachment-thumbnail.size-thumbnail {
        min-height: 100px;
    }
    

    Thank You.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Import from csv ?’ is closed to new replies.