Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author David Rosendo

    (@drosendo)

    Oh boy!

    I did not receive any email about your post!

    So in your theme, you have:
    https://www.gohome.ro/murmur/wp-content/themes/aurum/assets/css/aurum.css

    .shop-item-single .item-details-single .shop-item .images {
        display: none;
    }

    Just coment that line like this:

    /*.shop-item-single .item-details-single .shop-item .images {
        display: none;
    }*/

    This should fix the images not showing.

    Get back to me on this.

    Try using the default product page.
    If not I can give a try on tweeking the plugin.
    Send me an email with some FTP/and back-office credentials to david[at]rosendo.pt

    Thanks,
    David

    Plugin Author David Rosendo

    (@drosendo)

    For future reference, anyone experiencing this issue, please try adding on to you style.css:

    .shop-item-single .item-details-single .shop-item .images {
        display: inline-block;
    }
    .woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
        float: none;
        width: auto;
    }
    div.images div.thumbnails img {
        height: auto;
        max-width: 30%;
    }

    And tweek it to your needs.

    Thread Starter pinkish1

    (@pinkish1)

    Thank you so much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images not showing on premium theme’ is closed to new replies.