Okay
  Public Ticket #1175256
doubbled first image and a lot of wrong css variables from the main css
Closed

Comments

  •  1
    welikeconcepts started the conversation

    hello,

    this is my second support ticket.

    My first image will always be doubled in the shop.

    Is it normaly that the thema has a lot of problem with old css attributes? 

    Your demo shop´s have it too.


  • [deleted] replied

    Hi welikeconcepts,

    If you have already added "Featured Image" and the same image as featured image on product item gallery, you should remove it. Our product gallery parser will automatically add featured image to gallery list.

    As for the CSS errors, these are not "old css attributes" but some browsers do not support for example:

    opacity: 0.5;

    property, so internet explorer uses the equivalent:

    filter: alpha(opacity=50);

    And the same happens with some -moz- and -webkit- properties. We use Autoprefixer plugin to generate CSS files, so you can read more why it generates this CSS:

    https://github.com/postcss/autoprefixer

  • [deleted] replied

    Sorry, the issue with doubled image is a theme problem, so we will fix very soon. We are in the process of updating the theme and implementing new blog structure.