Home Forums Themes Support Claue-Shopify Show second image as "featured image" on product page.

Viewing 5 reply threads
  • Author
    Posts
    • #23064

      Hi There,

      I’m trying to assign my second image as my featured image so that it shows when the product page first loads.

      Lots of online forums say change

      [CODE]<a href=”{{ product.featured_image | product_img_url: ‘original’ }}”[/CODE]

      to

      [CODE]<a href=”{{ product.images[1] | product_img_url: ‘original’ }}”[/CODE]

      But I can’t find that code to change?

      Many thanks,

      Andy

    • #23096

      Hi,

      Please open file product-single-image-left.liquid in claue-from-janstudio > snippets

      and edit

      {{ image.src | img_url: 'master' }}

      to

      {{ product.images[1] | product_img_url: 'master' }}

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #23130

      Hi Harry,

      Thanks for your reply. Unfortunately when I make those changes it stops the carousel from working properly. Is there any chance you could paste the whole snippet for me so I can see what I’m missing please?

      Thanks,

      Andy

    • #23131

      When I paste in to product-single-image-carousel.liquid  that is. When I paste in to product-single-image-left.liquid, nothing happens.

    • #23148

      Hi Andy,

      Could you send me your website url and admin account as private reply. So we can check and help you solve.

      Thanks

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #23265

      Hi Andy,

      I send you request admin account.

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 5 reply threads

You must be logged in to reply to this topic.