• My Pictures on my shop arent showing anymore. You can only see the Prductphotos once you click on the Product itself. My Hostserver says this was the notice

    PHP Notice: Undefined variable: css in /home/www/jojoscherbatsky/wp-content/plugins/alpine-photo-tile-for-pinterest/gears/alpinebot-display.php on line 1117

    But deactivating this plugin didn′t help. What can I do? Can someone help?

    • This topic was modified 2 years, 9 months ago by Yui. Reason: renamed topic, not informative name

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • This is a style issue with your theme. The image dimensions are set to 0 there for whatever reason. You can correct this with:

    .products .product-thumbnail > .woocommerce-LoopProduct-link, .wc-block-grid__products .product .product-thumbnail .wc-block-grid__product-link {
      width: 300px;
    }

    Whereas you should rather contact your theme’s support about this. Since it is a commercial theme, a question about it in the forum here is not allowed at all: https://woocommerce.com/products/pure-fashion/

    Thread Starter johannaauth

    (@johannaauth)

    Thank you for the answer. Where do I have to put this link to make it work?

    Thank you

    I don’t know which link you mean. You call the link to the theme in your browser.

    If you mean the CSS code in my answer. You can insert it under Appeareance > Customizer > Additional CSS. If and how reliable it works with your theme I can’t judge because nobody here has your commercial theme. Therefore the hint to the support of the theme above.

    Thread Starter johannaauth

    (@johannaauth)

    Yes I meant the CSS code. Now the pictures are back up again. Thanks, I’ve contacted the support anyways so I don’t get the problem again

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No product images are shown’ is closed to new replies.