• Resolved guzzzen

    (@guzzzen)


    Hi,

    My short code is [featured_products_slider slide_to_show=’1′ dots=’false’]
    Which means I want to show one single slide at a time full width. The problem is that this plugin reads only the thumb image, not so smart if it′s a full width slider?
    Can I change which image this plugin shows IE full size img and not the thumb image?

    Plz help,

    • This topic was modified 6 years, 9 months ago by guzzzen.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @guzzzen

    Thanks for reaching here.

    That images (thumbnails) comes from woocommerce template file (content-product.php) so you can change it by overriding template file.

    Thanks & Regards.

    Thread Starter guzzzen

    (@guzzzen)

    ok,

    This plugin worked fine before the last update..

    Well this is a plugin that should work with the woo commerce plugin true?
    So if one want a full image slider / showing 1 product at a time, the “Woo Product Slider and Carousel” plugin should display a full size img and not a thumb, otherwise this plugin doesn’t really work for full width sliders displaying only 1 product at a time right? that’s my point… I shouldn’t have to manually change the code in woo commerse plugin,
    Just saying
    ??

    I DO want thumbs for listing a lot of items in the webshop, and I DO want thumbs creating sliders with 3-4 items per slide, but I want a full size img when creating a 1 product slider…

    // Best regards

    Thread Starter guzzzen

    (@guzzzen)

    I fixed this problem using jQuery, but I feel this issue should be fixed within this plugin, not manually!

    $(‘#featured-product .woocommerce ul.products li.product a img’).attr(‘src’,function(i,v){
    return v.replace(/\-200×124.jpg.*/,’.jpg’);
    });

    Another problem I’ve found is that if I create a full width slider showing only one product at a time, it doesn’t slide very well. This issue is seen best trying to slide 2 products, only one product will show…

    • This reply was modified 6 years, 9 months ago by guzzzen.

    Hi guzzzen,

    Thanks for reaching out to us.
    Sorry for the inconvenience.
    Read your issue and check but not understand which type of change you want.
    Can you please create possible scenario and explain your issue in more detail so our team will check properly and give you feedback with possible solution.

    Let me know your input on same.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can’t display full size image in slider’ is closed to new replies.