Images in shopping cart

HomeSupportImage StoreImages in shopping cart

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #168228
    Ravenworks
    Participant

    We have a site located here: http://photoflashbacks.com/

    The plugin is working well but I notice that when items are selected and the shopping cart is viewed, there is no thumbnail of the image shown… only a vertical string of text with the image name.

    Any suggestions?

    Thanks

    #168667
    Ravenworks
    Participant

    More… It does appear that a very small image is showing up when going to the “Cart” page but it does not show up on the page immediately following the “Add to Cart” command.

    The site is a responsive design so when viewed from a “smart phone sized window”, a very nice display of the image and title appears.

    I could insert custom CSS into the template but I’m not sure what part of the layout should be adjusted. I did see this code suggested for what I thought was a similar prblem but it appears to have made no difference:

    .ims-preview {
    float: left;
    padding: 4px 80px 0px 0px;
    width: 50px;
    margin-left: 0px;
    }

    Any suggestions would be greatly appreciated.

    #170933
    Xpark Media
    Keymaster

    This code will fix the alignment issue in your cart page

    .ims-cart-form figure.ims-img {
      display: inline-block;
      margin: 0;
    }

    The widget image updates looks like a bug, we’ll try it fix it on the next release

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.